From 37e68e29be1b7bf30fec10adfc59c898c5dc0157 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Tue, 1 May 2018 13:50:09 -0700 Subject: 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 Issue-ID: APPC-871 --- installation/appc/src/main/scripts/installFeatures.sh | 8 ++++++-- installation/appc/src/main/scripts/installZips.sh | 4 +++- 2 files changed, 9 insertions(+), 3 deletions(-) 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_FEATURES_1=" \ 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_FEATURES_1=" \ 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_FEATURES=" \ 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)) -- cgit 1.2.3-korg