Adding new features to install
[appc/deployment.git] / installation / appc / src / main / scripts / installZips.sh
index a876b64..7d2f47d 100644 (file)
@@ -2,9 +2,9 @@
 
 ###
 # ============LICENSE_START=======================================================
-# openECOMP : APP-C
+# APPC
 # ================================================================================
-# Copyright (C) 2017 OpenECOMP
+# Copyright (C) 2017 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.
@@ -18,6 +18,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 # ============LICENSE_END=========================================================
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
 ###
 
 if [ -z "$SETTINGS_FILE" -a -z "$GLOBAL_SETTINGS_FILE" -a -s "$HOME"/.m2/settings.xml ]
@@ -28,7 +29,7 @@ then
 fi
 
 APPC_HOME=${APPC_HOME:-/opt/openecomp/appc}
-SDNC_HOME=${SDNC_HOME:-/opt/openecomp/sdnc}
+SDNC_HOME=${SDNC_HOME:-/opt/onap/sdnc}
 
 targetDir=${1:-${APPC_HOME}}
 sdnc_targetDir=${1:-${SDNC_HOME}}
@@ -36,6 +37,9 @@ sdnc_targetDir=${1:-${SDNC_HOME}}
 featureDir=${targetDir}/features
 
 APPC_FEATURES=" \
+ appc-sdc-listener \
+ appc-lifecycle-management \
+ appc-command-executor \
  appc-provider \
  appc-event-listener \
  appc-dispatcher \
@@ -46,8 +50,18 @@ APPC_FEATURES=" \
  appc-dg-util \
  appc-metric \
  appc-dg-shared \
- appc-asdc-listener \
- appc-iaas-adapter"
+ appc-iaas-adapter \
+ appc-ansible-adapter \
+ appc-oam \
+ appc-sequence-generator \
+ appc-config-generator \
+ appc-config-data-services \
+ appc-artifact-handler \
+ appc-config-adaptor \
+ appc-config-audit \
+ appc-config-encryption-tool \
+ appc-config-flow-controller \
+ appc-config-params"
 
 APPC_VERSION=${APPC_VERSION:-0.0.1}
 APPC_OAM_VERSION=${APPC_OAM_VERSION:-0.1.1}