![Sandy Walsh](/assets/img/avatar_default.png)
Utility for extracting worker and rabbit information from large STv3 deployments. Easier than having to check many different hosts. See etc/status.yaml for sample config file. Change-Id: If1b39ce3b34235f3bf0eac4ea707be2087ca14ad
29 lines
519 B
YAML
29 lines
519 B
YAML
cell_names:
|
|
- cell1
|
|
- cell2
|
|
- global
|
|
|
|
# will be optional and prompted ...
|
|
username: myusername
|
|
password: mypassword
|
|
|
|
ssh_port: 22
|
|
tail_lines: 100
|
|
|
|
worker_hostnames:
|
|
- worker1.example.com
|
|
- worker2.example.com
|
|
|
|
# Which vhost is your rabbit using?
|
|
vhost: nova
|
|
|
|
rabbit_hostnames:
|
|
- rabbit.global.example.com
|
|
- rabbit.cell1.example.com
|
|
- rabbit.cell2.example.com
|
|
|
|
# However you have your OpenStack service configured.
|
|
# Could be multiple queues to watch.
|
|
queue_prefixes:
|
|
- notifications
|