From: Rohan Patel Date: Thu, 26 Sep 2019 18:40:15 +0000 (-0400) Subject: updated dockerfile for ssh and robot vth X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fotf.git;a=commitdiff_plain;h=5aec107c5ccc82a3e924c8ff68444a3e4406891b updated dockerfile for ssh and robot vth Change-Id: I71d0fa215f2d64a9aaabb0858419538c5a503dce Signed-off-by: Rohan Patel --- diff --git a/otf-robot-test-head/Dockerfile b/otf-robot-test-head/Dockerfile index 49267ac..95b7c2b 100644 --- a/otf-robot-test-head/Dockerfile +++ b/otf-robot-test-head/Dockerfile @@ -8,7 +8,7 @@ FROM python:2.7 ENV NAMESPACE=namespace ENV APP_NAME=otf-robot-test-head ENV APP_VERSION=1.0 -ENV OTF_MONGO_HOSTS=localhost:27017 +ENV OTF_MONGO_HOSTS=localhost:27017/ ENV OTF_MONGO_DATABASE=otf ENV OTF_MONGO_REPLICASET=mongoOTF ENV OTF_MONGO_USERNAME=username diff --git a/otf-ssh-test-head/Dockerfile b/otf-ssh-test-head/Dockerfile index 6737bd3..d70565d 100644 --- a/otf-ssh-test-head/Dockerfile +++ b/otf-ssh-test-head/Dockerfile @@ -5,8 +5,8 @@ FROM python:2.7 # ARG http_proxy="localhost:8080" # ARG https_proxy="localhost:8080" -ENV NAMESPACE=namespace -ENV APP_NAME=otf-ping-test-head +ENV NAMESPACE=dev +ENV APP_NAME=otf-ssh-test-head ENV APP_VERSION=1.0 RUN python --version