Skip to content

Instantly share code, notes, and snippets.

@Smithx10
Created August 19, 2017 17:41
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 Smithx10/8a88208eba4784fe42a85b41a7cc8ffa to your computer and use it in GitHub Desktop.
Save Smithx10/8a88208eba4784fe42a85b41a7cc8ffa to your computer and use it in GitHub Desktop.
Manta networking
{
"this_az": "bs-1",
"manta_nodes": [
"0a416e76-c97b-0010-bdb3-c4544472c3fc",
"40028d03-5c04-b305-b406-aa0700080009",
"7e8f2c31-2296-4446-9a68-5039c501dc21",
"a92fa576-c97b-0010-a443-c4544472c443",
"be233e0c-c67b-0010-82d4-c4544464394f"
],
"marlin_nodes": [
"0a416e76-c97b-0010-bdb3-c4544472c3fc",
"40028d03-5c04-b305-b406-aa0700080009",
"a92fa576-c97b-0010-a443-c4544472c443",
"be233e0c-c67b-0010-82d4-c4544464394f"
],
"azs": [ "bs-1" ],
"admin": {
"nic_tag": "admin",
"network": "admin",
"bs-1": {
"subnet": "10.1.101.0/24",
"gateway": "10.1.101.1"
}
},
"manta": {
"nic_tag": "manta",
"network": "manta",
"bs-1": {
"vlan_id": 104,
"subnet": "10.1.104.0/24",
"start": "10.1.104.2",
"end": "10.1.104.200",
"gateway": "10.1.104.1"
}
},
"marlin": {
"nic_tag": "mantanat",
"network": "mantanat",
"bs-1": {
"vlan_id": 105,
"subnet": "10.1.105.0/24",
"start": "10.1.105.2",
"end": "10.1.105.200",
"gateway": "10.1.105.1"
}
},
"mac_mappings": {
"0a416e76-c97b-0010-bdb3-c4544472c3fc": {
"manta": "00:1b:21:bb:fc:ea",
"mantanat": "00:1b:21:bb:fc:ea"
},
"40028d03-5c04-b305-b406-aa0700080009": {
"manta": "00:1b:21:bb:fa:e2",
"mantanat": "00:1b:21:bb:fa:e2"
},
"a92fa576-c97b-0010-a443-c4544472c443": {
"manta": "00:1b:21:99:bc:99",
"mantanat": "00:1b:21:99:bc:99"
},
"be233e0c-c67b-0010-82d4-c4544464394f": {
"manta": "00:1b:21:bb:fc:de",
"mantanat": "00:1b:21:bb:fc:de"
},
"7e8f2c31-2296-4446-9a68-5039c501dc21": {
"manta": "00:1b:21:a3:f5:4d",
"mantanat": "00:1b:21:a3:f5:4d"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment