Enabling install of iaas-adapter 23/5023/3
authorPatrick Brady <pb071s@att.com>
Tue, 13 Jun 2017 22:49:53 +0000 (15:49 -0700)
committerPatrick Brady <pb071s@att.com>
Tue, 13 Jun 2017 22:56:22 +0000 (15:56 -0700)
For task [APPC-4]

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

index b4990bb..66c3e8f 100644 (file)
@@ -49,8 +49,9 @@ APPC_FEATURES=" \
  appc-dispatcher \
  appc-dg-util \
  appc-dg-shared \
- appc-asdc-listener"
+ appc-asdc-listener \
+ appc-iaas-adapter"
+
 echo "Enabling core APP-C features"
 featureInstall odl-netconf-connector-all
 featureInstall odl-restconf-noauth
index 9638ed4..a876b64 100644 (file)
@@ -46,7 +46,8 @@ APPC_FEATURES=" \
  appc-dg-util \
  appc-metric \
  appc-dg-shared \
- appc-asdc-listener"
+ appc-asdc-listener \
+ appc-iaas-adapter"
 
 APPC_VERSION=${APPC_VERSION:-0.0.1}
 APPC_OAM_VERSION=${APPC_OAM_VERSION:-0.1.1}