rubick/rubick/schemas/neutron_l3_agent/neutron_l3_agent.conf.yml

90 lines
3.0 KiB
YAML

- version: '2013.2.1'
checkpoint: true
added:
- name: debug
type: string
default: 'False'
help: 'Show debugging output in log (sets DEBUG log level output)'
comment: 'New param'
- name: interface_driver
type: string
default: 'neutron.agent.linux.interface.BridgeInterfaceDriver'
help: 'Example of interface_driver option for LinuxBridge'
comment: 'New param'
- name: ovs_use_veth
type: string
default: 'False'
help: 'Use veth for an OVS interface or not. Support kernels with limited namespace support (e.g. RHEL 6.5) so long as ovs_use_veth is set to True.'
comment: 'New param'
- name: use_namespaces
type: string
default: 'True'
help: 'Allow overlapping IP (Must have kernel build with CONFIG_NET_NS=y and iproute2 package that supports namespaces).'
comment: 'New param'
- name: router_id
type: string
default: ''
help: 'This is done by setting the specific router_id.'
comment: 'New param'
- name: gateway_external_network_id
type: string
default: ''
help: 'Each L3 agent can be associated with at most one external network. This value should be set to the UUID of that external network. If empty, the agent will enforce that only a single external networks exists and use that external network id'
comment: 'New param'
- name: handle_internal_only_routers
type: string
default: 'True'
help: 'Indicates that this L3 agent should also handle routers that do not have an external network gateway configured. This option should be True only for a single agent in a Neutron deployment, and may be False for all agents if all routers must have an external network gateway'
comment: 'New param'
- name: external_network_bridge
type: string
default: 'br-ex'
help: 'Name of bridge used for external network traffic. This should be set to empty value for the linux bridge'
comment: 'New param'
- name: metadata_port
type: string
default: '9697'
help: 'TCP Port used by Neutron metadata server'
comment: 'New param'
- name: send_arp_for_ha
type: string
default: '3'
help: 'Send this many gratuitous ARPs for HA setup. Set it below or equal to 0 to disable this feature.'
comment: 'New param'
- name: periodic_interval
type: string
default: '40'
help: "seconds between re-sync routers' data if needed"
comment: 'New param'
- name: periodic_fuzzy_delay
type: string
default: '5'
help: "seconds to start to sync routers' data after starting agent"
comment: 'New param'
- name: enable_metadata_proxy
type: string
default: 'True'
help: 'enable_metadata_proxy, which is true by default, can be set to False if the Nova metadata server is not available'
comment: 'New param'
- name: metadata_proxy_socket
type: string
default: '$state_path/metadata_proxy'
help: 'Location of Metadata Proxy UNIX domain socket'
comment: 'New param'
# ====================================================