From 5ffa04f5a89192ec47f23faa83fae16d3b537ad6 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Thu, 22 Mar 2018 18:11:08 -0400 Subject: Add skeleton for new VMs in Heat - Add MUSIC, AAF, OOF VMs in Heat - Update DNS configuration - Add init/install scripts for the new VMs - The Heat template and the scripts must be completed Change-Id: I270598a954a6f70ed2c72b4d01bd81dcea13f848 Issue-ID: INT-444 Signed-off-by: Marco Platania --- boot/oof_vm_init.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 boot/oof_vm_init.sh (limited to 'boot/oof_vm_init.sh') diff --git a/boot/oof_vm_init.sh b/boot/oof_vm_init.sh new file mode 100644 index 00000000..d0f23953 --- /dev/null +++ b/boot/oof_vm_init.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +NEXUS_USERNAME=$(cat /opt/config/nexus_username.txt) +NEXUS_PASSWD=$(cat /opt/config/nexus_password.txt) +NEXUS_DOCKER_REPO=$(cat /opt/config/nexus_docker_repo.txt) +DOCKER_IMAGE_VERSION=$(cat /opt/config/docker_version.txt) \ No newline at end of file -- cgit 1.2.3-korg