From: Patrick Brady Date: Tue, 13 Jun 2017 22:49:53 +0000 (-0700) Subject: Enabling install of iaas-adapter X-Git-Tag: v1.2.0~80 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F23%2F5023%2F3;p=appc%2Fdeployment.git Enabling install of iaas-adapter For task [APPC-4] Change-Id: Ide972c5078a04e6d63433dd7af168e59c49f1047 Signed-off-by: Patrick Brady --- diff --git a/installation/appc/src/main/scripts/installFeatures.sh b/installation/appc/src/main/scripts/installFeatures.sh index b4990bb..66c3e8f 100644 --- a/installation/appc/src/main/scripts/installFeatures.sh +++ b/installation/appc/src/main/scripts/installFeatures.sh @@ -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 diff --git a/installation/appc/src/main/scripts/installZips.sh b/installation/appc/src/main/scripts/installZips.sh index 9638ed4..a876b64 100644 --- a/installation/appc/src/main/scripts/installZips.sh +++ b/installation/appc/src/main/scripts/installZips.sh @@ -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}