removed command-executor,it is part of dispatcher
[appc/deployment.git] / installation / appc / src / main / scripts / installFeatures.sh
index c7fc6de..735123c 100644 (file)
@@ -22,7 +22,7 @@
 ###
 
 ODL_HOME=${ODL_HOME:-/opt/opendaylight/current}
-APPC_HOME=${APPC_HOME:-/opt/openecomp/appc}
+APPC_HOME=${APPC_HOME:-/opt/onap/appc}
 APPC_FEATURE_DIR=${APPC_FEATURE_DIR:-${APPC_HOME}/features}
 
 function featureInstall {
@@ -41,7 +41,6 @@ done
 
 APPC_FEATURES=" \
  appc-metric \
- appc-command-executor \
  appc-dmaap-adapter \
  appc-event-listener \
  appc-chef-adapter \
@@ -64,7 +63,8 @@ APPC_FEATURES=" \
  appc-config-audit \
  appc-config-encryption-tool \
  appc-config-flow-controller \
- appc-config-params"
+ appc-config-params \
+ appc-aai-client"
 
 # Temp fix to fix bouncycastle issue that is preventing netconf to work correctly
 apt-get -y install wget