Comment 2 for bug 1903506

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

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/782735
Committed: https://opendev.org/openstack/kolla-ansible/commit/7b19b2e31b618d6423617824daa7c7e43acc6054
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 7b19b2e31b618d6423617824daa7c7e43acc6054
Author: Michal Nasiadka <email address hidden>
Date: Mon Nov 9 10:17:10 2020 +0100

    Add missing octavia-driver-agent

    For using 3rd party Octavia providers (such as OVN provider) an
    octavia-driver-agent container must be running to expose those providers to
    use.

    tasks that used item.value.group where updated to not fail on missing group
    (to not break existing user inventories)

    OVN CI job has been extended with deploying Octavia and testing OVN Load
    Balancer.

    Closes-Bug: #1903506
    Depends-On: https://review.opendev.org/c/openstack/kolla/+/782957

    Change-Id: Ibafa8b7307981f2a51e630cc113d18af6162171c
    (cherry picked from commit 7a066f715467db56a637dd69de3e86419a0e58de)