06f1368490
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
27 lines
427 B
JSON
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"
|
|
}
|
|
}
|