diff options
author | Rene Robert <rene.robert@orange.com> | 2018-03-28 12:25:41 +0000 |
---|---|---|
committer | Rene Robert <rene.robert@orange.com> | 2018-03-28 17:38:26 +0000 |
commit | dbae803ae3612907a9e91637b850543f51ddcc7a (patch) | |
tree | e38867702be5f10d9e62626e6bcf0367b782943b /boot/nbi_vm_init.sh | |
parent | ae54354b42b5aa58017ca9232b8fa63ebef54833 (diff) |
add externalAPI/NBI project
and correct end of lines
Issue-ID: INT-456
Change-Id: Ib61780eace2d204f1a3763f497943540cfb33889
Signed-off-by: Rene Robert <rene.robert@orange.com>
Diffstat (limited to 'boot/nbi_vm_init.sh')
-rw-r--r-- | boot/nbi_vm_init.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/boot/nbi_vm_init.sh b/boot/nbi_vm_init.sh new file mode 100644 index 00000000..f50c8986 --- /dev/null +++ b/boot/nbi_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) |