File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ network_ethernets:
72
72
dhcp4 : true
73
73
mtu : " {{ testbed_mtu_node }}"
74
74
75
+ network_vxlan_interfaces : " {{ _network_vxlan_interfaces }}"
76
+
75
77
# Only use vxlan.sh networkd-dispatcher script for OSISM < 9.0.0
76
78
# network_dispatcher_scripts:
77
79
# - src: /opt/configuration/network/vxlan.sh
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ if [[ $MANAGER_VERSION != "latest" ]]; then
87
87
fi
88
88
89
89
# use vxlan.sh networkd-dispatcher script for OSISM <= 9.0.0
90
- if [[ $( semver $MANAGER_VERSION 9.0.0) -lt 0 || $MANAGER_VERSION = = " latest" ]]; then
90
+ if [[ $( semver $MANAGER_VERSION 9.0.0) -lt 0 && $MANAGER_VERSION ! = " latest" ]]; then
91
91
sed -i ' s|^# \(network_dispatcher_scripts:\)$|\1|g' \
92
92
/opt/configuration/inventory/group_vars/testbed-nodes.yml
93
93
sed -i ' s|^# \( - src: /opt/configuration/network/vxlan.sh\)$|\1|g' \
You can’t perform that action at this time.
0 commit comments