Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F11012813
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
6 KB
Subscribers
None
View Options
diff --git a/data/hostname/storage0.euwest.azure.internal.softwareheritage.org.yaml b/data/hostname/storage0.euwest.azure.internal.softwareheritage.org.yaml
index 6259966f..9bd08377 100644
--- a/data/hostname/storage0.euwest.azure.internal.softwareheritage.org.yaml
+++ b/data/hostname/storage0.euwest.azure.internal.softwareheritage.org.yaml
@@ -1,35 +1,37 @@
swh::deploy::storage::backend::listen::host: 0.0.0.0
swh::deploy::storage::backend::workers: 48
swh::deploy::storage::backend::max_requests: 1000
swh::deploy::storage::backend::max_requests_jitter: 100
swh::deploy::objstorage::backend::listen::host: 0.0.0.0
swh::deploy::objstorage::backend::workers: 8
swh::deploy::storage::db::host: dbreplica0.euwest.azure.internal.softwareheritage.org
swh::deploy::storage::db::port: 5433
swh::deploy::indexer::storage::backend::listen::host: 0.0.0.0
swh::deploy::indexer::storage::db::host: dbreplica1.euwest.azure.internal.softwareheritage.org
swh::deploy::indexer::storage::db::port: 5432
swh::remote_service::objstorage::config::azure_readonly_with_fallback: &swh_azure_readonly_with_fallback
cls: multiplexer
args:
objstorages:
- "%{alias('swh::remote_service::objstorage::config::azure::readonly')}"
- "%{alias('swh::remote_service::objstorage::config::banco::readonly')}"
- "%{alias('swh::remote_service::objstorage::config::uffizi::readonly')}"
swh::deploy::objstorage::config:
objstorage:
<<: *swh_azure_readonly_with_fallback
swh::deploy::storage::config:
storage:
cls: local
args:
db: "host=%{hiera('swh::deploy::storage::db::host')} port=%{hiera('swh::deploy::storage::db::port')} user=%{hiera('swh::deploy::storage::db::user')} dbname=%{hiera('swh::deploy::storage::db::dbname')} password=%{hiera('swh::deploy::storage::db::password')}"
objstorage: "%{alias('swh::remote_service::objstorage::config::azure_readonly_with_fallback')}"
swh::deploy::worker::instances: []
+
+swh::deploy::search::backend::listen::host: 0.0.0.0
diff --git a/manifests/site.pp b/manifests/site.pp
index 48508df3..302ca204 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1,176 +1,177 @@
node 'louvre.internal.softwareheritage.org' {
include role::swh_server
}
node /^(orsay|beaubourg|hypervisor\d+)\.(internal\.)?softwareheritage\.org$/
{
include role::swh_hypervisor
}
node 'pergamon.softwareheritage.org' {
include role::swh_sysadmin
include profile::export_archive_counters
}
node 'tate.softwareheritage.org' {
include role::swh_forge
}
node 'moma.softwareheritage.org' {
include role::swh_api
}
node 'webapp0.softwareheritage.org' {
include role::swh_base_api
}
node 'saatchi.internal.softwareheritage.org' {
include role::swh_scheduler
}
node /^(belvedere|somerset).(internal.)?softwareheritage.org$/ {
include role::swh_database
include profile::pgbouncer
}
node 'banco.softwareheritage.org' {
include role::swh_backup
include role::postgresql_backup
}
node /^esnode\d+.(internal.)?softwareheritage.org$/ {
include role::swh_elasticsearch
}
node /^kafka\d+\./ {
include role::swh_kafka_broker
}
node /^cassandra\d+\./ {
include role::swh_cassandra_node
}
node 'granet.internal.softwareheritage.org' {
include role::swh_graph_backend
}
node /^(unibo-test).(internal.)?softwareheritage.org$/ {
include role::swh_vault_test
}
node /^(unibo-prod|vangogh).(euwest.azure.)?(internal.)?softwareheritage.org$/ {
include role::swh_vault
}
node /^uffizi\.(internal\.)?softwareheritage\.org$/ {
include role::swh_storage_baremetal
}
node /^storage\d+\.[^.]+\.azure\.internal\.softwareheritage\.org$/ {
include role::swh_base_storage
+ include ::profile::swh::deploy::search
}
node /^getty.(internal.)?softwareheritage.org$/ {
include role::swh_journal_orchestrator
}
node /^worker\d+\.(internal\.)?softwareheritage\.org$/ {
include role::swh_worker_inria
}
node /^worker\d+\..*\.azure\.internal\.softwareheritage\.org$/ {
include role::swh_worker_azure
}
node /^dbreplica(0|1)\.euwest\.azure\.internal\.softwareheritage\.org$/ {
include role::swh_database
}
node /^ceph-osd\d+\.internal\.softwareheritage\.org$/ {
include role::swh_ceph_osd
}
node /^ceph-mon\d+\.internal\.softwareheritage\.org$/ {
include role::swh_ceph_mon
}
node /^ns\d+\.(.*\.azure\.)?internal\.softwareheritage\.org/ {
include role::swh_nameserver_secondary
}
node 'thyssen.internal.softwareheritage.org' {
include role::swh_ci_server
}
node 'riverside.internal.softwareheritage.org' {
include role::swh_sentry
}
node /^jenkins-debian\d+\.internal\.softwareheritage\.org$/ {
include role::swh_ci_agent_debian
}
node 'logstash0.internal.softwareheritage.org' {
include role::swh_logstash_instance
}
node 'kibana0.internal.softwareheritage.org' {
include role::swh_kibana_instance
}
node 'kelvingrove.internal.softwareheritage.org' {
include role::swh_idp_primary
}
node 'giverny.softwareheritage.org' {
include role::swh_desktop
}
node 'db0.internal.staging.swh.network' {
include role::swh_base_database
include profile::postgresql::server
include profile::pgbouncer
include ::profile::devel::postgres
}
node 'scheduler0.internal.staging.swh.network' {
include role::swh_scheduler
include ::profile::devel::postgres
}
node 'gateway.internal.staging.swh.network' {
include role::swh_gateway
}
node 'storage0.internal.staging.swh.network' {
include role::swh_base_storage
include ::profile::devel::postgres
}
node /^worker\d\.internal\.staging\.swh\.network$/ {
include role::swh_worker_inria
}
node 'webapp.internal.staging.swh.network' {
include role::swh_base_api
include profile::network
}
node 'deposit.internal.staging.swh.network' {
include role::swh_deposit
include profile::postgresql::server
include profile::pgbouncer
include ::profile::devel::postgres
}
node 'vault.internal.staging.swh.network' {
include role::swh_vault
}
node 'journal0.internal.staging.swh.network' {
include role::swh_journal_allinone
}
node default {
include role::swh_base
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Thu, Sep 18, 4:37 AM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3460734
Attached To
rSPSITE puppet-swh-site
Event Timeline
Log In to Comment