
And fix some wonky things in the deploy Change-Id: I681c7be1223e81617b3e2912aa87e72cc9514d49
30 lines
613 B
YAML
30 lines
613 B
YAML
## Lowest level config defaults for the stv3-worker role
|
|
|
|
# shoebox credentials ...
|
|
swift_username: my_username
|
|
rax_api_key: my_api_key
|
|
|
|
num_pipeline_workers: 2
|
|
|
|
# Each dictionary results in a separate yagi_{{cell}}.conf
|
|
cells:
|
|
- cell: cell-1
|
|
rabbit_host: localhost
|
|
rabbit_user: guest
|
|
rabbit_password: guest
|
|
rabbit_port: 5672
|
|
rabbit_vhost: /
|
|
rabbit_exchange: nova
|
|
|
|
swift_region: DFW-cell-1
|
|
|
|
- cell: cell-2
|
|
rabbit_host: localhost
|
|
rabbit_user: guest
|
|
rabbit_password: guest
|
|
rabbit_port: 5672
|
|
rabbit_vhost: /
|
|
rabbit_exchange: nova
|
|
|
|
swift_region: DFW-cell-2
|