File tree Expand file tree Collapse file tree 5 files changed +14
-1
lines changed
environments/common/inventory/group_vars/all Expand file tree Collapse file tree 5 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ dnf_repos_repolist:
3030- file : " {{ dnf_repos_version_filenames.extras }}"
3131 name : extras
3232 base_url : " {{ dnf_repos_pulp_content_url }}/{{ appliances_pulp_repos.extras[ansible_distribution_version] | appliances_repo_to_subpath }}"
33+ - file : ceph
34+ name : Ceph
35+ base_url : " {{ dnf_repos_pulp_content_url }}/{{ appliances_pulp_repos.ceph[ansible_distribution_major_version] | appliances_repo_to_subpath }}"
3336
3437dnf_repos_epel_baseurl : " {{ dnf_repos_pulp_content_url }}/{{ appliances_pulp_repos.epel[ansible_distribution_major_version] | appliances_repo_to_subpath }}"
3538dnf_repos_epel_description : " epel"
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ pulp_site_rpm_info:
2222 subpath : " {{ appliances_pulp_repos.extras[pulp_site_target_distribution_version] | appliances_repo_to_subpath }}"
2323- name : " epel-{{ pulp_site_target_distribution_version_major }}-{{ appliances_pulp_repos.epel[pulp_site_target_distribution_version_major].timestamp }}"
2424 subpath : " {{ appliances_pulp_repos.epel[pulp_site_target_distribution_version_major] | appliances_repo_to_subpath }}"
25+ - name : " ceph-{{ pulp_site_target_distribution_version_major }}-{{ appliances_pulp_repos.ceph[pulp_site_target_distribution_version_major].timestamp }}"
26+ subpath : " {{ appliances_pulp_repos.ceph[pulp_site_target_distribution_version_major] | appliances_repo_to_subpath }}"
2527
2628pulp_site_rpm_repo_defaults :
2729 remote_username : " {{ pulp_site_upstream_username }}"
Original file line number Diff line number Diff line change @@ -151,3 +151,10 @@ appliances_pulp_repos:
151151 ' 8 ' :
152152 timestamp : 20241216T235733
153153 path : epel/8/Everything/x86_64
154+ ceph :
155+ ' 8 ' :
156+ timestamp : 20231104T015751
157+ path : centos/8-stream/storage/x86_64/ceph-quincy
158+ ' 9 ' :
159+ timestamp : 20241114T011240
160+ path : centos/9-stream/storage/x86_64/ceph-quincy
Original file line number Diff line number Diff line change 1+ os_manila_mount_ceph_rpm_repos : []
Original file line number Diff line number Diff line change 2121 version : v3.1.5
2222 - src : https://github.com/stackhpc/ansible-role-os-manila-mount.git
2323 name : stackhpc.os-manila-mount
24- version : v24.11.0 # Support ceph quincy for RL9
24+ version : refactor/overridable-repos # TODO: change once merged
2525
2626collections :
2727 - name : containers.podman
You can’t perform that action at this time.
0 commit comments