<div dir="ltr"><div dir="ltr">Hi everyone,<div><br></div><div>I'm using Fuel community 11 to install Openstack, and I'm using network template to set the network for my own reason.</div><div><br></div><div>I tried to set bonding with 2 NICs, and bonding mode is 6 (blanace-alb). Then planned all networks going to do tagged VLAN except PXE network, and all networks are going to use bonding interface as traffic.</div><div><br></div><div><div><font face="monospace, monospace">network_scheme:</font></div><div><font face="monospace, monospace">  bond_setup:</font></div><div><font face="monospace, monospace">    transformations:</font></div><div><font face="monospace, monospace">      - action: add-bond</font></div><div><font face="monospace, monospace">        bond_properties:</font></div><div><font face="monospace, monospace">          mode: balance-alb</font></div><div><font face="monospace, monospace">          type__: linux</font></div><div><font face="monospace, monospace">          xmit_hash_policy: layer2</font></div><div><font face="monospace, monospace">          lacp_rate: fast</font></div><div><font face="monospace, monospace">        interface_properties: {}</font></div><div><font face="monospace, monospace">        interfaces:</font></div><div><font face="monospace, monospace">        - <% if1 %></font></div><div><font face="monospace, monospace">        - <% if2 %></font></div><div><font face="monospace, monospace">        name: bond0</font></div><div><font face="monospace, monospace">    endpoints:</font></div><div><font face="monospace, monospace">      - bond0</font></div><div><font face="monospace, monospace">    roles:</font></div><div><font face="monospace, monospace">      fake/use: br-fake</font></div><div><font face="monospace, monospace">  fuel_fw_admin:</font></div><div><font face="monospace, monospace">    transformations:</font></div><div><font face="monospace, monospace">      - action: add-br</font></div><div><font face="monospace, monospace">        name: br-fw-admin</font></div><div><font face="monospace, monospace">      - action: add-port</font></div><div><font face="monospace, monospace">        bridge: br-fw-admin</font></div><div><font face="monospace, monospace">        name: bond0</font></div><div><font face="monospace, monospace">    endpoints:</font></div><div><font face="monospace, monospace">      - br-fw-admin</font></div><div><font face="monospace, monospace">    roles:</font></div><div><font face="monospace, monospace">      admin/pxe: br-fw-admin</font></div><div><font face="monospace, monospace">      fw-admin: br-fw-admin</font></div></div><div><font face="monospace, monospace"><br></font></div><div><font face="arial, helvetica, sans-serif">Now the problem is, I tried to upload this template to my environment, but it says :</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="monospace, monospace">Networks cannot be assigned as interface with named bond0 does not exist for node.</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">Already searched the internet but no answer.</font></div><div><font face="arial, helvetica, sans-serif">Can someone help me?</font></div></div></div>