Adding new ansible adapter to install scripts 51/5051/3
authorPatrick Brady <pb071s@att.com>
Thu, 15 Jun 2017 21:38:18 +0000 (14:38 -0700)
committerPatrick Brady <pb071s@att.com>
Fri, 16 Jun 2017 20:05:56 +0000 (20:05 +0000)
[feature/APPC-6]

Change-Id: Ib70c272b1538fed94d0721351c48fd61b6fd1f2d
Signed-off-by: Patrick Brady <pb071s@att.com>
installation/appc/src/main/scripts/installFeatures.sh
installation/appc/src/main/scripts/installZips.sh

index 66c3e8f..ea9d6a2 100644 (file)
@@ -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
index a876b64..31e62ec 100644 (file)
@@ -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}