Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1638019

Summary: OVN Functional CI job failed with ERROR -Regression
Product: Red Hat OpenStack Reporter: Eran Kuris <ekuris>
Component: openstack-neutronAssignee: Assaf Muller <amuller>
Status: CLOSED NOTABUG QA Contact: Eran Kuris <ekuris>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 14.0 (Rocky)CC: abregman, amaron, amuller, apevec, bcafarel, chrisw, lhh, lmartins, majopela, scohen, tvignaud
Target Milestone: z1Keywords: AutomationBlocker, Reopened, TestOnly, Triaged, ZStream
Target Release: 14.0 (Rocky)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: openstack-neutron-13.0.3-0.20190119134915.886782c.el7ost Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-03-07 22:00:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Eran Kuris 2018-10-10 13:45:40 UTC
Description of problem:
OVN Unit, PEP8 & Functional CI jobs failed with ERROR Can't get RHOS version from branch:  'rocky'

Version-Release number of selected component (if applicable):
run from October 8th, 2018 

How reproducible:
100%

Steps to Reproduce:
1. run the ci jobs 
2.
3.

Actual results:

failed 
Expected results:
pass

Additional info:
add as private comment internal CI job link

Comment 2 Lucas Alvares Gomes 2018-10-11 12:45:20 UTC
Looking at octario code it doesn't seem that the error is related to OVN [0].

I'm not familiar with the octario code but from what I understood (by skimming it), octario tries to find the name of the release ("rocky" in this case) and then use it in InfraRed.

Apparently the "rocky" component is not present in infrared for some reason ?

Adding Arie as a NEEDINFO because he may be already aware of what's going on. If needed I can jump on it to help.

[0] https://github.com/redhat-openstack/octario/blob/e75d63d027435a8fa4f2962bd1ce2e04f86dcc01/main.yml#L24-L28

Comment 7 Eran Kuris 2018-10-22 05:47:44 UTC
Failed again with error: 

failed: [localhost] (item={'value': {u'name': u'management'}, 'key': u'management'}) => {
    "changed": false, 
    "item": {
        "key": "management", 
        "value": {
            "name": "management"
        }
    }
}

MSG:

(409) Client Error for url: https://ci-rhos.centralci.eng.rdu2.redhat.com:13696/v2.0/networks.json Quota exceeded for resources: ['network'].

failed: [localhost] (item={'value': {u'name': u'data'}, 'key': u'data'}) => {
    "changed": false, 
    "item": {
        "key": "data", 
        "value": {
            "name": "data"
        }
    }
}

MSG:

(409) Client Error for url: https://ci-rhos.centralci.eng.rdu2.redhat.com:13696/v2.0/networks.json Quota exceeded for resources: ['network'].

failed: [localhost] (item={'value': {u'name': u'external'}, 'key': u'external'}) => {
    "changed": false, 
    "item": {
        "key": "external", 
        "value": {
            "name": "external"
        }
    }
}

MSG:

(409) Client Error for url: https://ci-rhos.centralci.eng.rdu2.redhat.com:13696/v2.0/networks.json Quota exceeded for resources: ['network'].


all 3 jobs  failed with same error: 
DFG-network-networking-ovn-14-dsvm-functional-rhos
DFG-network-networking-ovn-14-pep8-rhos
DFG-network-networking-ovn-14-unit-rhos

date when issue found: Oct 21, 2018 

https://rhos-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/DFG/view/network/view/networking-ovn/job/DFG-network-networking-ovn-14-pep8-rhos/28/

Comment 32 errata-xmlrpc 2019-04-30 17:47:41 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2019:0944

Comment 33 Arieh Maron 2021-03-07 12:09:09 UTC
The bug is now recuuring in RHOSP 13 
https://rhos-ci-jenkins.lab.eng.tlv2.redhat.com/view/DFG/view/network/view/octavia/job/DFG-network-python-octaviaclient-13-unit-rhos/17/

TASK [Discover release version] ************************************************
task path: /home/rhos-ci/jenkins/workspace/DFG-network-python-octaviaclient-13-unit-rhos/infrared/plugins/octario/main.yml:24
Sunday 07 March 2021  08:50:22 +0000 (0:00:00.046)       0:00:00.856 ********** 
fatal: [localhost]: FAILED! => {
    "changed": false, 
    "rc": 1
}

STDERR:

ERROR   Can't get RHOS version from branch:  'master'



MSG:

non-zero return code

Comment 35 Arieh Maron 2021-03-08 08:44:04 UTC
Maybe another mysterious transient.
I'll try again

Comment 37 Arieh Maron 2021-03-08 09:28:40 UTC
I see, fixed in latest Gerrit