X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fappc%2Fsrc%2Fmain%2Fscripts%2FinstallZips.sh;h=6ec878db7e70214b4d411c0673ed2999ff64d67f;hb=ab167b4e3066ed127316322dbb22feeaf8c13ef3;hp=66d50f81a4d91d3aa55b3ac6cc63083847f427ff;hpb=d809474a8754d9fd9675427d3b8d93ecffd2070f;p=appc%2Fdeployment.git diff --git a/installation/appc/src/main/scripts/installZips.sh b/installation/appc/src/main/scripts/installZips.sh index 66d50f8..6ec878d 100644 --- a/installation/appc/src/main/scripts/installZips.sh +++ b/installation/appc/src/main/scripts/installZips.sh @@ -37,6 +37,9 @@ sdnc_targetDir=${1:-${SDNC_HOME}} featureDir=${targetDir}/features APPC_FEATURES=" \ + appc-asdc-listener \ + appc-lifecycle-management \ + appc-command-executor \ appc-provider \ appc-event-listener \ appc-dispatcher \ @@ -47,9 +50,9 @@ APPC_FEATURES=" \ appc-dg-util \ appc-metric \ appc-dg-shared \ - appc-asdc-listener \ appc-iaas-adapter \ - appc-ansible-adapter" + appc-ansible-adapter \ + appc-oam" APPC_VERSION=${APPC_VERSION:-0.0.1} APPC_OAM_VERSION=${APPC_OAM_VERSION:-0.1.1}