Hi,
I am attempting to deploy an appliance to a bonded interface, and i getting
this error when it attempts to setup the bridge:
[ ERROR ] Failed to execute stage 'Misc configuration': Failed to setup
networks {'ovirtmgmt': {'bonding': 'bond0', 'ipaddr':
u'10.20.101.181',
'netmask': u'255.255.255.0', 'defaultRoute': True,
'gateway':
u'10.20.101.1'}}. Error code: "-32603" message: "Attempt to call
function:
<bound method Global.setupNetworks of <API.Global object at 0x39c9110>> with
arguments: ({u'ovirtmgmt': {u'bonding': u'bond0',
u'ipaddr':
u'10.20.101.181', u'netmask': u'255.255.255.0',
u'defaultRoute': True,
u'gateway': u'10.20.101.1'}}, {}, {u'connectivityCheck': False})
error:
'NoneType' object is not iterable"
Is it possible to deploy an appliance to a network bond? My Network guy has
configured my ports in the switch so i can connect via bonded links.
however, if the interfaces are not bonded, it will suspend the links.