openstack-ansible-ops/multi-node-aio/hosts.json
Weezer Su 06f1368490 Add deploy node to multinode-aio enviroment.
Add deploy node into the multinode-aio env, move the deployment
and HAproxy into it, and NAT the port 22, 80, 443 into the deploy
node.

Change-Id: I7c886f213e6b3398cb4ecbc36a4ee55fb7f7fd10
2017-04-19 16:57:06 -05:00

27 lines
427 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"
},
"deploy": {
"deploy1":"150"
}
}