kayobe/releasenotes/notes/bifrost-inspection-gateway-316ab384430ef8df.yaml
Maksim Malchuk 0c2a35ed6a Set correct gateway for the bifrost provision network
In the production sometimes the provision and other networks should be
separated and all have each own different gateways, so this change adds
the correct way to configure bifrost with gateway used only to configure
dnsmasq and solves the issue with several default routes on the bifrost
host when kolla_bifrost_dnsmasq_router needs to configure.

Change-Id: I2078da3ab3898c847b3c17054f429d74eb79aa37
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
2021-10-08 00:31:36 +03:00

10 lines
445 B
YAML

---
fixes:
- |
In production environments, the provision network may be separated from the
other networks, so in this case, if you want Bifrost's DHCP service provides
the correct gateway for the clients the ``inspection_gateway`` should be
used instead of the ``gateway`` attribute for the provision network. This
also avoids configuring the multiple IP gateways on a single host which
leads to unpredictable results.