From: Patrick Brady Date: Tue, 1 May 2018 20:50:09 +0000 (-0700) Subject: Add features not being installed X-Git-Tag: v1.3.0~16 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F45509%2F1;p=appc%2Fdeployment.git 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 --- 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))