Mark Goddard 35259800aa switches: add flag to save configuration on Dell switches
Currently only supported on Dell OS9 and OS10 switches, and provides no
CLI integration.

Change-Id: Ia9242ed823868cba3a27fb9344a3b01283528d87
2023-11-01 16:57:03 +00:00

18 lines
530 B
YAML

---
# Type of Dell switch. One of dellos6, dellos9, or dellos10.
dell_switch_type:
# Authentication provider information.
dell_switch_provider:
# List of configuration lines to apply to the switch.
dell_switch_config: []
# 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 per-interface configuration.
dell_switch_interface_config: {}
# Whether to save the configuration.
dell_switch_save: false