Rally jobs failing in neutron gate

Bug #2031971 reported by Brian Haley
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Rally
Fix Released
Undecided
Unassigned
neutron
Invalid
Critical
Brian Haley

Bug Description

The OVN and OVS rally jobs are failing in the neutron gate. Failure output is something like this in the log:

Task
Create nova flavor
  failed running on host
controller

set -e

. /opt/stack/.rally/openrc admin admin

if rally deployment check | grep 'nova' | grep 'Available' > /dev/null;
then
    nova flavor-create m1.nano 42 64 0 1
fi

non-zero return code

2023-08-18 13:58:54.088 68294 INFO rally.common.plugin.discover [-] Loading plugins from directories /opt/stack/.rally/plugins/*
2023-08-18 13:58:54.089 68294 INFO rally.common.plugin.discover [-] Loading plugins from file /opt/stack/.rally/plugins/__init__.py
2023-08-18 13:58:54.089 68294 INFO rally.common.plugin.discover [-] Loaded module with plugins: __init__
/bin/sh: 7: nova: not found

The nova command shouldn't be used any more, this should be 'openstack flavor create...'

Tags: gate-failure
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to rally-openstack (master)
Changed in rally:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to neutron (master)

Related fix proposed to branch: master
Review: https://review.opendev.org/c/openstack/neutron/+/892053

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

Reviewed: https://review.opendev.org/c/openstack/rally-openstack/+/892052
Committed: https://opendev.org/openstack/rally-openstack/commit/a2bad0296804138c5be7af350ef5f69aa63c4ad8
Submitter: "Zuul (22348)"
Branch: master

commit a2bad0296804138c5be7af350ef5f69aa63c4ad8
Author: Brian Haley <email address hidden>
Date: Sat Aug 19 12:06:57 2023 -0400

    Change to use openstack instead of nova command

    One of the playbooks was using 'nova flavor-create',
    which was causing failures in the neutron gate. Change
    to use 'openstack flavor create' instead as nova has
    been deprecated for a while.

    Change-Id: I193396ecdff50748c8253287d3e9a273be843db4
    Closes-bug: #2031971

Changed in rally:
status: In Progress → Fix Released
Revision history for this message
Oleg Bondarev (obondarev) wrote :

Marked as invalid for Neutron, as fixed on Rally side

Changed in neutron:
status: Confirmed → Invalid
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on neutron (master)

Change abandoned by "Brian Haley <email address hidden>" on branch: master
Review: https://review.opendev.org/c/openstack/neutron/+/892053
Reason: Rally jobs seem stable now

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.