Add netbox-client as part of the defautl features 71/61371/1
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Mon, 20 Aug 2018 19:45:46 +0000 (15:45 -0400)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Mon, 20 Aug 2018 19:47:46 +0000 (15:47 -0400)
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

installation/sdnc/src/main/scripts/installFeatures.sh [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index c4e2539..1fe1081
@@ -30,7 +30,8 @@ SDNC_FEATURE_DIR=${SDNC_FEATURE_DIR:-${SDNC_HOME}/features}
 
 CCSDK_EXTRAS=" \
    ansible-adapter \
-   lcm"
+   lcm \
+   netbox-client"