<div dir="ltr"><div><div>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.&lt;vlanid&gt;.<br><br></div>Sadly hosted-engine --deploy dies saying:<br><br>```<br>Failed to execute stage &#39;Misc configuration&#39;: Failed to setup networks {&#39;ovirtmgmt&#39;: {&#39;ipaddr&#39;: u&#39;10.110.84.11&#39;, &#39;netmask&#39;: u&#39;255.255.255.0&#39;, &#39;bonding&#39;: &#39;bond1&#39;, &#39;bootproto&#39;: u&#39;none&#39;, &#39;gateway&#39;: u&#39;10.110.84.1&#39;, &#39;defaultRoute&#39;: True}}. Error code: &quot;-32603&quot; message: &quot;Attempt to call function: &lt;bound method Global.setupNetworks of &lt;API.Global object at 0x38e5050&gt;&gt; with arguments: ({u&#39;ovirtmgmt&#39;: {u&#39;ipaddr&#39;: u&#39;10.110.84.11&#39;, u&#39;bonding&#39;: u&#39;bond1&#39;, u&#39;netmask&#39;: u&#39;255.255.255.0&#39;, u&#39;bootproto&#39;: u&#39;none&#39;, u&#39;gateway&#39;: u&#39;10.110.84.1&#39;, u&#39;defaultRoute&#39;: True}}, {}, {u&#39;connectivityCheck&#39;: False}) error: &#39;NoneType&#39; object is not iterable&quot;<br>```<br><br></div>Is my way of configuring my network even possible? Or do I need to re-think things<br></div>