Skip to content

Commit

Permalink
standalone volt
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikej81 committed Jun 30, 2021
1 parent 394b910 commit d315023
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 96 deletions.
53 changes: 2 additions & 51 deletions dist/terraform/latest/byol_standalone.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
"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 @@ -69,8 +63,8 @@
"myDns": {
"class": "DNS",
"nameServers": [
"${dns_server}",
"2001:4860:4860::8844"
"8.8.8.8",
"8.8.4.4"
],
"search": [
"f5.com"
Expand All @@ -79,7 +73,6 @@
"myNtp": {
"class": "NTP",
"servers": [
"${ntp_server}",
"0.pool.ntp.org",
"1.pool.ntp.org"
],
Expand All @@ -90,48 +83,6 @@
"ltm": "nominal",
"asm": "nominal",
"afm": "nominal"
},
"external": {
"class": "VLAN",
"tag": 4094,
"mtu": 1500,
"interfaces": [
{
"name": "1.1",
"tagged": false
}
]
},
"internal": {
"class": "VLAN",
"tag": 4093,
"mtu": 1500,
"interfaces": [
{
"name": "1.2",
"tagged": false
}
]
},
"external-self": {
"class": "SelfIp",
"address": "${external_selfip}",
"vlan": "external",
"allowService": "default",
"trafficGroup": "traffic-group-local-only"
},
"internal-self": {
"class": "SelfIp",
"address": "${internal_selfip}",
"vlan": "internal",
"allowService": "default",
"trafficGroup": "traffic-group-local-only"
},
"internet": {
"class": "Route",
"gw": "${externalGateway}",
"network": "default",
"mtu": 1500
}
}
}
47 changes: 2 additions & 45 deletions dist/terraform/latest/payg_standalone.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"myDns": {
"class": "DNS",
"nameServers": [
"${dns_server}",
"2001:4860:4860::8844"
"8.8.8.8",
"8.8.4.4"
],
"search": [
"f5.com"
Expand All @@ -68,7 +68,6 @@
"myNtp": {
"class": "NTP",
"servers": [
"${ntp_server}",
"0.pool.ntp.org",
"1.pool.ntp.org"
],
Expand All @@ -79,48 +78,6 @@
"ltm": "nominal",
"asm": "nominal",
"afm": "nominal"
},
"external": {
"class": "VLAN",
"tag": 4094,
"mtu": 1500,
"interfaces": [
{
"name": "1.1",
"tagged": false
}
]
},
"internal": {
"class": "VLAN",
"tag": 4093,
"mtu": 1500,
"interfaces": [
{
"name": "1.2",
"tagged": false
}
]
},
"external-self": {
"class": "SelfIp",
"address": "${external_selfip}",
"vlan": "external",
"allowService": "default",
"trafficGroup": "traffic-group-local-only"
},
"internal-self": {
"class": "SelfIp",
"address": "${internal_selfip}",
"vlan": "internal",
"allowService": "default",
"trafficGroup": "traffic-group-local-only"
},
"internet": {
"class": "Route",
"gw": "${externalGateway}",
"network": "default",
"mtu": 1500
}
}
}

0 comments on commit d315023

Please sign in to comment.