aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-10-30 14:53:51 -0700
committerPatrick Brady <pb071s@att.com>2017-10-30 14:55:32 -0700
commit65ee86422e5604c21e60b4c4b43eeb36a43f26bd (patch)
tree0111d6e5d3b45066e77823b2fd18dc9f5d1b61a3
parentbd67a55485e0a151e4dae305165abab7e3ccf6cd (diff)
Aai client not set to install
Change-Id: I3997d87a5f9cc125a5358d5e5d748779b27072ae Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id:APPC-296
-rw-r--r--installation/appc/src/main/scripts/installFeatures.sh3
-rw-r--r--installation/appc/src/main/scripts/installZips.sh3
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}