3b2c7ad457
Within the multi-node-aio-xenial-ansible folder the multi-node-aio content has been copied over, Cobbler and Trusty specific parts have been removed. The intent here is to replace much of the bash which is present with Ansible and not support Trusty. To do this a clean separate folder is required so large changes which are made will not affect the current working Trusty based install. Change-Id: Ib64ee168ece4b7a00f950c8d5b1cd6dd4dcd7ba7
24 lines
401 B
JSON
24 lines
401 B
JSON
{
|
|
"cinder": {
|
|
"cinder1": "140",
|
|
"cinder2": "141"
|
|
},
|
|
"infra": {
|
|
"infra1": "100",
|
|
"infra2": "101",
|
|
"infra3": "102"
|
|
},
|
|
"logging": {
|
|
"logging1": "110"
|
|
},
|
|
"nova_compute": {
|
|
"compute1": "130",
|
|
"compute2": "131"
|
|
},
|
|
"swift": {
|
|
"swift1": "150",
|
|
"swift2": "151",
|
|
"swift3": "152"
|
|
}
|
|
}
|