diff --git a/etc/kayobe/pulp.yml b/etc/kayobe/pulp.yml index 164673497..4c188fa9c 100644 --- a/etc/kayobe/pulp.yml +++ b/etc/kayobe/pulp.yml @@ -269,6 +269,7 @@ stackhpc_pulp_repository_rpm_repos: client_cert: "" client_key: "" policy: on_demand + proxy_url: "{{ pulp_proxy_url }}" sync_policy: mirror_complete state: present required: "{{ stackhpc_pulp_sync_rocky_8 | bool }}" @@ -279,6 +280,7 @@ stackhpc_pulp_repository_rpm_repos: client_cert: "" client_key: "" policy: on_demand + proxy_url: "{{ pulp_proxy_url }}" sync_policy: mirror_complete state: present required: "{{ stackhpc_pulp_sync_rocky_8 | bool }}" @@ -289,6 +291,7 @@ stackhpc_pulp_repository_rpm_repos: client_cert: "" client_key: "" policy: on_demand + proxy_url: "{{ pulp_proxy_url }}" sync_policy: mirror_complete state: present required: "{{ stackhpc_pulp_sync_rocky_8 | bool }}" @@ -299,6 +302,7 @@ stackhpc_pulp_repository_rpm_repos: client_cert: "" client_key: "" policy: on_demand + proxy_url: "{{ pulp_proxy_url }}" sync_policy: mirror_complete state: present required: "{{ stackhpc_pulp_sync_rocky_8 | bool }}" @@ -309,6 +313,7 @@ stackhpc_pulp_repository_rpm_repos: client_cert: "" client_key: "" policy: on_demand + proxy_url: "{{ pulp_proxy_url }}" sync_policy: mirror_complete state: present required: "{{ stackhpc_pulp_sync_rocky_8 | bool }}" @@ -358,6 +363,7 @@ stackhpc_pulp_repository_rpm_repos: client_cert: "" client_key: "" policy: on_demand + proxy_url: "{{ pulp_proxy_url }}" sync_policy: mirror_complete state: present required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_8 | bool }}" @@ -369,6 +375,7 @@ stackhpc_pulp_repository_rpm_repos: client_cert: "" client_key: "" policy: on_demand + proxy_url: "{{ pulp_proxy_url }}" sync_policy: mirror_complete state: present required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_8 | bool }}" @@ -380,6 +387,7 @@ stackhpc_pulp_repository_rpm_repos: client_cert: "" client_key: "" policy: on_demand + proxy_url: "{{ pulp_proxy_url }}" sync_policy: mirror_complete state: present required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_8 | bool }}" @@ -391,6 +399,7 @@ stackhpc_pulp_repository_rpm_repos: client_cert: "" client_key: "" policy: on_demand + proxy_url: "{{ pulp_proxy_url }}" sync_policy: mirror_complete state: present required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_8 | bool }}" @@ -402,6 +411,7 @@ stackhpc_pulp_repository_rpm_repos: client_cert: "" client_key: "" policy: on_demand + proxy_url: "{{ pulp_proxy_url }}" sync_policy: mirror_complete state: present required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_8 | bool }}" @@ -413,6 +423,7 @@ stackhpc_pulp_repository_rpm_repos: client_cert: "" client_key: "" policy: on_demand + proxy_url: "{{ pulp_proxy_url }}" sync_policy: mirror_complete state: present required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_8 | bool }}" @@ -424,6 +435,7 @@ stackhpc_pulp_repository_rpm_repos: client_cert: "" client_key: "" policy: on_demand + proxy_url: "{{ pulp_proxy_url }}" sync_policy: mirror_complete state: present required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_8 | bool }}" @@ -435,6 +447,7 @@ stackhpc_pulp_repository_rpm_repos: client_cert: "" client_key: "" policy: on_demand + proxy_url: "{{ pulp_proxy_url }}" sync_policy: mirror_complete state: present required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and ( stackhpc_pulp_sync_el_8 | bool or stackhpc_pulp_sync_el_9 | bool ) }}" @@ -446,6 +459,7 @@ stackhpc_pulp_repository_rpm_repos: client_cert: "" client_key: "" policy: on_demand + proxy_url: "{{ pulp_proxy_url }}" sync_policy: mirror_complete state: present required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and ( stackhpc_pulp_sync_el_8 | bool or stackhpc_pulp_sync_el_9 | bool ) }}" @@ -457,6 +471,7 @@ stackhpc_pulp_repository_rpm_repos: client_cert: "" client_key: "" policy: on_demand + proxy_url: "{{ pulp_proxy_url }}" sync_policy: mirror_complete state: present required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and ( stackhpc_pulp_sync_el_8 | bool or stackhpc_pulp_sync_el_9 | bool ) }}" @@ -468,6 +483,7 @@ stackhpc_pulp_repository_rpm_repos: client_cert: "" client_key: "" policy: on_demand + proxy_url: "{{ pulp_proxy_url }}" sync_policy: mirror_complete state: present required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_8 | bool }}" @@ -536,6 +552,7 @@ stackhpc_pulp_repository_rpm_repos: client_cert: "" client_key: "" policy: on_demand + proxy_url: "{{ pulp_proxy_url }}" sync_policy: mirror_complete state: present required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}" @@ -1187,6 +1204,7 @@ stackhpc_pulp_repository_container_repos_ceph: - name: "ceph/ceph" url: "https://quay.io" policy: on_demand + proxy_url: "{{ pulp_proxy_url }}" state: present include_tags: "{{ cephadm_image_tag }}" required: "{{ stackhpc_sync_ceph_images | bool }}" diff --git a/etc/kayobe/seed.yml b/etc/kayobe/seed.yml index a5f477dc8..a13e4b0ac 100644 --- a/etc/kayobe/seed.yml +++ b/etc/kayobe/seed.yml @@ -106,7 +106,7 @@ seed_pulp_container: image: pulp/pulp pre: "{{ kayobe_config_path }}/containers/pulp/pre.yml" post: "{{ kayobe_config_path }}/containers/pulp/post.yml" - tag: "3.23" + tag: "3.24" network_mode: host # Override deploy_containers_defaults.init == true to ensure # s6-overlay-suexec starts as pid 1 diff --git a/releasenotes/notes/update-pulp-3.24-d770db48deaf6076.yaml b/releasenotes/notes/update-pulp-3.24-d770db48deaf6076.yaml new file mode 100644 index 000000000..32138adb6 --- /dev/null +++ b/releasenotes/notes/update-pulp-3.24-d770db48deaf6076.yaml @@ -0,0 +1,3 @@ +--- +features: + - Upgrades Pulp from ``3.23`` to ``3.24``.