From 82f1994067e2c0a5a6d1aa3655c179358aa0f236 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 6 Oct 2016 16:19:26 -0500 Subject: [PATCH] roll the network hosts into the infra hosts By default we generally deploy the network agents onto the infra hosts. This patch simply forces the multi-node-aio to follow that process which is being done to lower resource consumption. Change-Id: I6612a85cb669596893dbd3ee0a858a8ee5476729 Signed-off-by: Kevin Carter --- multi-node-aio/deploy-osa.sh | 2 +- multi-node-aio/hosts.json | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/multi-node-aio/deploy-osa.sh b/multi-node-aio/deploy-osa.sh index 6ae77c04..a1bed5ef 100755 --- a/multi-node-aio/deploy-osa.sh +++ b/multi-node-aio/deploy-osa.sh @@ -70,7 +70,7 @@ write_osa_general_confd shared-infra_hosts infra write_osa_general_confd log_hosts logging # Setup network hosts: function group_name host_type -write_osa_general_confd network_hosts network +write_osa_general_confd network_hosts infra # Setup swift hosts: function group_name host_type write_osa_swift_proxy_confd swift-proxy_hosts swift diff --git a/multi-node-aio/hosts.json b/multi-node-aio/hosts.json index ad044eeb..b4ce5aeb 100644 --- a/multi-node-aio/hosts.json +++ b/multi-node-aio/hosts.json @@ -11,10 +11,6 @@ "logging": { "logging1": "110" }, - "network": { - "network1": "120", - "network2": "121" - }, "nova_compute": { "compute1": "130", "compute2": "131"