Skip to content

Switch to zuul.stackhpc.com #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/inventory/group_vars/all/cr
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ zuul_operator_cr: |
secretName: zuul-nodepool-config
web:
count: 1
root: https://zuul.compute.sms-lab.cloud
root: https://zuul.stackhpc.com
connections:
github:
driver: github
Expand Down
8 changes: 4 additions & 4 deletions ansible/inventory/group_vars/all/gateway-api
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ zuul_operator_gateway_api_gateways:
namespaces:
from: All
- name: https
hostname: "zuul.compute.sms-lab.cloud"
hostname: "zuul.stackhpc.com"
protocol: HTTPS
port: 443
allowedRoutes:
Expand All @@ -28,7 +28,7 @@ zuul_operator_gateway_api_gateways:
tls:
mode: Terminate
certificateRefs:
- name: zuul-compute-sms-lab-cloud-tls
- name: zuul-stackhpc-com-tls
kind: Secret

zuul_operator_gateway_api_httproutes:
Expand All @@ -43,7 +43,7 @@ zuul_operator_gateway_api_httproutes:
name: contour
namespace: projectcontour
hostnames:
- "zuul.compute.sms-lab.cloud"
- "zuul.stackhpc.com"
rules:
- matches:
- path:
Expand All @@ -58,7 +58,7 @@ zuul_operator_cert_manager_issuers:
- name: letsencrypt
spec:
acme:
email: michal@stackhpc.com
email: ci@stackhpc.com
server: https://acme-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: issuer-account-key
Expand Down