X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fappc%2Fsrc%2Fmain%2Fscripts%2FinstallFeatures.sh;h=33b96d9419fdd99a14d602d2864a6bea9cc548ae;hb=refs%2Fheads%2Fmaster;hp=d26826c3424043a870ff1a3f8e615517aac95bd1;hpb=105b7cdfec533c7b9976209af6af73e2f2508512;p=appc%2Fdeployment.git diff --git a/installation/appc/src/main/scripts/installFeatures.sh b/installation/appc/src/main/scripts/installFeatures.sh index d26826c..33b96d9 100644 --- a/installation/appc/src/main/scripts/installFeatures.sh +++ b/installation/appc/src/main/scripts/installFeatures.sh @@ -57,9 +57,9 @@ done APPC_FEATURES_1=" \ onap-appc-core \ onap-appc-metric \ - onap-appc-dmaap-adapter \ onap-appc-chef-adapter \ onap-appc-netconf-adapter \ + onap-appc-service-communicator \ onap-appc-rest-adapter \ onap-appc-lifecycle-management \ onap-appc-license-manager" @@ -83,7 +83,6 @@ APPC_FEATURES_1=" \ APPC_FEATURES_3=" \ onap-appc-artifact-handler \ onap-appc-aai-client \ - onap-appc-event-listener \ onap-appc-network-inventory-client \ onap-appc-design-services \ onap-appc-interfaces-service" @@ -91,8 +90,6 @@ APPC_FEATURES_1=" \ APPC_FEATURES_UNZIP=" \ appc-core \ appc-metric \ - appc-dmaap-adapter \ - appc-event-listener \ appc-chef-adapter \ appc-netconf-adapter \ appc-rest-adapter \ @@ -117,7 +114,8 @@ APPC_FEATURES_1=" \ appc-aai-client \ appc-network-inventory-client \ appc-design-services \ - appc-interfaces-service" + appc-interfaces-service \ + appc-service-communicator"