diff --git a/multi-node-aio/hosts.json b/multi-node-aio/hosts.json index b4ce5aeb..2cc6fc7c 100644 --- a/multi-node-aio/hosts.json +++ b/multi-node-aio/hosts.json @@ -1,9 +1,5 @@ { - "cinder": { - "cinder1": "140", - "cinder2": "141" - }, - "infra": { + "infra": { "infra1": "100", "infra2": "101", "infra3": "102" @@ -12,12 +8,16 @@ "logging1": "110" }, "nova_compute": { - "compute1": "130", - "compute2": "131" + "compute1": "120", + "compute2": "121" + }, + "cinder": { + "cinder1": "130", + "cinder2": "131" }, "swift": { - "swift1": "150", - "swift2": "151", - "swift3": "152" + "swift1": "140", + "swift2": "141", + "swift3": "142" } }