From 6c850ae66f515d6990d2d94e02a5bc7be17d3a9f Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Wed, 16 Aug 2017 09:25:40 -0400 Subject: Add AAI searchservice entry to DNS configuration - Add the searchservice entry to DNS zone file - Rename aai2_* install/init scripts to aai_* - Point Heat template to aai_* scripts Change-Id: Ife73688cdc2cf01dc9aa89d8b91db79eea6ea15b Issue-ID: AAI-128 Signed-off-by: Marco Platania --- boot/aai2_vm_init.sh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 boot/aai2_vm_init.sh (limited to 'boot/aai2_vm_init.sh') diff --git a/boot/aai2_vm_init.sh b/boot/aai2_vm_init.sh deleted file mode 100644 index ffe0955f..00000000 --- a/boot/aai2_vm_init.sh +++ /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 -- cgit 1.2.3-korg