We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c0485 commit 5bdff5fCopy full SHA for 5bdff5f
2 files changed
ansible/inventory/group_vars/all/source-repositories
@@ -208,6 +208,17 @@ source_repositories:
208
- codeowners:
209
content: "{{ community_files.codeowners.openstack }}"
210
dest: ".github/CODEOWNERS"
211
+ ironic:
212
+ ignored_releases:
213
+ - zed
214
+ - 2023.1
215
+ - 2024.1
216
+ - 2026.1
217
+ - master
218
+ community_files:
219
+ - codeowners:
220
+ content: "{{ community_files.codeowners.openstack }}"
221
+ dest: ".github/CODEOWNERS"
222
ironic-python-agent:
223
community_files:
224
terraform/github/terraform.tfvars.json
@@ -67,6 +67,7 @@
67
"glance",
68
"glance_store",
69
"horizon",
70
+ "ironic",
71
"ironic-python-agent",
72
"ironic-ui",
73
"keystone",
0 commit comments