@@ -38,7 +38,7 @@ This configuration provides the following:
38
38
39
39
* Configuration to deploy a local Pulp service as a container on the seed
40
40
* Pulp repository definitions for CentOS Stream 8, Rocky Linux 8/9 and Ubuntu
41
- Focal
41
+ Focal/Jammy
42
42
* Playbooks to synchronise a local Pulp service with Ark
43
43
* Configuration to use the local Pulp repository mirrors on control plane hosts
44
44
* Configuration to use the local Pulp container registry on control plane hosts
@@ -80,14 +80,12 @@ The Ark pulp credentials issued by StackHPC should be configured in
80
80
Package repositories
81
81
--------------------
82
82
83
- Currently, Ark does not provide package repositories for Ubuntu Jammy 22.04 -
84
- only container images.
85
-
86
- CentOS Stream 8, Rocky Linux 8/9, and Ubuntu Focal package repositories are
83
+ CentOS Stream 8, Rocky Linux 8/9 and Ubuntu Focal/Jammy package repositories are
87
84
synced based on the value of ``os_distribution `` and ``os_release `` . If you
88
- need to sync multiple RHEL-like distributions,
89
- ``stackhpc_pulp_sync_centos_stream8 ``, ``stackhpc_pulp_sync_rocky_8 `` and
90
- ``stackhpc_pulp_sync_rocky_9 `` in ``etc/kayobe/pulp.yml `` may be set to
85
+ need to sync multiple RHEL-like distributions or Ubuntu releases,
86
+ ``stackhpc_pulp_sync_centos_stream8 ``, ``stackhpc_pulp_sync_rocky_8 ``
87
+ ``stackhpc_pulp_sync_rocky_9 ``, ``stackhpc_pulp_sync_ubuntu_jammy `` and
88
+ ``stackhpc_pulp_sync_ubuntu_focal `` in ``etc/kayobe/pulp.yml `` may be set to
91
89
``true ``.
92
90
93
91
On Ark, each package repository provides versioned snapshots using a datetime
@@ -99,10 +97,10 @@ repository.
99
97
Package managers
100
98
----------------
101
99
102
- For Ubuntu Focal systems, the package manager configuration is provided by
100
+ For Ubuntu Focal and Jammy systems, the package manager configuration is provided by
103
101
``stackhpc_apt_repositories `` in ``etc/kayobe/apt.yml ``.
104
102
105
- The configuration is applied by default to all Ubuntu Focal hosts. The
103
+ The configuration is applied by default to all Ubuntu Focal and Jammy hosts. The
106
104
configuration can be overridden by changing the repository definitions in
107
105
``apt_repositories `` or toggling ``apt_disable_sources_list `` to use the default
108
106
apt repositories. This can be done on a host-by host basis by defining the
0 commit comments