updated dockerfile for ssh and robot vth 22/1022/1
authorRohan Patel <rp5811@att.com>
Thu, 26 Sep 2019 18:40:15 +0000 (14:40 -0400)
committerRohan Patel <rp5811@att.com>
Thu, 26 Sep 2019 18:40:25 +0000 (14:40 -0400)
Change-Id: I71d0fa215f2d64a9aaabb0858419538c5a503dce
Signed-off-by: Rohan Patel <rp5811@att.com>
otf-robot-test-head/Dockerfile
otf-ssh-test-head/Dockerfile

index 49267ac..95b7c2b 100644 (file)
@@ -8,7 +8,7 @@ FROM python:2.7
 ENV NAMESPACE=namespace\r
 ENV APP_NAME=otf-robot-test-head\r
 ENV APP_VERSION=1.0\r
-ENV OTF_MONGO_HOSTS=localhost:27017\r
+ENV OTF_MONGO_HOSTS=localhost:27017/\r
 ENV OTF_MONGO_DATABASE=otf\r
 ENV OTF_MONGO_REPLICASET=mongoOTF\r
 ENV OTF_MONGO_USERNAME=username\r
index 6737bd3..d70565d 100644 (file)
@@ -5,8 +5,8 @@ FROM python:2.7
 # ARG http_proxy="localhost:8080"\r
 # ARG https_proxy="localhost:8080"\r
 \r
-ENV NAMESPACE=namespace\r
-ENV APP_NAME=otf-ping-test-head\r
+ENV NAMESPACE=dev\r
+ENV APP_NAME=otf-ssh-test-head\r
 ENV APP_VERSION=1.0\r
 \r
 RUN python --version\r