Changeset View
Changeset View
Standalone View
Standalone View
data/deployments/staging/common.yaml
Show First 20 Lines • Show All 72 Lines • ▼ Show 20 Lines | swh::deploy::lister::queues: | ||||
- swh.lister.launchpad.tasks.FullLaunchpadLister | - swh.lister.launchpad.tasks.FullLaunchpadLister | ||||
- swh.lister.launchpad.tasks.IncrementalLaunchpadLister | - swh.lister.launchpad.tasks.IncrementalLaunchpadLister | ||||
- swh.lister.opam.tasks.OpamListerTask | - swh.lister.opam.tasks.OpamListerTask | ||||
- swh.lister.npm.tasks.NpmListerTask | - swh.lister.npm.tasks.NpmListerTask | ||||
- swh.lister.phabricator.tasks.FullPhabricatorLister | - swh.lister.phabricator.tasks.FullPhabricatorLister | ||||
- swh.lister.pypi.tasks.PyPIListerTask | - swh.lister.pypi.tasks.PyPIListerTask | ||||
- swh.lister.sourceforge.tasks.FullSourceForgeLister | - swh.lister.sourceforge.tasks.FullSourceForgeLister | ||||
- swh.lister.sourceforge.tasks.IncrementalSourceForgeLister | - swh.lister.sourceforge.tasks.IncrementalSourceForgeLister | ||||
# extra queues | |||||
- swh.lister.maven.tasks.FullMavenLister | - swh.lister.maven.tasks.FullMavenLister | ||||
- swh.lister.maven.tasks.IncrementalMavenLister | - swh.lister.maven.tasks.IncrementalMavenLister | ||||
# extra queues (empty for now) | |||||
#### Rabbitmq instance to use | #### Rabbitmq instance to use | ||||
# swh::deploy::worker::task_broker::password in private data | # swh::deploy::worker::task_broker::password in private data | ||||
swh::deploy::worker::task_broker: "amqp://swhconsumer:%{hiera('swh::deploy::worker::task_broker::password')}@scheduler0.internal.staging.swh.network:5672/%2f" | swh::deploy::worker::task_broker: "amqp://swhconsumer:%{hiera('swh::deploy::worker::task_broker::password')}@scheduler0.internal.staging.swh.network:5672/%2f" | ||||
#### Storage/Indexer/Vault/Scheduler services to use in staging area | #### Storage/Indexer/Vault/Scheduler services to use in staging area | ||||
swh::remote_service::storage0::url: "http://storage1.internal.staging.swh.network:%{hiera('swh::remote_service::storage::port')}/" | swh::remote_service::storage0::url: "http://storage1.internal.staging.swh.network:%{hiera('swh::remote_service::storage::port')}/" | ||||
▲ Show 20 Lines • Show All 302 Lines • Show Last 20 Lines |