Merge "Add missing ifaces and groups in prod guide"
This commit is contained in:
commit
912c799085
@ -14,7 +14,7 @@ Node types and services running on them
|
|||||||
A basic Kolla inventory consists of several types of nodes, known in Ansible as
|
A basic Kolla inventory consists of several types of nodes, known in Ansible as
|
||||||
``groups``.
|
``groups``.
|
||||||
|
|
||||||
* Controller - Cloud controller nodes which host control services
|
* Control - Cloud controller nodes which host control services
|
||||||
like APIs and databases. This group should have odd number of nodes for
|
like APIs and databases. This group should have odd number of nodes for
|
||||||
quorum.
|
quorum.
|
||||||
|
|
||||||
@ -27,6 +27,8 @@ A basic Kolla inventory consists of several types of nodes, known in Ansible as
|
|||||||
|
|
||||||
* Storage - Storage nodes, for cinder-volume, LVM or ceph-osd.
|
* Storage - Storage nodes, for cinder-volume, LVM or ceph-osd.
|
||||||
|
|
||||||
|
* Monitoring - Monitor nodes which host monitoring services.
|
||||||
|
|
||||||
Network configuration
|
Network configuration
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
@ -69,6 +71,15 @@ In Kolla operators should configure following network interfaces:
|
|||||||
Neutron will put br-ex on it. It will be used for flat networking as well as
|
Neutron will put br-ex on it. It will be used for flat networking as well as
|
||||||
tagged vlan networks. Has to be set separately.
|
tagged vlan networks. Has to be set separately.
|
||||||
|
|
||||||
|
* ``dns_interface`` - This interface is required by Designate and Bind9.
|
||||||
|
Is used by public facing DNS requests and queries to bind9 and designate
|
||||||
|
mDNS services. Defaults to ``network_interface``.
|
||||||
|
|
||||||
|
* ``bifrost_network_interface`` - This interface is required by Bifrost.
|
||||||
|
Is used to provision bare metal cloud hosts, require L2 connectivity
|
||||||
|
with the bare metal cloud hosts in order to provide DHCP leases with
|
||||||
|
PXE boot options. Defaults to ``network_interface``.
|
||||||
|
|
||||||
Docker configuration
|
Docker configuration
|
||||||
====================
|
====================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user