Image "neutron-ovn-agent" is not being built

Bug #2039558 reported by Stefan Pinter
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kayobe
Fix Released
Medium
Unassigned

Bug Description

image "neutron-ovn-agent" is not being built although I've set "kolla_enable_ovn" to true and my environment seems to need this image.

contents from "ansible/inventory/group_vars/all/kolla"

...
  - regex: ^ovn
    enabled: "{{ kolla_enable_ovn | bool }}"
...
  - regex: neutron-server
    enabled: "{{ kolla_enable_neutron | bool }}"
  - regex: "neutron-\\(dhcp\\|l3\\|metadata\\|linuxbridge\\|openvswitch\\)-agent"
    enabled: "{{ kolla_enable_neutron | bool }}"
  - regex: neutron-mlnx-agent
    enabled: "{{ kolla_enable_neutron_mlnx | bool }}"
  - regex: neutron-sriov-agent
    enabled: "{{ kolla_enable_neutron_sriov | bool }}"
...

I don't see this adding the correct regex, so I added this to the file:

  - regex: neutron-ovn-agent
    enabled: "{{ kolla_enable_ovn | bool }}"

at least it builds the neutron-ovn-agent image now...

am I doing something wrong or is this missing?

Revision history for this message
Mark Goddard (mgoddard) wrote :

This is a fairly recent image and is only needed for QoS for hardware offloaded ports. That said, it does look like we lack support for it currently. I think your solution looks reasonable, I will propose it.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kayobe (master)

Fix proposed to branch: master
Review: https://review.opendev.org/c/openstack/kayobe/+/899601

Changed in kayobe:
status: New → In Progress
Mark Goddard (mgoddard)
Changed in kayobe:
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kayobe (master)

Reviewed: https://review.opendev.org/c/openstack/kayobe/+/899601
Committed: https://opendev.org/openstack/kayobe/commit/82eba749de453d56a970d64b4f98a6848ce6e1cf
Submitter: "Zuul (22348)"
Branch: master

commit 82eba749de453d56a970d64b4f98a6848ce6e1cf
Author: Mark Goddard <email address hidden>
Date: Mon Oct 30 15:09:38 2023 +0000

    Support building Neutron OVN agent image

    Change-Id: I12ad980ef6d30ea98966c0f4eaf047e8d57a40e7
    Closes-Bug: #2039558

Changed in kayobe:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kayobe 15.0.0.0rc1

This issue was fixed in the openstack/kayobe 15.0.0.0rc1 release candidate.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.