Skip to content

Commit e8623a9

Browse files
committed
Add Ironic repo
1 parent 82c0485 commit e8623a9

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
@@ -235,6 +235,17 @@ source_repositories:
235235
- codeowners:
236236
content: "{{ community_files.codeowners.openstack }}"
237237
dest: ".github/CODEOWNERS"
238+
ironic:
239+
ignored_releases:
240+
- zed
241+
- 2023.1
242+
- 2024.1
243+
- 2026.1
244+
- master
245+
community_files:
246+
- codeowners:
247+
content: "{{ community_files.codeowners.openstack }}"
248+
dest: ".github/CODEOWNERS"
238249
keystone:
239250
ignored_releases:
240251
- yoga

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)