← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~pelpsi/launchpad-mojo-specs/+git/private:launchpad-PoC-platform-engineer-builder into ~launchpad/launchpad-mojo-specs/+git/private:master

 

Simone Pelosi has proposed merging ~pelpsi/launchpad-mojo-specs/+git/private:launchpad-PoC-platform-engineer-builder into ~launchpad/launchpad-mojo-specs/+git/private:master.

Commit message:
PoC Dynamic Build Farm
    
New builders created inside the platform engineering team
infrastructure should be able to communicate with the proxy.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~pelpsi/launchpad-mojo-specs/+git/private/+merge/476953
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~pelpsi/launchpad-mojo-specs/+git/private:launchpad-PoC-platform-engineer-builder into ~launchpad/launchpad-mojo-specs/+git/private:master.
diff --git a/lp-builder-proxy/bundle.yaml b/lp-builder-proxy/bundle.yaml
index 81ca11c..798c16f 100644
--- a/lp-builder-proxy/bundle.yaml
+++ b/lp-builder-proxy/bundle.yaml
@@ -74,6 +74,11 @@ applications:
             10.189.144.0/20, 10.189.160.0/20, 10.189.64.0/21,
             10.122.32.0/21, 10.222.36.0/22,
 {%- endif %}
+{%- if stage_name == "qastaging" %}
+            # Add new builders created inside the platform engineering team
+            # infrastructure.
+            10.145.212.0/24,
+{%- endif %}
             ]
           http_access: deny
         # Allow certain hosts on denied networks.  dstdomain is unsafe.  DO

Follow ups