aboutsummaryrefslogtreecommitdiffstats
path: root/installation
diff options
context:
space:
mode:
authorAlexis de Talhouët <adetalhouet89@gmail.com>2018-08-20 15:45:46 -0400
committerAlexis de Talhouët <adetalhouet89@gmail.com>2018-08-20 15:47:46 -0400
commit5653f4b26334c1dca286c4a1509b4b218874ab3b (patch)
treee2949fa019a49db5e93c1eb036b293bfc4e28cc6 /installation
parent1860bc984fcb399341e96bcc2bd0943dfe08dfd5 (diff)
Add netbox-client as part of the defautl features
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 <adetalhouet89@gmail.com> Former-commit-id: 82eee202ba3c9a438bba0c021c2307b0e356e4e6
Diffstat (limited to 'installation')
-rwxr-xr-x[-rw-r--r--]installation/sdnc/src/main/scripts/installFeatures.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/installation/sdnc/src/main/scripts/installFeatures.sh b/installation/sdnc/src/main/scripts/installFeatures.sh
index c4e25393..1fe10819 100644..100755
--- 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"