From 83197ef6693fcfc626078f0695ab4dec85132de4 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Mon, 13 Aug 2018 16:21:33 +0200 Subject: [PATCH] TT#37257 Fix d2afaf9: allow installing plain Debian systems (without NGCP) deployment.sh can install plain Debian systems (without NGCP), in commit d2afaf9 such functionality has been lost. Fixing it here. Change-Id: I883ef3c69c67cc04ae796c373f3b52d75780b4de --- templates/scripts/includes/deployment.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/scripts/includes/deployment.sh b/templates/scripts/includes/deployment.sh index eb10296..7ca90ab 100755 --- a/templates/scripts/includes/deployment.sh +++ b/templates/scripts/includes/deployment.sh @@ -399,6 +399,10 @@ elif checkBootParam ngcppro || checkBootParam ngcpsp1 || checkBootParam ngcpsp2 else ROLE=sp1 fi +elif checkBootParam "nongcp" ; then + # installing plain debian without NGCP + NGCP_INSTALLER_EDITION_STR="" + SIPWISE_APT_KEY_URL_PATH="/spce/sipwise.gpg" elif checkBootParam "puppetenv=" ; then # will be determined later :