Fix for aai in vcpe
[appc/deployment.git] / installation / appc / src / main / scripts / installFeatures.sh
index 9ad6898..4138fdc 100644 (file)
@@ -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
+