File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
catalyst_sdwan_lab/data/cml_lab_definition/deploy Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ # Catalyst SD-WAN Lab 2.1.6 [ unreleased]
2+
3+ - Fix issue where backup task creates "sdb" instead of "vdb" in SD-WAN Manager cloud-init
4+ - In deploy task, add additional empty interfaces to SD-WAN Manager that can be used for other use cases like clustering
5+
16# Catalyst SD-WAN Lab 2.1.5 [ Sep 19, 2025]
27
38- In restore task, fix issue where task might fail if Manager and Controller/Validator versions are not matching
Original file line number Diff line number Diff line change @@ -61,6 +61,14 @@ nodes:
6161 label: eth1
6262 slot: 1
6363 type: physical
64+ - id: i2
65+ label: eth2
66+ slot: 2
67+ type: physical
68+ - id: i3
69+ label: eth3
70+ slot: 3
71+ type: physical
6472 - boot_disk_size: null
6573 configuration: |-
6674{% filter indent (width =6, first =True ) %}
You can’t perform that action at this time.
0 commit comments