Skip to content

Commit d43c0c9

Browse files
committed
Add ovn-encap-tos inherit to uni04delta-ipv4 and uni07eta
Related-to: OSPRH-6712
1 parent 033399d commit d43c0c9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

examples/dt/uni04delta/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ data:
7676
edpm_nodes_validation_validate_controllers_icmp: false
7777
edpm_nodes_validation_validate_gateway_icmp: false
7878

79+
edpm_ovn_encap_tos: "inherit"
7980
edpm_sshd_configure_firewall: true
8081
edpm_sshd_allowed_ranges:
8182
- 192.168.122.0/24

examples/dt/uni07eta/values.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ metadata:
77
annotations:
88
config.kubernetes.io/local-config: "true"
99

10-
data: {}
10+
data:
11+
nodeset:
12+
ansible:
13+
ansibleVars:
14+
edpm_ovn_encap_tos: "inherit"

0 commit comments

Comments
 (0)