Adding new features to install
[appc/deployment.git] / installation / appc / src / main / scripts / installZips.sh
index 6ec878d..7d2f47d 100644 (file)
@@ -29,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}}
@@ -37,7 +37,7 @@ sdnc_targetDir=${1:-${SDNC_HOME}}
 featureDir=${targetDir}/features
 
 APPC_FEATURES=" \
- appc-asdc-listener \
+ appc-sdc-listener \
  appc-lifecycle-management \
  appc-command-executor \
  appc-provider \
@@ -52,7 +52,16 @@ APPC_FEATURES=" \
  appc-dg-shared \
  appc-iaas-adapter \
  appc-ansible-adapter \
- appc-oam"
+ 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}