kayobe/releasenotes/notes/configdrive-gateway-62366f613e6eaac9.yaml
Pierre Riteau 9980a8f891 Resolve slow fact gathering when seed SNAT is off
Stop configuring the seed host as gateway when seed SNAT is disabled
(which is the default since Xena), otherwise overcloud hosts may take a
long time to gather facts until their network configuration is applied
(probably because DNS servers are thought to be reachable until the
gateway is changed or removed).

Closes-Bug: #2039461
Change-Id: Ib847d3420dee374cec067cd8af519b510be04120
2023-10-16 17:31:05 +02:00

15 lines
628 B
YAML

---
upgrade:
- |
If the admin network does not have a gateway defined and
``seed_enable_snat`` is ``false``, which is the default, overcloud hosts
will not have a default gateway immediately after provisioning anymore. A
default gateway on another network can still be applied during the host
configuration step.
fixes:
- |
Fixes slow fact gathering in some environments by not configuring the seed
host as the initial default gateway for overcloud hosts when
``seed_enable_snat`` is ``false``, which is the default.
`LP#2039461 <https://bugs.launchpad.net/kolla-ansible/+bug/2039461>`__