Comment 7 for bug 1884734

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (stable/ussuri)

Reviewed: https://review.opendev.org/738164
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=c5ddd19eacb6d6ea1fead663c98d965ee1575af8
Submitter: Zuul
Branch: stable/ussuri

commit c5ddd19eacb6d6ea1fead663c98d965ee1575af8
Author: Michal Nasiadka <email address hidden>
Date: Thu Jun 25 10:24:22 2020 +0200

    openvswitch: Use ansible_hostname for system-id

    Currently openvswitch sets system-id based on inventory_hostname, but when
    Ansible inventory contains ip addresses - then it will only take first ip
    octet - resulting in multiple OVN chassis being named i.e. "10".
    Then Neutron and OVN have problems functioning, because a chassis named "10"
    will be created and deleted multiple times per second - this ends up in
    ovsdb and neutron-server processes using up to 100% CPU.

    Adding openvswitch role to ovn CI job triggers.

    Change-Id: Id22eb3e74867230da02543abd93234a5fb12b31d
    Closes-Bug: #1884734
    (cherry picked from commit cecdb6a175eb8fe1bfff1d9321d06b7ba59990b1)