From 65ee86422e5604c21e60b4c4b43eeb36a43f26bd Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 30 Oct 2017 14:53:51 -0700 Subject: Aai client not set to install Change-Id: I3997d87a5f9cc125a5358d5e5d748779b27072ae Signed-off-by: Patrick Brady Issue-id:APPC-296 --- installation/appc/src/main/scripts/installFeatures.sh | 3 ++- installation/appc/src/main/scripts/installZips.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/installation/appc/src/main/scripts/installFeatures.sh b/installation/appc/src/main/scripts/installFeatures.sh index c7fc6de..4fc7f08 100644 --- a/installation/appc/src/main/scripts/installFeatures.sh +++ b/installation/appc/src/main/scripts/installFeatures.sh @@ -64,7 +64,8 @@ APPC_FEATURES=" \ 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 diff --git a/installation/appc/src/main/scripts/installZips.sh b/installation/appc/src/main/scripts/installZips.sh index 51ae99c..5445ad1 100644 --- a/installation/appc/src/main/scripts/installZips.sh +++ b/installation/appc/src/main/scripts/installZips.sh @@ -61,7 +61,8 @@ APPC_FEATURES=" \ 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} -- cgit 1.2.3-korg