From f663d9553a29eed341cc18fc91d4c0aecb7ed109 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 8 May 2015 10:54:47 +0100 Subject: firewall: Allow internal machines to use the Masons as distbuild controllers Change-Id: I84ddf212a615d26aa94fbfd85437be308eed4a84 --- firewall.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'firewall.yaml') diff --git a/firewall.yaml b/firewall.yaml index 9009de0e..a8c52843 100644 --- a/firewall.yaml +++ b/firewall.yaml @@ -246,6 +246,17 @@ protocol: tcp remote_ip_prefix: 0.0.0.0/0 + # 7878: morph distbuild controller port. This rule allows a devel + # system inside the Baserock cloud to use the Mason instances for + # distbuilding, which is useful when building a Baserock release + # among other things. + - direction: ingress + port_range_min: 7878 + port_range_max: 7878 + ethertype: IPv4 + protocol: tcp + remote_ip_prefix: 192.168.222.0/24 + # 8080: morph-cache-server server port. The x86 Masons use # cache.baserock.org as the cache server for their distbuild # networks. So cache.baserock.org needs to be able to connect to -- cgit v1.2.1