openstack-ansible-ops/multi-node-aio/hosts.json
Kevin Carter 82f1994067
roll the network hosts into the infra hosts
By default we generally deploy the network agents onto the infra hosts.
This patch simply forces the multi-node-aio to follow that process which
is being done to lower resource consumption.

Change-Id: I6612a85cb669596893dbd3ee0a858a8ee5476729
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-10-06 16:19:26 -05:00

24 lines
401 B
JSON

{
"cinder": {
"cinder1": "140",
"cinder2": "141"
},
"infra": {
"infra1": "100",
"infra2": "101",
"infra3": "102"
},
"logging": {
"logging1": "110"
},
"nova_compute": {
"compute1": "130",
"compute2": "131"
},
"swift": {
"swift1": "150",
"swift2": "151",
"swift3": "152"
}
}