Add features not being installed 09/45509/1
authorPatrick Brady <pb071s@att.com>
Tue, 1 May 2018 20:50:09 +0000 (13:50 -0700)
committerPatrick Brady <pb071s@att.com>
Tue, 1 May 2018 20:50:12 +0000 (13:50 -0700)
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

installation/appc/src/main/scripts/installFeatures.sh
installation/appc/src/main/scripts/installZips.sh

index 152b751..fb37f1b 100644 (file)
@@ -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"
  
 
  
index dab15dc..72e3024 100644 (file)
@@ -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))