Skip to content

Commit 5bdff5f

Browse files
committed
Add Ironic repo
1 parent 82c0485 commit 5bdff5f

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

ansible/inventory/group_vars/all/source-repositories

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,17 @@ source_repositories:
208208
- codeowners:
209209
content: "{{ community_files.codeowners.openstack }}"
210210
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"
211222
ironic-python-agent:
212223
community_files:
213224
- codeowners:

terraform/github/terraform.tfvars.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"glance",
6868
"glance_store",
6969
"horizon",
70+
"ironic",
7071
"ironic-python-agent",
7172
"ironic-ui",
7273
"keystone",

0 commit comments

Comments
 (0)