kayobe/releasenotes/notes/fix-network-hosts-interfaces-f0206aa91b218a25.yaml
Pierre Riteau 58f26fb61b Fix network configuration of network hosts
The Control Plane Service Placement documentation connects network hosts
to networks listed in controller_network_host_network_interfaces.
However this only contained public, tunnel, and external networks. For a
fully functional network host, we also need:

- the overcloud admin network, to manage the host
- internal network, for services to interact with each other
- storage network, for manila-share

This change updates the default network configuration for network hosts
and adds a variable to define extra networks like for other hosts. It
also improves the documentation for adding network hosts.

Change-Id: I1bb857bfca9e209bc6de30ae9852a4a08b2c7fb0
2020-06-25 18:50:49 +02:00

21 lines
978 B
YAML

---
features:
- |
Adds ``controller_network_host_default_network_interfaces`` and
``controller_network_host_extra_network_interfaces`` variables which define
the networks to which separate network hosts are attached.
upgrade:
- |
The default value of ``controller_network_host_network_interfaces`` is now
the combination of unique networks listed in new variables named
``controller_network_host_default_network_interfaces`` and
``controller_network_host_extra_network_interfaces``. As a result
``controller_network_host_network_interfaces`` now contains the following
additional networks: overcloud admin network, internal network and storage
network. See :kayobe-doc:`network configuration of network hosts
<configuration/network.html#network-hosts>` for more details.
fixes:
- |
The default value for ``controller_network_host_network_interfaces``
was updated to connect network hosts to all their required networks.