-
Bug
-
Resolution: Done
-
Normal
-
rhos-17.1.3
-
None
During a recent NFV DFG's bug triage call, eshulman mentioned that any `ovs_extra` options used in an `ovs_user_bridge` should be located beneath the `members:` section when using an `ovs_dpdk_port`.
This statement has been amended: according to eshulman `ovs_extra` is not using the Ansible style.
Change:
ovs_extra:
- str_replace:
template: set port br-link0 tag=_VLAN_TAG_
params:
_VLAN_TAG_:
get_param: TenantNetworkVlanID
To:
ovs_extra: "set port br-link0 tag={{ lookup('vars', networks_lower['Tenant'] ~ '_vlan_id') }}"
Best,
--Greg R.
- links to