We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51779c3 commit 650ec36Copy full SHA for 650ec36
2 files changed
ansible/inventory/group_vars/all/source-repositories
@@ -259,6 +259,13 @@ source_repositories:
259
- codeowners:
260
content: "{{ community_files.codeowners.openstack }}"
261
dest: ".github/CODEOWNERS"
262
+ magnum-capi-helm:
263
+ repository_type: "single-branch"
264
+ workflows: []
265
+ community_files:
266
+ - codeowners:
267
+ content: "{{ community_files.codeowners.openstack }}"
268
+ dest: ".github/CODEOWNERS"
269
magnum-ui:
270
ignored_releases:
271
- zed
terraform/github/terraform.tfvars.json
@@ -72,6 +72,7 @@
72
"ironic-ui",
73
"keystone",
74
"magnum",
75
+ "magnum-capi-helm",
76
"magnum-ui",
77
"manila",
78
"networking-generic-switch",
0 commit comments