From 8bc206af1ddd6635076b2446e98b93ed36f477ef Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Tue, 13 Jun 2017 15:49:53 -0700 Subject: Enabling install of iaas-adapter For task [APPC-4] Change-Id: Ide972c5078a04e6d63433dd7af168e59c49f1047 Signed-off-by: Patrick Brady --- installation/appc/src/main/scripts/installFeatures.sh | 5 +++-- installation/appc/src/main/scripts/installZips.sh | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'installation') 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} -- cgit 1.2.3-korg