From df266134187e2eb40057e85a80aa1f69de1965e4 Mon Sep 17 00:00:00 2001 From: Mykola Malkov Date: Wed, 17 Oct 2018 15:14:09 +0300 Subject: [PATCH] TT#44969 Do not pass RETRIEVE_MGMT_CONFIG to installer In order to detect if it is necessary to run init or join actions during the initial configuration JOIN_CLUSTER option is used so there is no sense to pass RETRIEVE_MGMT_CONFIG to it. Change-Id: I89c0bf9a96511b2de5e1bf53acd0f631a32f7429 (cherry picked from commit 2084d1d6c8f8b746157f1c278028bb431f3d5258) --- templates/scripts/includes/deployment.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/scripts/includes/deployment.sh b/templates/scripts/includes/deployment.sh index 066621e..f54f138 100755 --- a/templates/scripts/includes/deployment.sh +++ b/templates/scripts/includes/deployment.sh @@ -1549,7 +1549,6 @@ DEFAULT_INTERNAL_NETMASK="${DEFAULT_INTERNAL_NETMASK}" # Lets test we have INTERNAL_NETMASK==DEFAULT_INTERNAL_NETMASK for CE/PRO/Carrier (in installer) # and switch code to INTERNAL_NETMASK then. INTERNAL_NETMASK="${INTERNAL_NETMASK}" -RETRIEVE_MGMT_CONFIG="${RETRIEVE_MGMT_CONFIG}" MANAGEMENT_IP="${MANAGEMENT_IP}" NGCP_PXE_INSTALL="${NGCP_PXE_INSTALL}" FILL_APPROX_CACHE="${FILL_APPROX_CACHE}"