X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fappc%2Fsrc%2Fmain%2Fscripts%2FinstallFeatures.sh;h=9ad6898370e7b00d7b5562d6bd0d825c8a456750;hb=58d5a115f561efca3b32a03b1d6d496939e44411;hp=a3632795a9aa7bd0ca2becec7f42365414e6c959;hpb=3fad8837732726decb60a2ce54bcaadb1249e89e;p=appc%2Fdeployment.git diff --git a/installation/appc/src/main/scripts/installFeatures.sh b/installation/appc/src/main/scripts/installFeatures.sh index a363279..9ad6898 100644 --- a/installation/appc/src/main/scripts/installFeatures.sh +++ b/installation/appc/src/main/scripts/installFeatures.sh @@ -4,7 +4,7 @@ # ============LICENSE_START======================================================= # APPC # ================================================================================ -# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -69,7 +69,6 @@ APPC_FEATURES_1=" \ onap-appc-license-manager" APPC_FEATURES_2=" \ - onap-appc-provider \ onap-appc-dg-util \ onap-appc-dg-shared \ onap-appc-sdc-listener \ @@ -84,7 +83,7 @@ APPC_FEATURES_1=" \ onap-appc-config-encryption-tool \ onap-appc-config-flow-controller \ onap-appc-config-params \ - onap-appc-artifact-handler + onap-appc-artifact-handler \ onap-appc-aai-client \ onap-appc-event-listener \ onap-appc-network-inventory-client \ @@ -160,7 +159,7 @@ done echo "Installing dispatcher features" start=$(date +%s) - ${ODL_HOME}/bin/client "feature:install -r onap-appc-request-handler onap-appc-command-executor onap-appc-lifecycle-management onap-appc-workflow-management lock-manager" + ${ODL_HOME}/bin/client "feature:install -r onap-appc-request-handler onap-appc-command-executor onap-appc-lifecycle-management onap-appc-workflow-management lock-manager onap-appc-provider" end=$(date +%s) echo "Install of dispatcher features took $(expr $end - $start) seconds" sleep 7s