diff options
-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} |