Synchronise example config files

This commit is contained in:
Mark Goddard 2017-06-29 13:57:00 +01:00
parent 3b76ff36da
commit a01c39bfdd
3 changed files with 12 additions and 2 deletions

View File

@ -18,6 +18,7 @@ monitoring
# Hosts in this group will have Docker installed. # Hosts in this group will have Docker installed.
seed seed
controllers controllers
monitoring
############################################################################### ###############################################################################
# Networking groups. # Networking groups.

View File

@ -6,6 +6,15 @@
# order to setup the Kayobe user account. # order to setup the Kayobe user account.
#monitoring_bootstrap_user: #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. # Monitoring node BIOS configuration.

View File

@ -14,8 +14,8 @@
# List of Neutron ML2 network VLAN ranges to use. Each item should be a dict # List of Neutron ML2 network VLAN ranges to use. Each item should be a dict
# containing the following items: # containing the following items:
# physical_network: The physical network # physical_network: The physical network
# min: Minimum of allowed VLAN range (optional) # range: Range of allowed VLANs on this physical network (format <min>:<max>,
# max: Maximum of allowed VLAN range (optional) # optional)
#kolla_neutron_ml2_network_vlan_ranges: #kolla_neutron_ml2_network_vlan_ranges:
# List of Neutron ML2 extention drivers to use. # List of Neutron ML2 extention drivers to use.