Activity log for bug #2045894

Date Who What changed Old value New value Message
2023-12-07 10:51:44 howon park bug added bug
2024-05-02 09:36:20 howon park description Hi, Add OVN_BRIDGE_Mappings - Additional bridge support is required. cannot modify the value of the ovn-bridge-mappings in kolla. Physical network name changes may be required for reasons such as adding a provider or classifying it. In kolla, however, it is set to a fixed value of physnet. Please open up the possibilities for the need to change ovn_mappings: "{% for bridge in neutron_bridge_name.split(',') %}physnet{{ loop.index0 + 1 }}:{{ bridge }}{% if not loop.last %},{% endif %}{% endfor %}" ovn_macs: "{% for bridge in neutron_bridge_name.split(',') %}physnet{{ loop.index0 + 1 }}:{{ ovn_base_mac | random_mac(seed=inventory_hostname+bridge) }}{% if not loop.last %},{% endif %}{% endfor %}" It seems to be supported by Triple-O or Openstack ansible Kolla-ansible version 15.0.0/zed Thanks! Hi, Add OVN_BRIDGE_Mappings - Additional bridge support is required. cannot modify the value of the ovn-bridge-mappings in kolla. Physical network name changes may be required for reasons such as adding a provider or classifying it. In kolla, however, it is set to a fixed value of physnet. Please open up the possibilities for the need to change     ovn_mappings: "{% for bridge in neutron_bridge_name.split(',') %}physnet{{ loop.index0 + 1 }}:{{ bridge }}{% if not loop.last %},{% endif %}{% endfor %}"     ovn_macs: "{% for bridge in neutron_bridge_name.split(',') %}physnet{{ loop.index0 + 1 }}:{{ ovn_base_mac | random_mac(seed=inventory_hostname+bridge) }}{% if not loop.last %},{% endif %}{% endfor %}" It seems to be supported by Triple-O or Openstack ansible Kolla-ansible version 15.0.0/zed Thanks!