Set appc-interfaces-service to install 13/46313/1
authorPatrick Brady <pb071s@att.com>
Fri, 4 May 2018 22:31:40 +0000 (15:31 -0700)
committerPatrick Brady <pb071s@att.com>
Fri, 4 May 2018 22:31:53 +0000 (15:31 -0700)
Add the feature to the build and install list.

Change-Id: Id9493811e82333506e3a75cef55a63ea670978fd
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-880

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

index fb37f1b..029e376 100644 (file)
@@ -87,7 +87,8 @@ APPC_FEATURES_1=" \
  appc-aai-client \
  appc-event-listener \
  appc-network-inventory-client \
- appc-design-services"
+ appc-design-services \
+ appc-interfaces-service"
  
  APPC_FEATURES_UNZIP=" \
  appc-metric \
@@ -116,7 +117,8 @@ APPC_FEATURES_1=" \
  appc-artifact-handler \
  appc-aai-client \
  appc-network-inventory-client \
- appc-design-services"
+ appc-design-services \
+ appc-interfaces-service"
  
 
  
index 72e3024..8a93d8a 100644 (file)
@@ -72,7 +72,8 @@ APPC_FEATURES=" \
  appc-config-params \
  appc-aai-client \
  appc-network-inventory-client \
- appc-design-services"
+ appc-design-services \
+ appc-interfaces-service"
 
 FEATURES_PER_DIRECTORY=$(($(echo $APPC_FEATURES|wc -w)/$FEATURE_DIRECTORY_COUNT))