Change in ...docker-playground[master]: regen_doc: Change IP network to an unused subnet

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

daniel gerrit-no-reply at lists.osmocom.org
Wed Jul 24 16:07:38 UTC 2019


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 <dwillmann at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190724/609c174b/attachment.htm>


More information about the gerrit-log mailing list