stacktach-sandbox/etc/status.yaml
Sandy Walsh 8995b349a7 Status utility now support different vhosts per cell.
Minor tweaks also include:
- shoebox handler now wraps notification with region/cell info
- pip_freeze_versions.txt is updated after each ./build and
  copied into the VENV directory for inclusion in tarball.

Change-Id: Ibe4027770b859ea7878c9f0952fccf94fb496c43
2015-04-16 12:04:47 -07:00

30 lines
557 B
YAML

cell_names:
- cell1
- cell2
- global
# will be optional and prompted ...
username: myusername
password: mypassword
ssh_port: 22
tail_lines: 100
num_pipeline_workers: 2
worker_hostnames:
- worker1.example.com
- worker2.example.com
rabbit_hostnames:
- host: rabbit.global.example.com
vhost: /
- host: rabbit.cell1.example.com
vhost: /
- host: rabbit.cell2.example.com
vhost: /
# However you have your OpenStack service configured.
# Could be multiple queues to watch.
queue_prefixes:
- notifications