
1, add deploy node into mn-aio-xenial 2, change the nic to eth0 because kvm needs it 3, local cache the ubuntu image for faster installation. Change-Id: I9be2493fc64481c3e6249cb5e2d36c708545ad3d
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"
|
|
}
|
|
}
|