openstack-ansible-ops/multi-node-aio/hosts.json
Kevin Carter a7180a096c
Ported the osa-multi-node-aio
This change imports the code from [ https://github.com/cloudnull/osa-multi-node-aio ]
so that others in the OSA community can benifit from and contribute to
the project.

Change-Id: Id9a2d928f7e8bbd185725349e8ce51344f19daa4
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-08-10 09:40:40 -05:00

28 lines
478 B
JSON

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