Skip to content

Commit 7e1c880

Browse files
authored
Merge pull request #550 from stackhpc/conf/GT-1835-add-ipa-builder
GT-1385: Add Ironic Python Agent Builder
2 parents b2daa10 + 9a5c543 commit 7e1c880

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

ansible/inventory/group_vars/all/source-repositories

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,15 @@ source_repositories:
241241
synced_releases:
242242
- "2023.1"
243243
- yoga
244+
# We can drop the IPA builder fork when this is merged:
245+
# https://review.opendev.org/c/openstack/ironic-python-agent-builder/+/998333
246+
ironic-python-agent-builder:
247+
synced_releases:
248+
- "2025.1"
249+
community_files:
250+
- codeowners:
251+
content: "{{ community_files.codeowners.openstack }}"
252+
dest: ".github/CODEOWNERS"
244253
ironic-ui:
245254
synced_releases:
246255
- yoga

terraform/github/terraform.tfvars.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"horizon",
7070
"ironic",
7171
"ironic-python-agent",
72+
"ironic-python-agent-builder",
7273
"ironic-ui",
7374
"keystone",
7475
"magnum",

0 commit comments

Comments
 (0)