Merge ~ines-almeida/launchpad-mojo-specs:lp-add-buildd-manager-qastaging-config into launchpad-mojo-specs:master

Proposed by Ines Almeida
Status: Merged
Merged at revision: 11fb7feb5c7115e51fd04a2d023b91ac17eae5a7
Proposed branch: ~ines-almeida/launchpad-mojo-specs:lp-add-buildd-manager-qastaging-config
Merge into: launchpad-mojo-specs:master
Diff against target: 27 lines (+5/-0)
2 files modified
lp-builder-proxy/bundle.yaml (+2/-0)
lp/bundle.yaml (+3/-0)
Reviewer Review Type Date Requested Status
Simone Pelosi Approve
Review via email: mp+465323@code.launchpad.net

Commit message

Fix qastaging builder proxy configuration

Add missing qastaging launchpad-buildd-manager configuration.
Update builder proxy allowed IPs to allow for git.qastaging cloning

Description of the change

This configuration was tested in qastaging.
Link to a successful build with the builder proxy: https://qastaging.launchpad.net/~ines-almeida/+snap/sleepy-test-fetch-service/+build/2298608

To post a comment you must log in.
Revision history for this message
Simone Pelosi (pelpsi) wrote :

LGTM!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/lp-builder-proxy/bundle.yaml b/lp-builder-proxy/bundle.yaml
2index f3c776a..b7cf594 100644
3--- a/lp-builder-proxy/bundle.yaml
4+++ b/lp-builder-proxy/bundle.yaml
5@@ -118,6 +118,8 @@ applications:
6 # ppa.dogfood.content.paddev.net, used by apt during "snapcraft
7 # pull" on qastaging.
8 91.189.90.138,
9+ # git.qastaging.paddev.net, potentially used by "snapcraft pull".
10+ 162.213.34.25, 162.213.34.26,
11 {%- endif %}
12 # bazaar.launchpad.net, potentially used by "snapcraft pull".
13 185.125.189.232, 185.125.189.235,
14diff --git a/lp/bundle.yaml b/lp/bundle.yaml
15index 96819ab..9dc0075 100644
16--- a/lp/bundle.yaml
17+++ b/lp/bundle.yaml
18@@ -393,6 +393,9 @@
19 {%- set backend_database_user = "migrationadmin" %}
20 {%- set buildd_manager_active = True %}
21 {%- set buildd_manager_database_name = "launchpad_qastaging_buildd_manager" %}
22+{%- set builder_proxy_auth_api_admin_username = "admin-qastaging.launchpad.net" %}
23+{%- set builder_proxy_auth_api_endpoint = "http://builder-proxy-auth.staging.lp.internal:8080/tokens" %}
24+{%- set builder_proxy_host = "builder-proxy.staging.lp.internal" %}
25 {%- set bzr_imports_root_url = "/home/supermirror/importd-push-branches" %}
26 {%- set bzr_lp_prefix = "lp://qastaging/" %}
27 {%- set bzr_lp_url_hosts = "qastaging" %}

Subscribers

People subscribed via source and target branches