aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 66c3e8f..ea9d6a2 100644
--- a/installation/appc/src/main/scripts/installFeatures.sh
+++ b/installation/appc/src/main/scripts/installFeatures.sh
@@ -50,7 +50,8 @@ APPC_FEATURES=" \
appc-dg-util \
appc-dg-shared \
appc-asdc-listener \
- appc-iaas-adapter"
+ appc-iaas-adapter \
+ appc-ansible-adapter"
echo "Enabling core APP-C features"
featureInstall odl-netconf-connector-all
diff --git a/installation/appc/src/main/scripts/installZips.sh b/installation/appc/src/main/scripts/installZips.sh
index a876b64..31e62ec 100644
--- a/installation/appc/src/main/scripts/installZips.sh
+++ b/installation/appc/src/main/scripts/installZips.sh
@@ -47,7 +47,8 @@ APPC_FEATURES=" \
appc-metric \
appc-dg-shared \
appc-asdc-listener \
- appc-iaas-adapter"
+ appc-iaas-adapter \
+ appc-ansible-adapter"
APPC_VERSION=${APPC_VERSION:-0.0.1}
APPC_OAM_VERSION=${APPC_OAM_VERSION:-0.1.1}