diff options
author | Marco Platania <platania@research.att.com> | 2018-04-16 18:47:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-16 18:47:44 +0000 |
commit | 38322831c7591dbecc41e4d90a38a556c1c47230 (patch) | |
tree | 9e4deed5c8ba7c5ee7efe8404c3fdd0c1a343f32 /boot/nbi_vm_init.sh | |
parent | a310c917999db3edfb2eba58485d674ae8b35547 (diff) | |
parent | d6bc0c2d22090ed4cb04b44011ef81976cfa32f4 (diff) |
Merge "del sed command Issue-ID: INT-456"
Diffstat (limited to 'boot/nbi_vm_init.sh')
-rw-r--r-- | boot/nbi_vm_init.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/boot/nbi_vm_init.sh b/boot/nbi_vm_init.sh index 45cce7c9..576ec1da 100644 --- a/boot/nbi_vm_init.sh +++ b/boot/nbi_vm_init.sh @@ -15,8 +15,5 @@ docker login -u $NEXUS_USERNAME -p $NEXUS_PASSWD $NEXUS_DOCKER_REPO docker pull $NEXUS_DOCKER_REPO/onap/externalapi/nbi:$DOCKER_IMAGE_VERSION -# Change the Clamp docker image name in the docker-compose.yml to match the one downloaded -sed -i "/image: onap\/nbi/c\ image: $NEXUS_DOCKER_REPO\/onap\/nbi:$DOCKER_IMAGE_VERSION" docker-compose.yml - # Start nbi, MariaDB and MongoDB containers with docker compose and nbi/docker-compose.yml /opt/docker/docker-compose up -d
\ No newline at end of file |