Skip to content

Commit bc3040a

Browse files
committed
routes
1 parent d497198 commit bc3040a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

dist/terraform/latest/bigiq_cluster.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@
142142
"network": "default",
143143
"mtu": 1500
144144
},
145+
"vdms": {
146+
"class": "Route",
147+
"gw": "${internalGateway}",
148+
"network": "${vdmsSubnet}",
149+
"mtu": 1500
150+
},
145151
"vdss": {
146152
"class": "Route",
147153
"gw": "${internalGateway}",

dist/terraform/latest/byol_cluster.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@
133133
"network": "default",
134134
"mtu": 1500
135135
},
136+
"vdms": {
137+
"class": "Route",
138+
"gw": "${internalGateway}",
139+
"network": "${vdmsSubnet}",
140+
"mtu": 1500
141+
},
136142
"vdss": {
137143
"class": "Route",
138144
"gw": "${internalGateway}",

0 commit comments

Comments
 (0)