Comment 9 for bug 1964339

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ovn-octavia-provider (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/ovn-octavia-provider/+/834661
Committed: https://opendev.org/openstack/ovn-octavia-provider/commit/0fff1651a4ff414a267733ea71a3882b07215a04
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 0fff1651a4ff414a267733ea71a3882b07215a04
Author: Fernando Royo <email address hidden>
Date: Tue Mar 22 12:43:26 2022 +0100

    Fix zuul templates for functional and tempest tests

    * The "devstack_localrc" key was missing, without it local.conf won't be
      populated.

    * Added OVN_BUILD_FROM_SOURCE to True to make sure OVN is compiled
    from code and not installed from packages.

    * Updated the version of OVN and OVS in the -released job to a newer
      version, according to the referenced in Neutron stable/wallaby
      branch [1] .

    * Configure correct db user in the functional tests job
      This was changed in the Neutron in commit [2] and should
      be updated also in the configure_functional_tests role in
      this repo.

    * Remove run-devstack role from run_functional_job playbook
      There is no need to run that role in the functional
      job and not running it can save few minutes in each job's run.
      The same change was done in Neutron in patch [3].

    [1] https://review.opendev.org/c/openstack/neutron/+/751882
    [2] https://review.opendev.org/c/openstack/neutron/+/814009
    [3] https://review.opendev.org/c/openstack/neutron/+/816354

    Conflicts:
       zuul.d/base.yaml

    Closes-Bug: #1964339
    Signed-off-by: Lucas Alvares Gomes <email address hidden>
    Change-Id: I05ed8fb053c78bd16a52b5d82a3ab51faf856d78
    (cherry picked from commit 5bee600eddd872d43ba6c51400c20fa5f50bd97f)
    (cherry picked from commit 1ee61f955fa13ebffdb70b027b8768915e74fa57)