daniel has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/docker-playground/+/14927


Change subject: regen_doc: Change IP network to an unused subnet
......................................................................

regen_doc: Change IP network to an unused subnet

Previously we were using 178.18.12.0/24 which could have conflicted with
the osmo-bsc sccplite TTCN3 tests.

Change-Id: Ib5ab391ebb21ce2455fbb1ae47dd01ed53cd2e41
---
M scripts/regen_doc.sh
1 file changed, 4 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground 
refs/changes/27/14927/1

diff --git a/scripts/regen_doc.sh b/scripts/regen_doc.sh
index cd85d01..ca540f9 100755
--- a/scripts/regen_doc.sh
+++ b/scripts/regen_doc.sh
@@ -21,7 +21,7 @@
 docker_images_require \
        "$NAME-$IMAGE_SUFFIX"

-network_create 172.18.12.0/24
+network_create 172.18.16.0/24

 container_create() {
        CONTAINERNAME=$1
@@ -35,15 +35,15 @@

 }

-container_create "$NAME-$IMAGE_SUFFIX" 172.18.12.23
+container_create "$NAME-$IMAGE_SUFFIX" 172.18.16.23

 # Get asciidoc counter info
 ${OSMO_INTERACT_VTY} \
-       -c "enable;show asciidoc counters" -p "$PORT" -H 172.18.12.23 -O 
"$COUNTERFILE"
+       -c "enable;show asciidoc counters" -p "$PORT" -H 172.18.16.23 -O 
"$COUNTERFILE"

 # Get vty reference
 ${OSMO_INTERACT_VTY} \
-       -X -p "$PORT" -H 172.18.12.23 -O "$VTYFILE"
+       -X -p "$PORT" -H 172.18.16.23 -O "$VTYFILE"

 docker container kill "${BUILD_TAG}-$NAME-$IMAGE_SUFFIX"


--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/14927
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ib5ab391ebb21ce2455fbb1ae47dd01ed53cd2e41
Gerrit-Change-Number: 14927
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <[email protected]>
Gerrit-MessageType: newchange

Reply via email to