File tree Expand file tree Collapse file tree 5 files changed +38
-1
lines changed Expand file tree Collapse file tree 5 files changed +38
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,12 @@ Configuration
37
37
This configuration provides the following:
38
38
39
39
* Configuration to deploy a local Pulp service as a container on the seed
40
+ <<<<<<< HEAD
40
41
* Pulp repository definitions for Rocky Linux 9 and Ubuntu Jammy 22.04
42
+ =======
43
+ * Pulp repository definitions for CentOS Stream 8, Rocky Linux 8/9 and Ubuntu
44
+ Focal/Jammy
45
+ >>>>>>> Add Ubuntu Jammy repository config in Yoga. (#578)
41
46
* Playbooks to synchronise a local Pulp service with Ark
42
47
* Configuration to use the local Pulp repository mirrors on control plane hosts
43
48
* Configuration to use the local Pulp container registry on control plane hosts
@@ -79,6 +84,9 @@ The Ark pulp credentials issued by StackHPC should be configured in
79
84
Package repositories
80
85
--------------------
81
86
87
+ Rocky Linux 9 and Ubuntu Jammy package repositories are
88
+ synced based on the value of ``os_distribution `` and ``os_release ``.
89
+
82
90
On Ark, each package repository provides versioned snapshots using a datetime
83
91
stamp (e.g. ``20220817T082321 ``). The current set of tested versions is defined
84
92
in ``etc/kayobe/pulp-repo-versions.yml ``. This file is managed by the StackHPC
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ stackhpc_apt_repositories:
62
62
signed_by : docker.asc
63
63
architecture : amd64
64
64
65
- # Disable pulp apt repos on Ubuntu Jammy until they are published.
66
65
apt_repositories : " {{ stackhpc_apt_repositories }}"
67
66
68
67
# Whether to disable repositories in /etc/apt/sources.list. This may be used
Original file line number Diff line number Diff line change @@ -105,6 +105,23 @@ stackhpc_pulp_deb_repos:
105
105
distributions : " jammy-updates/{{ openstack_release }}"
106
106
required : " {{ stackhpc_pulp_sync_ubuntu_jammy | bool }}"
107
107
108
+ # Base Ubuntu Jammy repositories
109
+ - name : " Ubuntu jammy"
110
+ url : " {{ stackhpc_release_pulp_content_url }}/ubuntu/jammy/{{ stackhpc_pulp_repo_ubuntu_jammy_version }}"
111
+ distribution_name : " ubuntu-jammy-"
112
+ base_path : " ubuntu/jammy/"
113
+ components : " main restricted universe multiverse"
114
+ distributions : " jammy jammy-updates jammy-backports"
115
+ required : " {{ stackhpc_pulp_sync_ubuntu_jammy | bool }}"
116
+
117
+ - name : " Ubuntu jammy security"
118
+ url : " {{ stackhpc_release_pulp_content_url }}/ubuntu/jammy-security/{{ stackhpc_pulp_repo_ubuntu_jammy_security_version }}"
119
+ distribution_name : " ubuntu-jammy-security-"
120
+ base_path : " ubuntu/jammy-security/"
121
+ components : " main restricted universe multiverse"
122
+ distributions : " jammy-security"
123
+ required : " {{ stackhpc_pulp_sync_ubuntu_jammy | bool }}"
124
+
108
125
# Third-party repositories
109
126
- name : " Docker CE for Ubuntu"
110
127
url : " {{ stackhpc_release_pulp_content_url }}/docker-ce/ubuntu/{{ stackhpc_pulp_repo_docker_ce_ubuntu_version }}"
Original file line number Diff line number Diff line change @@ -21,6 +21,14 @@ stackhpc_repo_ubuntu_jammy_version: "{{ stackhpc_repo_distribution }}"
21
21
stackhpc_repo_ubuntu_jammy_security_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/ubuntu/jammy-security/{{ stackhpc_repo_ubuntu_jammy_security_version }}"
22
22
stackhpc_repo_ubuntu_jammy_security_version : " {{ stackhpc_repo_distribution }}"
23
23
24
+ # Ubuntu jammy
25
+ stackhpc_repo_ubuntu_jammy_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/ubuntu/jammy/{{ stackhpc_repo_ubuntu_jammy_version }}"
26
+ stackhpc_repo_ubuntu_jammy_version : " {{ stackhpc_repo_distribution }}"
27
+
28
+ # Ubuntu jammy security
29
+ stackhpc_repo_ubuntu_jammy_security_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/ubuntu/jammy-security/{{ stackhpc_repo_ubuntu_jammy_security_version }}"
30
+ stackhpc_repo_ubuntu_jammy_security_version : " {{ stackhpc_repo_distribution }}"
31
+
24
32
# Ubuntu Cloud Archive
25
33
stackhpc_repo_ubuntu_cloud_archive_url : " {{ stackhpc_repo_mirror_url }}/pulp/content/ubuntu-cloud-archive/{{ stackhpc_repo_ubuntu_cloud_archive_version }}"
26
34
stackhpc_repo_ubuntu_cloud_archive_version : " {{ stackhpc_repo_distribution }}"
Original file line number Diff line number Diff line change
1
+ ---
2
+ features :
3
+ - |
4
+ Support for Ubuntu 22.04 Jammy Jellyfish
5
+ repositories have been added to the Yoga Release.
You can’t perform that action at this time.
0 commit comments