openstack-ansible-ops/multi-node-aio/hosts.json
Weezer Su 4f64e92864 Sort out the hosts.json.
Make it clean and tidy, and easy to work with the add node capacity
scripts.

Change-Id: Ifc3463e6f56bbe3dc287a5fe5a58ed2a2ed96d83
2017-01-06 12:12:43 -06:00

24 lines
400 B
JSON

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