Install odl cluster features
[appc/deployment.git] / installation / appc / src / main / scripts / installFeatures.sh
index 9ad6898..eb10b5c 100644 (file)
@@ -126,10 +126,10 @@ APPC_FEATURES_1=" \
 
 
 echo "Enabling core APP-C features"
-featureInstall odl-netconf-connector-all
+featureInstall odl-netconf-connector
 featureInstall odl-restconf-noauth
-featureInstall odl-netconf-topology
-
+featureInstall odl-netconf-clustered-topology
+featureInstall odl-mdsal-clustering
 sleep 7s
 echo "Installing APP-C Features"
 echo ""
@@ -175,3 +175,8 @@ do
   sleep 7s
   echo "Sleep Finished"
 done
+
+#Copy json template file for use by the generic restart DG aai fix
+mkdir -p /opt/onap/appc/restapi/templates
+cp /opt/onap/appc/data/aai-named-query.json /opt/onap/appc/restapi/templates/aai-named-query.json
+