Skip to content

Commit

Permalink
route updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikej81 committed Oct 20, 2020
1 parent 842f16a commit 2bb0a2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/terraform/latest/bigiq_cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@
"network": "default",
"mtu": 1500
},
"vdms": {
"vdss": {
"class": "Route",
"gw": "${internalGateway}",
"network": "${vdmsSubnet}",
"network": "${vnetSubnet}",
"mtu": 1500
},
"configsync": {
Expand Down
4 changes: 2 additions & 2 deletions dist/terraform/latest/byol_cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@
"network": "default",
"mtu": 1500
},
"vdms": {
"vdss": {
"class": "Route",
"gw": "${internalGateway}",
"network": "${vdmsSubnet}",
"network": "${vnetSubnet}",
"mtu": 1500
},
"configsync": {
Expand Down

0 comments on commit 2bb0a2d

Please sign in to comment.