Skip to content

Instantly share code, notes, and snippets.

@pquerna
Created August 12, 2014 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pquerna/dd4313f34e98d625f351 to your computer and use it in GitHub Desktop.
Save pquerna/dd4313f34e98d625f351 to your computer and use it in GitHub Desktop.
vendor_data.json
{
"network_info": {
"services": [
{
"type": "dns",
"address": "173.203.4.8"
},
{
"type": "dns",
"address": "173.203.4.9"
}
],
"networks": [
{
"network_id": "00000000-0000-0000-0000-000000000000",
"type": "ipv4",
"netmask": "255.255.255.128",
"link": "vlan0",
"routes": [
{
"netmask": "0.0.0.0",
"network": "0.0.0.0",
"gateway": "50.57.63.1"
}
],
"ip_address": "50.57.63.28",
"id": "network0"
},
{
"network_id": "11111111-1111-1111-1111-111111111111",
"type": "ipv4",
"netmask": "255.255.255.128",
"link": "vlan1",
"routes": [
{
"netmask": "255.255.240.0",
"network": "10.176.0.0",
"gateway": "10.184.255.129"
},
{
"netmask": "255.255.240.0",
"network": "10.208.0.0",
"gateway": "10.184.255.129"
}
],
"ip_address": "10.184.255.230",
"id": "network1"
}
],
"links": [
{
"ethernet_mac_address": "a0:36:9f:2c:ec:58",
"vlan_link": "bond0",
"type": "vlan",
"id": "vlan0",
"vlan_id": 101
},
{
"ethernet_mac_address": "a0:36:9f:2c:ec:58",
"mtu": 1500,
"type": "ethernet",
"id": "tapaa8dcee7-a2",
"vif_id": "aa8dcee7-a2f4-48b0-bee3-72d72f54a47c"
},
{
"ethernet_mac_address": "a0:36:9f:2c:ec:59",
"vlan_link": "bond0",
"type": "vlan",
"id": "vlan1",
"vlan_id": 499
},
{
"ethernet_mac_address": "a0:36:9f:2c:ec:59",
"mtu": 1500,
"type": "ethernet",
"id": "tapefc20c00-76",
"vif_id": "efc20c00-76e6-461e-b63c-7bd7f2ed72c3"
},
{
"bond_mode": "802.3ad",
"bond_links": [
"tapaa8dcee7-a2",
"tapefc20c00-76"
],
"type": "bond",
"id": "bond0"
}
]
},
"region": "preprod-ord",
"ip_whitelist": [
"173.203.32.136/29",
"173.203.5.160/27",
"67.192.155.96/27",
"89.234.21.64/28",
"166.78.7.146",
"50.56.249.239",
"166.78.107.18",
"162.209.4.155",
"95.138.174.55",
"162.13.1.53",
"119.9.12.91",
"119.9.12.98",
"184.106.251.52",
"50.57.124.203",
"50.57.124.173",
"50.57.54.109",
"50.57.54.125",
"50.57.54.161",
"184.106.79.114",
"184.106.79.229",
"184.106.79.234",
"184.106.79.240",
"162.209.3.51",
"166.78.108.224",
"166.78.108.71",
"108.166.25.250",
"108.166.25.251",
"10.10.160.0/22"
],
"roles": [
"identity:user-admin",
"object-store:default",
"compute:default",
"admin"
],
"provider": "Rackspace"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment