-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
rhos-17.1.z
-
None
Description of problem:
- "8.2.4.2. Creating Open vSwitch (OVS) bonds" section of "Customizing your Red Hat OpenStack Platform deployment" guide contains the following snippet:
"""
environment_parameters:
BondInterfaceOvsOptions: "bond_mode=active_backup"
"""
"environment_parameters" is incorrect, "parameter_defaults" should be used instead.
- "8.2.4.2. Creating Open vSwitch (OVS) bonds" section of "Customizing your Red Hat OpenStack Platform deployment" guide talks about ovs_options while NIC configuration template doesn't contain relevant definitions.
- "8.2.4.2. Creating Open vSwitch (OVS) bonds" section of "Customizing your Red Hat OpenStack Platform deployment" guide recommends to use BondInterfaceOvsOptions to define bonding options. In reality it will only work if operator wants to change network settings for provisioned nodes, but during node provisioning ansible vars should be used instead.
- "8.2.1.2. Network interface configuration options" section of "Customizing your Red Hat OpenStack Platform deployment" guide has line [1] in config snippet. It should have "bond_interface_ovs_options" instead of "bound_interface_ovs_options"
[1]
ovs_options: {{ bound_interface_ovs_options }}
Version-Release number of selected component (if applicable): RHOSP 17.1
- external trackers