Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions ansible/inventory/group_vars/all/package-repos
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,20 @@ rpm_package_repos:
short_name: centos_stream_9_openstack_caracal_aarch64
sync_group: rocky_9_aarch64
distribution_name: centos-stream-9-openstack-caracal-aarch64-
# OpenStack Epoxy for CentOS Stream 9
- name: CentOS Stream 9 - OpenStack Epoxy
url: https://mirror.stream.centos.org/SIGs/9-stream/cloud/x86_64/openstack-epoxy/
base_path: centos/9-stream/cloud/x86_64/openstack-epoxy/
short_name: centos_stream_9_openstack_epoxy
sync_group: centos
distribution_name: centos-stream-9-openstack-epoxy-
# OpenStack Epoxy for CentOS Stream 9 (aarch64)
- name: CentOS Stream 9 - OpenStack Epoxy (aarch64)
url: https://mirror.stream.centos.org/SIGs/9-stream/cloud/aarch64/openstack-epoxy/
base_path: centos/9-stream/cloud/aarch64/openstack-epoxy/
short_name: centos_stream_9_openstack_epoxy_aarch64
sync_group: rocky_9_aarch64
distribution_name: centos-stream-9-openstack-epoxy-aarch64-

# Additional RHEL 9 repositories
# RabbitMQ - Erlang for Redhat family, version 9
Expand Down
13 changes: 13 additions & 0 deletions ansible/inventory/group_vars/all/source-repositories
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# repository.
default_releases:
- "master"
- "2025.1"
- "2024.1"
- "2023.1"
- zed
Expand Down Expand Up @@ -121,6 +122,7 @@ source_repositories:
- zed
- 2023.1
- 2024.1
- 2025.1
- master
community_files:
- codeowners:
Expand Down Expand Up @@ -148,6 +150,7 @@ source_repositories:
- zed
- 2023.1
- 2024.1
- 2025.1
- master
community_files:
- codeowners:
Expand All @@ -171,6 +174,7 @@ source_repositories:
- zed
- 2023.1
- 2024.1
- 2025.1
- master
workflows:
ignored_workflows:
Expand All @@ -186,6 +190,7 @@ source_repositories:
- wallaby
- xena
- 2023.1
- 2025.1
- master
community_files:
- codeowners:
Expand All @@ -199,6 +204,7 @@ source_repositories:
- yoga
- zed
- 2023.1
- 2025.1
- master
community_files:
- codeowners:
Expand All @@ -211,6 +217,7 @@ source_repositories:
- xena
- zed
- 2024.1
- 2025.1
- master
workflows:
ignored_workflows:
Expand All @@ -228,6 +235,7 @@ source_repositories:
ignored_releases:
- zed
- 2024.1
- 2025.1
- master
ironic-ui:
ignored_releases:
Expand All @@ -237,6 +245,7 @@ source_repositories:
- zed
- 2023.1
- 2024.1
- 2025.1
- master
workflows:
ignored_workflows:
Expand All @@ -263,6 +272,7 @@ source_repositories:
- zed
- 2023.1
- 2024.1
- 2025.1
- master
workflows:
ignored_workflows:
Expand All @@ -287,6 +297,7 @@ source_repositories:
- wallaby
- xena
- 2024.1
- 2025.1
- master
workflows:
ignored_workflows:
Expand All @@ -301,6 +312,7 @@ source_repositories:
- victoria
- xena
- 2024.1
- 2025.1
- master
community_files:
- codeowners:
Expand All @@ -325,6 +337,7 @@ source_repositories:
- zed
- 2023.1
- 2024.1
- 2025.1
- master
workflows:
ignored_workflows:
Expand Down