Hi and thanks
I disabled the hide variable, and executed the command again, and this is the result :
2021-08-25 13:27:21.834140 | 52540075-9baf-e9c1-3396-0000000000a0 | FATAL | Render network_config from template | computehci-1 | error={
"changed": false,
"msg": "AnsibleUndefinedVariable: 'bond_interface_ovs_options' is undefined"
}
I understand that this is a variable, but I don't see where it is being loaded from.
I have a network-environment-overrides.yaml file which contains this :
parameter_defaults:
ControllerNetworkConfigTemplate: '/home/stack/templates/nic-configs/bonds_vlans.j2'
CephStorageNetworkConfigTemplate: '/home/stack/templates/nic-configs/bonds_vlans.j2'
ComputeNetworkConfigTemplate: '/home/stack/templates/nic-configs/bonds_vlans.j2'
NeutronNetworkVLANRanges: 'datacentre:1:100,provider:400:1000'
NeutronExternalNetworkBridge: "''"
NeutronNetworkType: 'vlan,flat'
BondInterfaceOvsOptions: "bond_mode=active-backup"
But I don't see how to connect them?
Regards.