@@ -38,7 +38,7 @@ This configuration provides the following:
3838
3939* Configuration to deploy a local Pulp service as a container on the seed
4040* Pulp repository definitions for CentOS Stream 8, Rocky Linux 8/9 and Ubuntu
41- Focal
41+ Focal/Jammy
4242* Playbooks to synchronise a local Pulp service with Ark
4343* Configuration to use the local Pulp repository mirrors on control plane hosts
4444* 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
8080 Package repositories
8181--------------------
8282
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
8784synced 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
9189``true ``.
9290
9391On Ark, each package repository provides versioned snapshots using a datetime
@@ -99,10 +97,10 @@ repository.
9997Package managers
10098----------------
10199
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
103101``stackhpc_apt_repositories `` in ``etc/kayobe/apt.yml ``.
104102
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
106104configuration can be overridden by changing the repository definitions in
107105``apt_repositories `` or toggling ``apt_disable_sources_list `` to use the default
108106apt repositories. This can be done on a host-by host basis by defining the
0 commit comments