4f64e92864
Make it clean and tidy, and easy to work with the add node capacity scripts. Change-Id: Ifc3463e6f56bbe3dc287a5fe5a58ed2a2ed96d83
24 lines
400 B
JSON
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"
|
|
}
|
|
}
|