diff options
author | Patrick Brady <pb071s@att.com> | 2018-05-01 13:50:09 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-05-01 13:50:12 -0700 |
commit | 37e68e29be1b7bf30fec10adfc59c898c5dc0157 (patch) | |
tree | 40ae6f2cc8c8b357c35238ec4b516a7dcad2f248 | |
parent | b777c1a042ae8529b02fdb6394d271f6f24ce98c (diff) |
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
-rw-r--r-- | installation/appc/src/main/scripts/installFeatures.sh | 8 | ||||
-rw-r--r-- | 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)) |