From 5aec107c5ccc82a3e924c8ff68444a3e4406891b Mon Sep 17 00:00:00 2001 From: Rohan Patel Date: Thu, 26 Sep 2019 14:40:15 -0400 Subject: [PATCH] updated dockerfile for ssh and robot vth Change-Id: I71d0fa215f2d64a9aaabb0858419538c5a503dce Signed-off-by: Rohan Patel --- otf-robot-test-head/Dockerfile | 2 +- otf-ssh-test-head/Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.16.6