From 4f64e928642a48882ca42ddb855c2459e94da7ee Mon Sep 17 00:00:00 2001 From: Weezer Su Date: Fri, 6 Jan 2017 12:12:43 -0600 Subject: [PATCH] Sort out the hosts.json. Make it clean and tidy, and easy to work with the add node capacity scripts. Change-Id: Ifc3463e6f56bbe3dc287a5fe5a58ed2a2ed96d83 --- multi-node-aio/hosts.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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" } }