Add features not being installed
These features were not being installed before.
They are needed for CDT.
Change-Id: I4312b085415caff9960d6b0f3f4edb7f5490a3fe
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-871
diff --git a/installation/appc/src/main/scripts/installFeatures.sh b/installation/appc/src/main/scripts/installFeatures.sh
index 152b751..fb37f1b 100644
--- a/installation/appc/src/main/scripts/installFeatures.sh
+++ b/installation/appc/src/main/scripts/installFeatures.sh
@@ -85,7 +85,9 @@
appc-config-params \
appc-artifact-handler \
appc-aai-client \
- appc-event-listener"
+ appc-event-listener \
+ appc-network-inventory-client \
+ appc-design-services"
APPC_FEATURES_UNZIP=" \
appc-metric \
@@ -112,7 +114,9 @@
appc-config-flow-controller \
appc-config-params \
appc-artifact-handler \
- appc-aai-client"
+ appc-aai-client \
+ appc-network-inventory-client \
+ appc-design-services"
diff --git a/installation/appc/src/main/scripts/installZips.sh b/installation/appc/src/main/scripts/installZips.sh
index dab15dc..72e3024 100644
--- a/installation/appc/src/main/scripts/installZips.sh
+++ b/installation/appc/src/main/scripts/installZips.sh
@@ -70,7 +70,9 @@
appc-config-encryption-tool \
appc-config-flow-controller \
appc-config-params \
- appc-aai-client"
+ appc-aai-client \
+ appc-network-inventory-client \
+ appc-design-services"
FEATURES_PER_DIRECTORY=$(($(echo $APPC_FEATURES|wc -w)/$FEATURE_DIRECTORY_COUNT))