File tree Expand file tree Collapse file tree 7 files changed +24
-0
lines changed Expand file tree Collapse file tree 7 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ apt_config:
33
33
apt_keys :
34
34
- url : " https://download.docker.com/linux/ubuntu/gpg"
35
35
filename : docker.asc
36
+ - url : " https://download.ceph.com/keys/release.asc"
37
+ filename : ceph.asc
36
38
37
39
# A list of Apt repositories. Each item is a dict with the following keys:
38
40
# * types: whitespace-separated list of repository types, e.g. deb or deb-src
@@ -70,6 +72,12 @@ stackhpc_apt_repositories:
70
72
signed_by : docker.asc
71
73
architecture : amd64
72
74
required : true
75
+ - url : " {{ stackhpc_repo_ceph_reef_debian_url }}"
76
+ suites : " {{ ansible_facts.distribution_release }}"
77
+ components : main
78
+ signed_by : ceph.asc
79
+ architecture : amd64
80
+ required : true
73
81
74
82
# Do not replace apt configuration for non-overcloud hosts. This can result in
75
83
# errors if apt reconfiguration is performed before local repository mirrors
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ stackhpc_repo_ubuntu_jammy_security_version: "{{ stackhpc_pulp_repo_ubuntu_jammy
30
30
stackhpc_repo_ubuntu_jammy_cve_2024_6387_version : " "
31
31
stackhpc_repo_ubuntu_cloud_archive_version : " {{ stackhpc_pulp_repo_ubuntu_cloud_archive_version }}"
32
32
stackhpc_repo_docker_ce_ubuntu_jammy_version : " {{ stackhpc_pulp_repo_docker_ce_ubuntu_jammy_version }}"
33
+ stackhpc_repo_ceph_reef_debian_version : " {{ stackhpc_pulp_repo_ceph_reef_debian_version }}"
33
34
stackhpc_repo_centos_stream_9_nfv_openvswitch_version : " {{ stackhpc_pulp_repo_centos_stream_9_nfv_openvswitch_version }}"
34
35
stackhpc_repo_centos_stream_9_openstack_caracal_version : " {{ stackhpc_pulp_repo_centos_stream_9_openstack_caracal_version }}"
35
36
stackhpc_repo_centos_stream_9_opstools_version : " {{ stackhpc_pulp_repo_centos_stream_9_opstools_version }}"
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ stackhpc_repo_ubuntu_jammy_security_version: "{{ stackhpc_pulp_repo_ubuntu_jammy
55
55
stackhpc_repo_ubuntu_jammy_cve_2024_6387_version : " "
56
56
stackhpc_repo_ubuntu_cloud_archive_version : " {{ stackhpc_pulp_repo_ubuntu_cloud_archive_version }}"
57
57
stackhpc_repo_docker_ce_ubuntu_jammy_version : " {{ stackhpc_pulp_repo_docker_ce_ubuntu_jammy_version }}"
58
+ stackhpc_repo_ceph_reef_debian_version : " {{ stackhpc_pulp_repo_ceph_reef_debian_version }}"
58
59
stackhpc_repo_centos_stream_9_nfv_openvswitch_version : " {{ stackhpc_pulp_repo_centos_stream_9_nfv_openvswitch_version }}"
59
60
stackhpc_repo_centos_stream_9_openstack_caracal_version : " {{ stackhpc_pulp_repo_centos_stream_9_openstack_caracal_version }}"
60
61
stackhpc_repo_centos_stream_9_opstools_version : " {{ stackhpc_pulp_repo_centos_stream_9_opstools_version }}"
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ stackhpc_repo_ubuntu_jammy_security_version: "{{ stackhpc_pulp_repo_ubuntu_jammy
30
30
stackhpc_repo_ubuntu_jammy_cve_2024_6387_version : " "
31
31
stackhpc_repo_ubuntu_cloud_archive_version : " {{ stackhpc_pulp_repo_ubuntu_cloud_archive_version }}"
32
32
stackhpc_repo_docker_ce_ubuntu_jammy_version : " {{ stackhpc_pulp_repo_docker_ce_ubuntu_jammy_version }}"
33
+ stackhpc_repo_ceph_reef_debian_version : " {{ stackhpc_pulp_repo_ceph_reef_debian_version }}"
33
34
stackhpc_repo_centos_stream_9_nfv_openvswitch_version : " {{ stackhpc_pulp_repo_centos_stream_9_nfv_openvswitch_version }}"
34
35
stackhpc_repo_centos_stream_9_openstack_caracal_version : " {{ stackhpc_pulp_repo_centos_stream_9_openstack_caracal_version }}"
35
36
stackhpc_repo_centos_stream_9_opstools_version : " {{ stackhpc_pulp_repo_centos_stream_9_opstools_version }}"
Original file line number Diff line number Diff line change @@ -42,3 +42,4 @@ stackhpc_pulp_repo_rocky_9_sig_security_common_version: 20240718T001130
42
42
stackhpc_pulp_repo_ubuntu_cloud_archive_version : 20240911T041957
43
43
stackhpc_pulp_repo_ubuntu_jammy_security_version : 20240911T063424
44
44
stackhpc_pulp_repo_ubuntu_jammy_version : 20240911T063424
45
+ stackhpc_pulp_repo_ceph_reef_debian_version : 20240925T152022
Original file line number Diff line number Diff line change @@ -122,6 +122,14 @@ stackhpc_pulp_deb_repos:
122
122
components : " stable"
123
123
required : " {{ stackhpc_pulp_sync_ubuntu_jammy | bool }}"
124
124
125
+ - name : " Docker CE for Ubuntu Jammy"
126
+ url : " {{ stackhpc_release_pulp_content_url }}/ceph/debian-reef/{{ stackhpc_pulp_repo_ceph_reef_debian_version }}"
127
+ distribution_name : " docker-ce-for-ubuntu-jammy-"
128
+ base_path : " docker-ce/ubuntu-jammy/"
129
+ distributions : " jammy"
130
+ components : " stable"
131
+ required : " {{ stackhpc_pulp_sync_ubuntu_jammy | bool }}"
132
+
125
133
# Publication format is a subset of distribution.
126
134
stackhpc_pulp_publication_deb_development : " {{ stackhpc_pulp_distribution_deb_development }}"
127
135
Original file line number Diff line number Diff line change @@ -49,6 +49,10 @@ stackhpc_repo_ubuntu_cloud_archive_version: "{{ stackhpc_repo_distribution }}"
49
49
stackhpc_repo_docker_ce_ubuntu_jammy_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/docker-ce/ubuntu-jammy/{{ stackhpc_repo_docker_ce_ubuntu_jammy_version }}"
50
50
stackhpc_repo_docker_ce_ubuntu_jammy_version : " {{ stackhpc_repo_distribution }}"
51
51
52
+ # Ceph Reef for Debian
53
+ stackhpc_repo_ceph_reef_debian_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/ceph/debian-reef/{{ stackhpc_repo_ceph_reef_debian_version }}"
54
+ stackhpc_repo_ceph_reef_debian_version : " {{ stackhpc_repo_distribution }}"
55
+
52
56
# ##############################################################################
53
57
# RPMs
54
58
You can’t perform that action at this time.
0 commit comments