65ed0da197
After discovery Neutron needs to own the control of ports for the baremetal compute nodes. We separate the interface configuration and add an --enable-discovery flag to kayobe physical network configure
25 lines
888 B
Plaintext
25 lines
888 B
Plaintext
---
|
|
# Switch configuration.
|
|
|
|
###############################################################################
|
|
# Global configuration.
|
|
|
|
# Global configuration. A list of configuration lines to be applied at the
|
|
# global level.
|
|
switch_config: []
|
|
|
|
###############################################################################
|
|
# Interface configuration.
|
|
|
|
# Interface configuration. Dict mapping switch interface names to configuration
|
|
# dicts. Each dict contains a description item and a 'config' item which should
|
|
# contain a list of additional per-interface configuration.
|
|
# Generally this should be configured on a per-switch basis via a host_vars
|
|
# file.
|
|
switch_interface_config: {}
|
|
|
|
# Interface configuration for hardware discovery. After discovery Neutron owns
|
|
# the configuration of these ports. Has the same format as
|
|
# switch_interface_config.
|
|
switch_interface_config_discovery: {}
|