Aai client not set to install 87/21387/1
authorPatrick Brady <pb071s@att.com>
Mon, 30 Oct 2017 21:53:51 +0000 (14:53 -0700)
committerPatrick Brady <pb071s@att.com>
Mon, 30 Oct 2017 21:55:32 +0000 (14:55 -0700)
Change-Id: I3997d87a5f9cc125a5358d5e5d748779b27072ae
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id:APPC-296

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

index c7fc6de..4fc7f08 100644 (file)
@@ -64,7 +64,8 @@ APPC_FEATURES=" \
  appc-config-audit \
  appc-config-encryption-tool \
  appc-config-flow-controller \
  appc-config-audit \
  appc-config-encryption-tool \
  appc-config-flow-controller \
- appc-config-params"
+ appc-config-params \
+ appc-aai-client"
 
 # Temp fix to fix bouncycastle issue that is preventing netconf to work correctly
 apt-get -y install wget
 
 # Temp fix to fix bouncycastle issue that is preventing netconf to work correctly
 apt-get -y install wget
index 51ae99c..5445ad1 100644 (file)
@@ -61,7 +61,8 @@ APPC_FEATURES=" \
  appc-config-audit \
  appc-config-encryption-tool \
  appc-config-flow-controller \
  appc-config-audit \
  appc-config-encryption-tool \
  appc-config-flow-controller \
- appc-config-params"
+ appc-config-params \
+ appc-aai-client"
 
 APPC_VERSION=${APPC_VERSION:-0.0.1}
 APPC_OAM_VERSION=${APPC_OAM_VERSION:-0.1.1}
 
 APPC_VERSION=${APPC_VERSION:-0.0.1}
 APPC_OAM_VERSION=${APPC_OAM_VERSION:-0.1.1}