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/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change and it was merged. ( 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(-)
Approvals:
daniel: Verified
pespin: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
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-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190724/d10ba63b/attachment.htm>