Pin zun jobs to Docker 20
Related-Bug: #2007142 Change-Id: I9ce2a9ce5413e77625201f3986967e31a679ad9c
This commit is contained in:
parent
0d42110e01
commit
94a74f58c7
@ -23,6 +23,16 @@ following variables:
|
|||||||
docker_configure_for_zun: "yes"
|
docker_configure_for_zun: "yes"
|
||||||
containerd_configure_for_zun: "yes"
|
containerd_configure_for_zun: "yes"
|
||||||
|
|
||||||
|
Currently Kuryr does not support Docker 23 and later due to
|
||||||
|
dropped --cluster-store option (bug
|
||||||
|
`bug <https://bugs.launchpad.net/zun/+bug/2007142>`__).You need
|
||||||
|
to cap docker by setting the following variables in globals.yml.
|
||||||
|
|
||||||
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
docker_apt_package_pin: "5:20.*"
|
||||||
|
docker_yum_package_pin: "20.*"
|
||||||
|
|
||||||
Docker reconfiguration requires rebootstrapping before deploy.
|
Docker reconfiguration requires rebootstrapping before deploy.
|
||||||
Make sure you understand the consequences of restarting Docker.
|
Make sure you understand the consequences of restarting Docker.
|
||||||
Please see :ref:`rebootstrapping` for details.
|
Please see :ref:`rebootstrapping` for details.
|
||||||
|
@ -78,6 +78,9 @@ enable_cinder: "yes"
|
|||||||
# lvm backup driver for cinder-backup does not exist
|
# lvm backup driver for cinder-backup does not exist
|
||||||
enable_cinder_backup: "no"
|
enable_cinder_backup: "no"
|
||||||
enable_cinder_backend_lvm: "yes"
|
enable_cinder_backend_lvm: "yes"
|
||||||
|
# pin Docker to 20 - https://bugs.launchpad.net/zun/+bug/2007142
|
||||||
|
docker_apt_package_pin: "5:20.*"
|
||||||
|
docker_yum_package_pin: "20.*"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if scenario == "swift" %}
|
{% if scenario == "swift" %}
|
||||||
|
@ -103,6 +103,7 @@
|
|||||||
- ^tests/test-core-openstack.sh
|
- ^tests/test-core-openstack.sh
|
||||||
- ^tests/test-zun.sh
|
- ^tests/test-zun.sh
|
||||||
- ^tests/test-dashboard.sh
|
- ^tests/test-dashboard.sh
|
||||||
|
- ^tests/templates/globals-default\.j2$
|
||||||
vars:
|
vars:
|
||||||
scenario: zun
|
scenario: zun
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user