From f229198474dd5c8af9a195679c0480e154629c9b Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Wed, 13 Dec 2017 17:04:21 +0800 Subject: Fix some hard coding for some ip assignments JIRA: COMPASS-570 1. fix hard coding in ip assignments for install network. support full ip assignments from network.yml 2. remove some used config item in deploy/conf Change-Id: I566b74f4a55e6b96af3ee9f41d1e183a73424a91 Signed-off-by: Harry Huang --- deploy/conf/cluster.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'deploy/conf/cluster.conf') diff --git a/deploy/conf/cluster.conf b/deploy/conf/cluster.conf index 750ff113..c7a708b9 100644 --- a/deploy/conf/cluster.conf +++ b/deploy/conf/cluster.conf @@ -30,4 +30,3 @@ if [[ "x"$KUBERNETES_VERSION != "x" ]]; then fi export DEFAULT_ROLES="" -export VIP="10.1.0.222" -- cgit 1.2.3-korg