Merge "debian: Remove kolla-ansible-debian-zun job"
This commit is contained in:
commit
28ffebca93
@ -33,6 +33,10 @@ to cap docker by setting the following variables in globals.yml.
|
|||||||
docker_apt_package_pin: "5:20.*"
|
docker_apt_package_pin: "5:20.*"
|
||||||
docker_yum_package_pin: "20.*"
|
docker_yum_package_pin: "20.*"
|
||||||
|
|
||||||
|
Debian Bookworm is not recommended as a host OS for Zun.
|
||||||
|
It does not support a version of Docker with the deprecated option.
|
||||||
|
Compatibility with Zun is not tested in CI.
|
||||||
|
|
||||||
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.
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
Zun is currently incompatible with Debian Bookworm. This is because Zun
|
||||||
|
currently has a hard dependency on a deprecated Docker feature. Operators
|
||||||
|
upgrading from Bullseye are strongly encouraged to disable Zun first.
|
||||||
|
While workarounds may be possible, none are currently tested in CI.
|
@ -212,13 +212,6 @@
|
|||||||
vars:
|
vars:
|
||||||
base_distro: rocky
|
base_distro: rocky
|
||||||
|
|
||||||
- job:
|
|
||||||
name: kolla-ansible-debian-zun
|
|
||||||
parent: kolla-ansible-zun-base
|
|
||||||
nodeset: kolla-ansible-debian-bookworm-multi
|
|
||||||
vars:
|
|
||||||
base_distro: debian
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: kolla-ansible-ubuntu-zun
|
name: kolla-ansible-ubuntu-zun
|
||||||
parent: kolla-ansible-zun-base
|
parent: kolla-ansible-zun-base
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
- kolla-ansible-rocky9-bifrost
|
- kolla-ansible-rocky9-bifrost
|
||||||
- kolla-ansible-ubuntu-bifrost
|
- kolla-ansible-ubuntu-bifrost
|
||||||
- kolla-ansible-rocky9-zun
|
- kolla-ansible-rocky9-zun
|
||||||
- kolla-ansible-debian-zun
|
|
||||||
- kolla-ansible-ubuntu-zun
|
- kolla-ansible-ubuntu-zun
|
||||||
- kolla-ansible-rocky9-swift
|
- kolla-ansible-rocky9-swift
|
||||||
- kolla-ansible-ubuntu-swift
|
- kolla-ansible-ubuntu-swift
|
||||||
|
Loading…
Reference in New Issue
Block a user