Skip to content

Commit 93f5c75

Browse files
committed
update validator cloud-init to support 20.18
1 parent 16c253e commit 93f5c75

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- In setup task, add option to delete already defined software images
44
- Fix issue where add task might fail for SD-WAN Manager 20.18 and higher
55
- In setup task, change behaviour when --list is specified, print software version and exit
6+
- Update validator cloud-init to support 20.18 release
67

78
# Catalyst SD-WAN Lab 2.0.15 [Feb 25, 2025]
89

catalyst_sdwan_lab/data/cml_lab_definition/backup/validator-cloud-init.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#cloud-config
22
write_files:
3-
- path: /etc/default/personality
4-
content: "vedge\n"
53
- path: /etc/default/inited
64
content: "1\n"
75
- path: /usr/share/viptela/symantec-root-ca.crt

catalyst_sdwan_lab/data/cml_lab_definition/deploy/validator-cloud-init.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#cloud-config
22
write_files:
3-
- path: /etc/default/personality
4-
content: "vedge\n"
53
- path: /etc/default/inited
64
content: "1\n"
75
- path: /usr/share/viptela/symantec-root-ca.crt

0 commit comments

Comments
 (0)