summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-neutron/ml2/linuxbridge_agent.ini.sample
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2018-01-17 10:12:28 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-01-18 10:47:31 -0500
commit992463503e844fe40f3bb2a56df5db0cb715942e (patch)
tree725e632d5155ac9a79a25cae4781eb9742176b4a /meta-openstack/recipes-devtools/python/python-neutron/ml2/linuxbridge_agent.ini.sample
parenta49d21ce53618b12ae0b03806fd56f1a8949f243 (diff)
downloadmeta-cloud-services-992463503e844fe40f3bb2a56df5db0cb715942e.tar.gz
python-neutron: uprev to latest stable/pike
Following along with other recent openstack component uprevs the configuration has been changed to match the installation/setup configuration documented by the openstack community. We have also made the switch to using systemd. The initial configuration file (neutron.conf) was generated by getting things mostly updated and running, then copying/cloning the source repo on the target and running the setup scripts (see ./tools/generate_config_file_samples.sh) With these updates neutron is running and available but is yet to be fully tested, this must be done once we have a running compute node and guests. Required updates/uprevs/introduction to: python-ryu, python-neutron-lib, python-os-xenapi, python-oslo.privsep, python-ovs, python-weakrefmethod, and more Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-neutron/ml2/linuxbridge_agent.ini.sample')
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutron/ml2/linuxbridge_agent.ini.sample231
1 files changed, 231 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutron/ml2/linuxbridge_agent.ini.sample b/meta-openstack/recipes-devtools/python/python-neutron/ml2/linuxbridge_agent.ini.sample
new file mode 100644
index 0000000..8cc3110
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-neutron/ml2/linuxbridge_agent.ini.sample
@@ -0,0 +1,231 @@
1[DEFAULT]
2
3#
4# From oslo.log
5#
6
7# If set to true, the logging level will be set to DEBUG instead of the default
8# INFO level. (boolean value)
9# Note: This option can be changed without restarting.
10#debug = false
11
12# The name of a logging configuration file. This file is appended to any
13# existing logging configuration files. For details about logging configuration
14# files, see the Python logging module documentation. Note that when logging
15# configuration files are used then all logging configuration is set in the
16# configuration file and other logging configuration options are ignored (for
17# example, logging_context_format_string). (string value)
18# Note: This option can be changed without restarting.
19# Deprecated group/name - [DEFAULT]/log_config
20#log_config_append = <None>
21
22# Defines the format string for %%(asctime)s in log records. Default:
23# %(default)s . This option is ignored if log_config_append is set. (string
24# value)
25#log_date_format = %Y-%m-%d %H:%M:%S
26
27# (Optional) Name of log file to send logging output to. If no default is set,
28# logging will go to stderr as defined by use_stderr. This option is ignored if
29# log_config_append is set. (string value)
30# Deprecated group/name - [DEFAULT]/logfile
31#log_file = <None>
32
33# (Optional) The base directory used for relative log_file paths. This option
34# is ignored if log_config_append is set. (string value)
35# Deprecated group/name - [DEFAULT]/logdir
36#log_dir = <None>
37
38# Uses logging handler designed to watch file system. When log file is moved or
39# removed this handler will open a new log file with specified path
40# instantaneously. It makes sense only if log_file option is specified and
41# Linux platform is used. This option is ignored if log_config_append is set.
42# (boolean value)
43#watch_log_file = false
44
45# Use syslog for logging. Existing syslog format is DEPRECATED and will be
46# changed later to honor RFC5424. This option is ignored if log_config_append
47# is set. (boolean value)
48#use_syslog = false
49
50# Enable journald for logging. If running in a systemd environment you may wish
51# to enable journal support. Doing so will use the journal native protocol
52# which includes structured metadata in addition to log messages.This option is
53# ignored if log_config_append is set. (boolean value)
54#use_journal = false
55
56# Syslog facility to receive log lines. This option is ignored if
57# log_config_append is set. (string value)
58#syslog_log_facility = LOG_USER
59
60# Log output to standard error. This option is ignored if log_config_append is
61# set. (boolean value)
62#use_stderr = false
63
64# Format string to use for log messages with context. (string value)
65#logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s
66
67# Format string to use for log messages when context is undefined. (string
68# value)
69#logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s
70
71# Additional data to append to log message when logging level for the message
72# is DEBUG. (string value)
73#logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d
74
75# Prefix each line of exception output with this format. (string value)
76#logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s
77
78# Defines the format string for %(user_identity)s that is used in
79# logging_context_format_string. (string value)
80#logging_user_identity_format = %(user)s %(tenant)s %(domain)s %(user_domain)s %(project_domain)s
81
82# List of package logging levels in logger=LEVEL pairs. This option is ignored
83# if log_config_append is set. (list value)
84#default_log_levels = amqp=WARN,amqplib=WARN,boto=WARN,qpid=WARN,sqlalchemy=WARN,suds=INFO,oslo.messaging=INFO,oslo_messaging=INFO,iso8601=WARN,requests.packages.urllib3.connectionpool=WARN,urllib3.connectionpool=WARN,websocket=WARN,requests.packages.urllib3.util.retry=WARN,urllib3.util.retry=WARN,keystonemiddleware=WARN,routes.middleware=WARN,stevedore=WARN,taskflow=WARN,keystoneauth=WARN,oslo.cache=INFO,dogpile.core.dogpile=INFO
85
86# Enables or disables publication of error events. (boolean value)
87#publish_errors = false
88
89# The format for an instance that is passed with the log message. (string
90# value)
91#instance_format = "[instance: %(uuid)s] "
92
93# The format for an instance UUID that is passed with the log message. (string
94# value)
95#instance_uuid_format = "[instance: %(uuid)s] "
96
97# Interval, number of seconds, of log rate limiting. (integer value)
98#rate_limit_interval = 0
99
100# Maximum number of logged messages per rate_limit_interval. (integer value)
101#rate_limit_burst = 0
102
103# Log level name used by rate limiting: CRITICAL, ERROR, INFO, WARNING, DEBUG
104# or empty string. Logs with level greater or equal to rate_limit_except_level
105# are not filtered. An empty string means that all levels are filtered. (string
106# value)
107#rate_limit_except_level = CRITICAL
108
109# Enables or disables fatal status of deprecations. (boolean value)
110#fatal_deprecations = false
111
112
113[agent]
114
115#
116# From neutron.ml2.linuxbridge.agent
117#
118
119# The number of seconds the agent will wait between polling for local device
120# changes. (integer value)
121#polling_interval = 2
122
123# Set new timeout in seconds for new rpc calls after agent receives SIGTERM. If
124# value is set to 0, rpc timeout won't be changed (integer value)
125#quitting_rpc_timeout = 10
126
127# Extensions list to use (list value)
128#extensions =
129
130
131[linux_bridge]
132
133#
134# From neutron.ml2.linuxbridge.agent
135#
136
137# Comma-separated list of <physical_network>:<physical_interface> tuples
138# mapping physical network names to the agent's node-specific physical network
139# interfaces to be used for flat and VLAN networks. All physical networks
140# listed in network_vlan_ranges on the server should have mappings to
141# appropriate interfaces on each agent. (list value)
142#physical_interface_mappings =
143
144# List of <physical_network>:<physical_bridge> (list value)
145#bridge_mappings =
146
147
148[securitygroup]
149
150#
151# From neutron.ml2.linuxbridge.agent
152#
153
154# Driver for security groups firewall in the L2 agent (string value)
155#firewall_driver = <None>
156
157# Controls whether the neutron security group API is enabled in the server. It
158# should be false when using no security groups or using the nova security
159# group API. (boolean value)
160#enable_security_group = true
161
162# Use ipset to speed-up the iptables based security groups. Enabling ipset
163# support requires that ipset is installed on L2 agent node. (boolean value)
164#enable_ipset = true
165
166
167[vxlan]
168
169#
170# From neutron.ml2.linuxbridge.agent
171#
172
173# Enable VXLAN on the agent. Can be enabled when agent is managed by ml2 plugin
174# using linuxbridge mechanism driver (boolean value)
175#enable_vxlan = true
176
177# TTL for vxlan interface protocol packets. (integer value)
178#ttl = <None>
179
180# TOS for vxlan interface protocol packets. (integer value)
181#tos = <None>
182
183# Multicast group(s) for vxlan interface. A range of group addresses may be
184# specified by using CIDR notation. Specifying a range allows different VNIs to
185# use different group addresses, reducing or eliminating spurious broadcast
186# traffic to the tunnel endpoints. To reserve a unique group for each possible
187# (24-bit) VNI, use a /8 such as 239.0.0.0/8. This setting must be the same on
188# all the agents. (string value)
189#vxlan_group = 224.0.0.1
190
191# IP address of local overlay (tunnel) network endpoint. Use either an IPv4 or
192# IPv6 address that resides on one of the host network interfaces. The IP
193# version of this value must match the value of the 'overlay_ip_version' option
194# in the ML2 plug-in configuration file on the neutron server node(s). (IP
195# address value)
196#local_ip = <None>
197
198# The minimum of the UDP source port range used for VXLAN communication. (port
199# value)
200# Minimum value: 0
201# Maximum value: 65535
202#udp_srcport_min = 0
203
204# The maximum of the UDP source port range used for VXLAN communication. (port
205# value)
206# Minimum value: 0
207# Maximum value: 65535
208#udp_srcport_max = 0
209
210# The UDP port used for VXLAN communication. By default, the Linux kernel
211# doesn't use the IANA assigned standard value, so if you want to use it, this
212# option must be set to 4789. It is not set by default because of backward
213# compatibiltiy. (port value)
214# Minimum value: 0
215# Maximum value: 65535
216#udp_dstport = <None>
217
218# Extension to use alongside ml2 plugin's l2population mechanism driver. It
219# enables the plugin to populate VXLAN forwarding table. (boolean value)
220#l2_population = false
221
222# Enable local ARP responder which provides local responses instead of
223# performing ARP broadcast into the overlay. Enabling local ARP responder is
224# not fully compatible with the allowed-address-pairs extension. (boolean
225# value)
226#arp_responder = false
227
228# Optional comma-separated list of <multicast address>:<vni_min>:<vni_max>
229# triples describing how to assign a multicast address to VXLAN according to
230# its VNI ID. (list value)
231#multicast_ranges =