<div dir="ltr"><div>Hi and thanks</div><div><br></div><div>I disabled the hide variable, and executed the command again, and this is the result :</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>2021-08-25 13:27:21.834140 | 52540075-9baf-e9c1-3396-0000000000a0 |      FATAL | Render network_config from template | computehci-1 | error={                                               <br>    "changed": false,                                                                                                                                                                       <br>   <b> "msg": "AnsibleUndefinedVariable: 'bond_interface_ovs_options' is undefined" </b>                                                                                                              <br>}  <br></div></blockquote><div><br></div><div>I understand that this is a variable, but I don't see where it is being loaded from.</div><div>I have a <b>network-environment-overrides.yaml</b> file which contains this :<br></div><div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">parameter_defaults:<br>  ControllerNetworkConfigTemplate: '/home/stack/templates/nic-configs/bonds_vlans.j2'<br>  CephStorageNetworkConfigTemplate: '/home/stack/templates/nic-configs/bonds_vlans.j2'<br>  ComputeNetworkConfigTemplate: '/home/stack/templates/nic-configs/bonds_vlans.j2'<br><br>  NeutronNetworkVLANRanges: 'datacentre:1:100,provider:400:1000'<br>  NeutronExternalNetworkBridge: "''"<br>  NeutronNetworkType: 'vlan,flat'<br>  <b>BondInterfaceOvsOptions: "bond_mode=active-backup"</b><br></blockquote><br></div><div>But I don't see how to connect them?</div><div><br></div><div><br></div><div>Regards.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mer. 25 août 2021 à 09:08, Harald Jensas <<a href="mailto:hjensas@redhat.com">hjensas@redhat.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 8/24/21 7:07 PM, wodel youchi wrote:<br>
>     *2021-08-24 18:01:18.371725 | 52540075-9baf-8232-d4fa-0000000000a0 |<br>
>           FATAL | Render network_config from template | computehci-1 |<br>
>     error={<br>
>          "censored": "the output has been hidden due to the fact that<br>
>     'no_log: true' was specified for this result",<br>
>          "changed": false<br>
>     }<br>
<br>
This looks like a problem with your nic config template, <br>
/home/stack/templates/nic-configs/bonds_vlans.j2. To debug disable <br>
"hideing" of sensitive logs.<br>
<br>
sudo sed -i 's/tripleo_network_config_hide_sensitive_logs: <br>
true/tripleo_network_config_hide_sensitive_logs: false/g' <br>
/usr/share/ansible/roles/tripleo-network-config/defaults/main.yml<br>
<br>
<br>
--<br>
Harald<br>
<br>
<br>
</blockquote></div>