Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c382974
)
fix(ansible): Shared TG docker
52/37152/1
author
pmikus
<
[email protected]
>
Mon, 19 Sep 2022 10:02:17 +0000
(12:02 +0200)
committer
pmikus
<
[email protected]
>
Mon, 19 Sep 2022 10:02:17 +0000
(12:02 +0200)
Signed-off-by: pmikus <
[email protected]
>
Change-Id: Ic1ea513970f52564d84ace3423ab1b87b411dcd1
fdio.infra.ansible/roles/tg/files/csit-initialize-docker-tg.sh
patch
|
blob
|
history
diff --git
a/fdio.infra.ansible/roles/tg/files/csit-initialize-docker-tg.sh
b/fdio.infra.ansible/roles/tg/files/csit-initialize-docker-tg.sh
index
0120795
..
7776b44
100755
(executable)
--- a/
fdio.infra.ansible/roles/tg/files/csit-initialize-docker-tg.sh
+++ b/
fdio.infra.ansible/roles/tg/files/csit-initialize-docker-tg.sh
@@
-24,7
+24,7
@@
case "${1:-start}" in
docker network create --driver bridge csit-nw-tg${cnt} || true
# If the IMAGE is not already loaded then docker run will pull the
# IMAGE, and all image dependencies, before it starts the container.
- dcr_image="csit_sut-ubuntu2
0
04:local"
+ dcr_image="csit_sut-ubuntu2
2
04:local"
# Run the container in the background and print the new container
# ID.
dcr_stc_params="--detach=true "