diff options
author | Patrick Brady <pb071s@att.com> | 2017-06-13 15:49:53 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-06-13 15:56:22 -0700 |
commit | 8bc206af1ddd6635076b2446e98b93ed36f477ef (patch) | |
tree | ec15d1068ac58a5ce618a33083b07f741c96a358 | |
parent | 2a315588571c2d4a856ec8202d840d3f8fe01074 (diff) |
Enabling install of iaas-adapter
For task [APPC-4]
Change-Id: Ide972c5078a04e6d63433dd7af168e59c49f1047
Signed-off-by: Patrick Brady <pb071s@att.com>
-rw-r--r-- | installation/appc/src/main/scripts/installFeatures.sh | 5 | ||||
-rw-r--r-- | installation/appc/src/main/scripts/installZips.sh | 3 |
2 files changed, 5 insertions, 3 deletions
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} |