I am installing on a 3 node cluster, with gluster as my storage. Each node
has a pair of bonds. At the moment, my intention is to use bond0 for all VM
traffic, with management (and thus ovirtmgmt) on bond1 along with Gluster
(bond1.<vlanid>.
Sadly hosted-engine --deploy dies saying:
```
Failed to execute stage 'Misc configuration': Failed to setup networks
{'ovirtmgmt': {'ipaddr': u'10.110.84.11', 'netmask':
u'255.255.255.0',
'bonding': 'bond1', 'bootproto': u'none',
'gateway': u'10.110.84.1',
'defaultRoute': True}}. Error code: "-32603" message: "Attempt to
call
function: <bound method Global.setupNetworks of <API.Global object at
0x38e5050>> with arguments: ({u'ovirtmgmt': {u'ipaddr':
u'10.110.84.11',
u'bonding': u'bond1', u'netmask': u'255.255.255.0',
u'bootproto': u'none',
u'gateway': u'10.110.84.1', u'defaultRoute': True}}, {},
{u'connectivityCheck': False}) error: 'NoneType' object is not
iterable"
```
Is my way of configuring my network even possible? Or do I need to re-think
things