commit | 19b937b61bce31b3d947061ba7a9d218cb750bbd | [log] [tgz] |
---|---|---|
author | Keith Haddow <haddowk@chromium.org> | Thu Oct 04 16:16:44 2018 -0700 |
committer | Keith Haddow <haddowk@chromium.org> | Thu Oct 04 23:30:11 2018 +0000 |
tree | a70e89098c0302f01aa0d25f5dadaae7538a0763 | |
parent | 2de1bef490bed96a2cfd573d5c4049c6b942c58e [diff] |
[moblab] Extend the list of hostnames used for containers. It seems that the container hostname has changed from the current container to the base container, extend the dhcp rules so the containers get IP's from the correct pool BUG=chromium:892424 TEST=local testing on moblab Change-Id: Ic58ee31fcf177fcbcc349209f6337c3f1fce8ce7 Reviewed-on: https://chromium-review.googlesource.com/c/1263137 Reviewed-by: Keith Haddow <haddowk@chromium.org> Commit-Queue: Keith Haddow <haddowk@chromium.org> Tested-by: Keith Haddow <haddowk@chromium.org> Trybot-Ready: Keith Haddow <haddowk@chromium.org>
diff --git a/project-moblab/chromeos-base/chromeos-bsp-moblab/chromeos-bsp-moblab-0.0.1-r47.ebuild b/project-moblab/chromeos-base/chromeos-bsp-moblab/chromeos-bsp-moblab-0.0.1-r48.ebuild similarity index 100% rename from project-moblab/chromeos-base/chromeos-bsp-moblab/chromeos-bsp-moblab-0.0.1-r47.ebuild rename to project-moblab/chromeos-base/chromeos-bsp-moblab/chromeos-bsp-moblab-0.0.1-r48.ebuild
diff --git a/project-moblab/chromeos-base/chromeos-bsp-moblab/files/dhcpd-moblab.conf b/project-moblab/chromeos-base/chromeos-bsp-moblab/files/dhcpd-moblab.conf index 22dd933..1b0c7c4 100644 --- a/project-moblab/chromeos-base/chromeos-bsp-moblab/files/dhcpd-moblab.conf +++ b/project-moblab/chromeos-base/chromeos-bsp-moblab/files/dhcpd-moblab.conf
@@ -11,6 +11,8 @@ (substring (option host-name,0,5) = "test_") or (substring (option host-name,0,5) = "test-") + or + (substring (option host-name,0,6) = "moblab") ; }