Skip to content

Commit 257e44e

Browse files
authored
Merge pull request #42 from stackhpc/zuul_stackhpc_com
Switch to zuul.stackhpc.com
2 parents 145c953 + c259495 commit 257e44e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ansible/inventory/group_vars/all/cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ zuul_operator_cr: |
1818
secretName: zuul-nodepool-config
1919
web:
2020
count: 1
21-
root: https://zuul.compute.sms-lab.cloud
21+
root: https://zuul.stackhpc.com
2222
connections:
2323
github:
2424
driver: github

ansible/inventory/group_vars/all/gateway-api

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ zuul_operator_gateway_api_gateways:
1919
namespaces:
2020
from: All
2121
- name: https
22-
hostname: "zuul.compute.sms-lab.cloud"
22+
hostname: "zuul.stackhpc.com"
2323
protocol: HTTPS
2424
port: 443
2525
allowedRoutes:
@@ -28,7 +28,7 @@ zuul_operator_gateway_api_gateways:
2828
tls:
2929
mode: Terminate
3030
certificateRefs:
31-
- name: zuul-compute-sms-lab-cloud-tls
31+
- name: zuul-stackhpc-com-tls
3232
kind: Secret
3333

3434
zuul_operator_gateway_api_httproutes:
@@ -43,7 +43,7 @@ zuul_operator_gateway_api_httproutes:
4343
name: contour
4444
namespace: projectcontour
4545
hostnames:
46-
- "zuul.compute.sms-lab.cloud"
46+
- "zuul.stackhpc.com"
4747
rules:
4848
- matches:
4949
- path:
@@ -58,7 +58,7 @@ zuul_operator_cert_manager_issuers:
5858
- name: letsencrypt
5959
spec:
6060
acme:
61-
email: michal@stackhpc.com
61+
email: ci@stackhpc.com
6262
server: https://acme-v02.api.letsencrypt.org/directory
6363
privateKeySecretRef:
6464
name: issuer-account-key

0 commit comments

Comments
 (0)