Add default for bond_interface_ovs_options

Failure to include the bond_interface_ovs_options variable
results in failures during the deployment. This change
adds a default for this option.

Note that we are maintaining naming consistency with tripleo-heat-templates
and the baremetal_deploy module at this stage.

Resolves: rhbz#2149221
Change-Id: I6d03fb3a9b1600a4948e55743298d1604c5dfe17
This commit is contained in:
Brendan Shephard 2023-02-13 10:00:39 +10:00
parent 6976f3f616
commit 7a65651909
1 changed files with 3 additions and 0 deletions

View File

@ -31,3 +31,6 @@ tripleo_network_config_safe_defaults: true
tripleo_network_config_with_ansible: false
tripleo_network_config_template: templates/single_nic_vlans/single_nic_vlans.j2
tripleo_network_config_override: {}
# Named for consistency with tripleo-heat-templates and the baremetal_deploy.py module.
bond_interface_ovs_options: "bond_mode=active-backup"