Add reference to netplan config example

Change-Id: Iff0e3c544b12215b2e2a654364d0529fb2d1983c
This commit is contained in:
Jonathan Rosser 2021-02-08 09:47:14 +00:00
parent ea1e97941a
commit e86488e305

View File

@ -54,6 +54,22 @@ Additional VLANs may be required for the following purposes:
Network interfaces
~~~~~~~~~~~~~~~~~~
Configuring network interfaces
------------------------------
OpenStack-Ansible does not mandate any specific method of configuring
network interfaces on the host. You may choose any tool, such as ifupdown,
netplan, systemd-networkd, networkmanager or another operating-system
specific tool. The only requirement is that a set of functioning network
bridges and interfaces are created which match those expected by
OpenStack-Ansible, plus any that you choose to specify for neutron
physical interfaces.
A selection of network configuration example files are given in
the ``etc/network`` and ``etc/netplan`` for ubuntu systems, and it is
expected that these will need adjustment for the specific requirements
of each deployment.
Single interface or bond
------------------------