From 5653f4b26334c1dca286c4a1509b4b218874ab3b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20de=20Talhou=C3=ABt?= Date: Mon, 20 Aug 2018 15:45:46 -0400 Subject: [PATCH] Add netbox-client as part of the defautl features MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit For the self-serve initiative ongoing in Casablanca, we need to have netbox-client enabled within SDNC, so it can be used during assign/unassign stage of the VNF lifecycle events. Change-Id: Ic8d35f238548e00a52d4e1cd8d64d8be0d9e8ed5 Issue-ID: CCSDK-341 Signed-off-by: Alexis de Talhouët Former-commit-id: 82eee202ba3c9a438bba0c021c2307b0e356e4e6 --- installation/sdnc/src/main/scripts/installFeatures.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 installation/sdnc/src/main/scripts/installFeatures.sh diff --git a/installation/sdnc/src/main/scripts/installFeatures.sh b/installation/sdnc/src/main/scripts/installFeatures.sh old mode 100644 new mode 100755 index c4e25393..1fe10819 --- a/installation/sdnc/src/main/scripts/installFeatures.sh +++ b/installation/sdnc/src/main/scripts/installFeatures.sh @@ -30,7 +30,8 @@ SDNC_FEATURE_DIR=${SDNC_FEATURE_DIR:-${SDNC_HOME}/features} CCSDK_EXTRAS=" \ ansible-adapter \ - lcm" + lcm \ + netbox-client" -- 2.16.6