Comment 4 for bug 1605749

Revision history for this message
Scott Moser (smoser) wrote :

for referenceheres what i have as the network_config generated.
{
 "config": [
  {
   "mac_address": "0c:c4:7a:34:6e:3c",
   "mtu": 1500,
   "name": "oeth0",
   "subnets": [],
   "type": "physical"
  },
  {
   "mac_address": "0c:c4:7a:34:6e:3d",
   "mtu": 1500,
   "name": "oeth1",
   "subnets": [],
   "type": "physical"
  },
  {
   "bond_interfaces": [
    "oeth0",
    "oeth1"
   ],
   "name": "bond0",
   "params": {
    "bond_miimon": 100,
    "bond_mode": "4",
    "bond_xmit_hash_policy": "layer3+4"
   },
   "subnets": [],
   "type": "bond"
  },
  {
   "mac_address": "fa:16:3e:b3:72:30",
   "name": "bond0.602",
   "subnets": [
    {
     "address": "2.2.2.13",
     "ipv4": true,
     "netmask": "255.255.255.248",
     "routes": [
      {
       "gateway": "2.2.2.9",
       "netmask": "0.0.0.0",
       "network": "0.0.0.0"
      }
     ],
     "type": "static"
    }
   ],
   "type": "vlan",
   "vlan_id": 602,
   "vlan_link": "bond0"
  },
  {
   "mac_address": "fa:16:3e:66:ab:a6",
   "name": "bond0.612",
   "subnets": [
    {
     "address": "10.0.1.5",
     "ipv4": true,
     "netmask": "255.255.255.248",
     "routes": [
      {
       "gateway": "10.0.1.1",
       "netmask": "255.255.255.255",
       "network": "192.168.1.0"
      }
     ],
     "type": "static"
    }
   ],
   "type": "vlan",
   "vlan_id": 612,
   "vlan_link": "bond0"
  },
  {
   "address": "1.1.1.191",
   "type": "nameserver"
  },
  {
   "address": "1.1.1.4",
   "type": "nameserver"
  }
 ],
 "version": 1
}