Skip to content

Commit 7155be3

Browse files
authored
add additional interfaces to manager node (#134)
* add additional interfaces to manager node * update changelog
1 parent bb89b63 commit 7155be3

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

catalyst_sdwan_lab/data/cml_lab_definition/deploy/cml-base-topology.j2

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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) %}

0 commit comments

Comments
 (0)