add externalAPI/NBI project
[demo.git] / boot / nbi_vm_init.sh
diff --git a/boot/nbi_vm_init.sh b/boot/nbi_vm_init.sh
new file mode 100644 (file)
index 0000000..f50c898
--- /dev/null
@@ -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)