Changeset View
Changeset View
Standalone View
Standalone View
manifests/site.pp
Show First 20 Lines • Show All 129 Lines • ▼ Show 20 Lines | node 'kelvingrove.internal.softwareheritage.org' { | ||||
include role::swh_idp_primary | include role::swh_idp_primary | ||||
} | } | ||||
node 'giverny.softwareheritage.org' { | node 'giverny.softwareheritage.org' { | ||||
include role::swh_desktop | include role::swh_desktop | ||||
} | } | ||||
node 'db0.internal.staging.swh.network' { | node 'db0.internal.staging.swh.network' { | ||||
include role::swh_base_database | include role::swh_database | ||||
include profile::postgresql::server | include profile::postgresql::server | ||||
include profile::pgbouncer | include profile::pgbouncer | ||||
include profile::postgresql::client | include profile::postgresql::client | ||||
} | } | ||||
node 'scheduler0.internal.staging.swh.network' { | node 'scheduler0.internal.staging.swh.network' { | ||||
include role::swh_scheduler | include role::swh_scheduler | ||||
include profile::postgresql::client | include profile::postgresql::client | ||||
▲ Show 20 Lines • Show All 42 Lines • Show Last 20 Lines |