kolla-ansible/releasenotes/notes/octavia_jobboard-823f44393f3e109e.yaml
Christian Berendt 76cb8574ee octavia: enable jobboard
Enable the jobboard feature for the Octavia amphora provider. This
requires Redis as a dependency, a precheck is added to ensure proper
configuration.

https://docs.openstack.org/octavia/latest/install/install-amphorav2.html

Change-Id: Iec3c8a4b4e257557dc8ec995c41d0ad7e88e13e2
2023-11-07 09:38:38 +00:00

20 lines
1001 B
YAML

---
features:
- |
The Octavia amphora provider driver improves control plane resiliency.
Should a control plane host go down during a load balancer provisioning
operation, an alternate controller can resume the in-process provisioning
and complete the request. This solves the issue with resources stuck in
PENDING_* states by writing info about task states in persistent backend
and monitoring job claims via jobboard. The jobboard feature is now
enabled by default. It requires the Redis service to be enabled as a
dependency. Use the ``enable_octavia_jobboard`` variable to override
if needed.
upgrade:
- |
The Octavia amphora provider by default is now deployed with the jobboard
feature enabled. This requires the Redis service to be enabled as a
dependency, please update your configuration accordingly if needed.
For futher information see
`Amphorav2 docs <https://docs.openstack.org/octavia/latest/install/install-amphorav2.html>`_