Clean old ONAP heat template from demo repository
[demo.git] / heat / ONAP / cloud-config / aai_vm_init.sh
diff --git a/heat/ONAP/cloud-config/aai_vm_init.sh b/heat/ONAP/cloud-config/aai_vm_init.sh
deleted file mode 100644 (file)
index ffe0955..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-AAI_INSTANCE=$(cat /opt/config/aai_instance.txt)
-
-cd /opt/test-config
-git pull
-
-if [[ $AAI_INSTANCE == "aai_instance_1" ]]
-then
-       ./deploy_vm1.sh
-elif [[ $AAI_INSTANCE == "aai_instance_2" ]]
-then
-       ./deploy_vm2.sh
-else
-       echo "Invalid instance. Exiting..."
-fi