82f1994067
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>
24 lines
401 B
JSON
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"
|
|
}
|
|
}
|