aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorTal Gitelman <tg851x@intl.att.com>2017-09-07 16:14:48 +0300
committerTal Gitelman <tg851x@intl.att.com>2017-09-07 16:14:48 +0300
commitd8b91a969d1631793761cf1fdc17d52d4f82ca95 (patch)
tree45844cb5052f837c13b2449713815174b506114a /utils
parentab8ee127b3b10f52e20440f6708568d4bc8851c5 (diff)
readme.md for sdc-simulator
Change-Id: I61360ac3e81ec4c2baa598ce09fc74621abe353e Issue-ID: SDC-154 Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/webseal-simulator/readme.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/webseal-simulator/readme.md b/utils/webseal-simulator/readme.md
index 3c9468ac07..c3e04b4b22 100644
--- a/utils/webseal-simulator/readme.md
+++ b/utils/webseal-simulator/readme.md
@@ -33,6 +33,8 @@ Example: set DOCKER_HOST=tcp://127.0.0.1:2375
-- Check that WSSimulator.war exists after first step No.1 in webseal-simulator/sdc-simulator folder.
3. Run `docker build -t openecomp/sdc-simulator:1.1-STAGING-latest <PATH/sdc-simulator>`
Example: docker build -t openecomp/sdc-simulator:1.1-STAGING-latest /tmp/docker/sdc-simulator/
+-- If running behind a proxy:
+`docker build --build-arg http_proxy=http://URL:PORT --build-arg https_proxy=http://URL:PORT -t openecomp/sdc-simulator:1.1-STAGING-latest /tmp/docker/sdc-simulator/`
4. Validate that images pushed to the local repo by executing `docker images`
5. Copy the script /webseal-simulator/scripts/simulator_docker_run.sh to the docker engine environment and run: `simulator_docker_run.sh -r 1.1-STAGING-latest`
6. Run `docker ps` to verify that sdc-simulator docker is up and running.