We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dbbd92 commit ec53748Copy full SHA for ec53748
ansible/inventory/group_vars/all/cr
@@ -18,7 +18,7 @@ zuul_operator_cr: |
18
secretName: zuul-nodepool-config
19
web:
20
count: 1
21
- root: https://zuul.stackhpc.com
+ root: "https://zuul.stackhpc.com"
22
connections:
23
github:
24
driver: github
ansible/inventory/group_vars/all/zuul-operator-tenant-config
@@ -9,7 +9,7 @@ zuul_operator_tenant_config:
9
- stackhpc/ansible-collection-cephadm
10
opendev:
11
untrusted-projects:
12
- - zuul/zuul-jobs
+ - zuul/zuul-jobs:
13
shadow: stackhpc-zuul-config
14
stackhpc:
15
config-projects:
0 commit comments