From a01c39bfdd1a21f4a24d96137ddd239c13373f00 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Thu, 29 Jun 2017 13:57:00 +0100 Subject: [PATCH] Synchronise example config files --- etc/kayobe/inventory/groups | 1 + etc/kayobe/monitoring.yml | 9 +++++++++ etc/kayobe/neutron.yml | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/etc/kayobe/inventory/groups b/etc/kayobe/inventory/groups index b0251ef34..554b68d5a 100644 --- a/etc/kayobe/inventory/groups +++ b/etc/kayobe/inventory/groups @@ -18,6 +18,7 @@ monitoring # Hosts in this group will have Docker installed. seed controllers +monitoring ############################################################################### # Networking groups. diff --git a/etc/kayobe/monitoring.yml b/etc/kayobe/monitoring.yml index d9a69ced3..0862b649d 100644 --- a/etc/kayobe/monitoring.yml +++ b/etc/kayobe/monitoring.yml @@ -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. diff --git a/etc/kayobe/neutron.yml b/etc/kayobe/neutron.yml index b425d2453..190bc6307 100644 --- a/etc/kayobe/neutron.yml +++ b/etc/kayobe/neutron.yml @@ -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 :, +# optional) #kolla_neutron_ml2_network_vlan_ranges: # List of Neutron ML2 extention drivers to use.