Bug 1638019
| Summary: | OVN Functional CI job failed with ERROR -Regression | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Eran Kuris <ekuris> |
| Component: | openstack-neutron | Assignee: | 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: | z1 | Keywords: | 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
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
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/
According to the latest run the issue fixed: https://rhos-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/DFG/view/network/view/networking-ovn/job/DFG-network-networking-ovn-14-dsvm-functional-rhos/194/ 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 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 Maybe another mysterious transient. I'll try again I just got the same error again https://rhos-ci-jenkins.lab.eng.tlv2.redhat.com/view/DFG/view/network/view/octavia/job/DFG-network-python-octaviaclient-13-unit-rhos/28/ What am I doing wrong? I see, fixed in latest Gerrit |