Synchronise example config files
This commit is contained in:
parent
3b76ff36da
commit
a01c39bfdd
@ -18,6 +18,7 @@ monitoring
|
||||
# Hosts in this group will have Docker installed.
|
||||
seed
|
||||
controllers
|
||||
monitoring
|
||||
|
||||
###############################################################################
|
||||
# Networking groups.
|
||||
|
@ -6,6 +6,15 @@
|
||||
# order to setup the Kayobe user account.
|
||||
#monitoring_bootstrap_user:
|
||||
|
||||
###############################################################################
|
||||
# Monitoring node network interface configuration.
|
||||
|
||||
# List of default networks to which monitoring nodes are attached.
|
||||
#monitoring_default_network_interfaces:
|
||||
|
||||
# List of extra networks to which monitoring nodes are attached.
|
||||
#monitoring_extra_network_interfaces:
|
||||
|
||||
###############################################################################
|
||||
# Monitoring node BIOS configuration.
|
||||
|
||||
|
@ -14,8 +14,8 @@
|
||||
# List of Neutron ML2 network VLAN ranges to use. Each item should be a dict
|
||||
# containing the following items:
|
||||
# physical_network: The physical network
|
||||
# min: Minimum of allowed VLAN range (optional)
|
||||
# max: Maximum of allowed VLAN range (optional)
|
||||
# range: Range of allowed VLANs on this physical network (format <min>:<max>,
|
||||
# optional)
|
||||
#kolla_neutron_ml2_network_vlan_ranges:
|
||||
|
||||
# List of Neutron ML2 extention drivers to use.
|
||||
|
Loading…
Reference in New Issue
Block a user