Skip to content

Commit

Permalink
Fixes format for vsphere networking example
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmoran authored Jan 13, 2017
1 parent b0d0973 commit 2887c6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/configure-bosh/vsphere.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ No additional security configuration is strictly required.
"networks": [
{
"name": "opsman-network",
"iaas_identifier": "vsphere-network-name",
"service_network": false,
"subnets": [
{
"iaas_identifier": "vsphere-network-name",
"cidr": "10.0.0.0/24",
"reserved_ip_ranges": "10.0.0.0-10.0.0.4",
"dns": "8.8.8.8",
Expand All @@ -94,10 +94,10 @@ No additional security configuration is strictly required.
},
{
"name": "ert-network",
"iaas_identifier": "vsphere-network-name",
"service_network": false,
"subnets": [
{
"iaas_identifier": "vsphere-network-name",
"cidr": "10.0.4.0/24",
"reserved_ip_ranges": "10.0.4.0-10.0.4.4",
"dns": "8.8.8.8",
Expand All @@ -112,10 +112,10 @@ No additional security configuration is strictly required.
},
{
"name": "services-network",
"iaas_identifier": "vsphere-network-name",
"service_network": false,
"subnets": [
{
"iaas_identifier": "vsphere-network-name",
"cidr": "10.0.8.0/24",
"reserved_ip_ranges": "10.0.8.0-10.0.8.4",
"dns": "8.8.8.8",
Expand Down

0 comments on commit 2887c6c

Please sign in to comment.