Pierre Riteau 1ee19568b0 Add support for configuring Cumulus switches with NCLU
This extends the physical network configuration in Kayobe to configure
Cumulus physical switches using the nclu Ansible module.

Change-Id: I960027ead301c5793a0ada1959a23549a71bdbfb
2020-03-03 20:46:32 +00:00

10 lines
379 B
YAML

---
# List of configuration lines to apply to the switch.
nclu_switch_config: []
# Interface configuration. Dict mapping switch interface names to configuration
# dicts. Each dict contains a 'description' item, an optional 'type' item
# (default is 'interface'), and a 'config' item which should contain a list of
# per-interface configuration.
nclu_switch_interface_config: {}