Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikej81 committed Oct 14, 2020
1 parent fa4df10 commit 925980a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
8 changes: 7 additions & 1 deletion dist/terraform/latest/bigiq_cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
"big3d.minimum.tls.version": "TLSV1.2",
"liveinstall.checksig": "enable"
},
"RemoteSyslog": {
"class": "SyslogRemoteServer",
"host": "${log_destination}",
"localIp": "${log_localip}",
"remotePort": 514
},
"system":{
"class": "System",
"autoCheck": false,
Expand Down Expand Up @@ -130,7 +136,7 @@
"allowService": "default",
"trafficGroup": "traffic-group-local-only"
},
"default": {
"internet": {
"class": "Route",
"gw": "${externalGateway}",
"network": "default",
Expand Down
10 changes: 8 additions & 2 deletions dist/terraform/latest/byol_cluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
"big3d.minimum.tls.version": "TLSV1.2",
"liveinstall.checksig": "enable"
},
"RemoteSyslog": {
"class": "SyslogRemoteServer",
"host": "${log_destination}",
"localIp": "${log_localip}",
"remotePort": 514
},
"system":{
"class": "System",
"autoCheck": false,
Expand Down Expand Up @@ -121,7 +127,7 @@
"allowService": "default",
"trafficGroup": "traffic-group-local-only"
},
"default": {
"internet": {
"class": "Route",
"gw": "${externalGateway}",
"network": "default",
Expand Down Expand Up @@ -164,4 +170,4 @@
"remotePassword": "${admin_password}"
}
}
}
}

0 comments on commit 925980a

Please sign in to comment.