59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{"deployments": [
|
|
{
|
|
"name": "east_coast.prod.global",
|
|
"durable_queue": false,
|
|
"rabbit_host": "10.0.0.1",
|
|
"rabbit_port": 5672,
|
|
"rabbit_userid": "rabbit",
|
|
"rabbit_password": "rabbit",
|
|
"rabbit_virtual_host": "/",
|
|
"exit_on_exception": true,
|
|
"queue_name": "stacktach",
|
|
"topics": {
|
|
"nova": [
|
|
{
|
|
"queue": "monitor.info",
|
|
"routing_key": "monitor.info"
|
|
},
|
|
{
|
|
"queue": "monitor.error",
|
|
"routing_key": "monitor.error"
|
|
}
|
|
],
|
|
"glance": [
|
|
{
|
|
"queue": "stacktach_monitor_glance.info",
|
|
"routing_key": "monitor_glance.info"
|
|
},
|
|
{
|
|
"queue": "stacktach_monitor_glance.error",
|
|
"routing_key": "monitor_glance.error"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"name": "east_coast.prod.cell1",
|
|
"durable_queue": false,
|
|
"rabbit_host": "10.0.1.1",
|
|
"rabbit_port": 5672,
|
|
"rabbit_userid": "rabbit",
|
|
"rabbit_password": "rabbit",
|
|
"rabbit_virtual_host": "/",
|
|
"exit_on_exception": false,
|
|
"queue_name": "stacktach",
|
|
"topics": {
|
|
"nova": [
|
|
{
|
|
"queue": "monitor.info",
|
|
"routing_key": "monitor.info"
|
|
},
|
|
{
|
|
"queue": "monitor.error",
|
|
"routing_key": "monitor.error"
|
|
}
|
|
]
|
|
}
|
|
}]
|
|
}
|