[JIRA] (OVIRT-2307) JJB jobs cannot properly use SSL
by Barak Korren (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2307?page=com.atlassian.jir... ]
Barak Korren reassigned OVIRT-2307:
-----------------------------------
Assignee: Barak Korren (was: infra)
> JJB jobs cannot properly use SSL
> --------------------------------
>
> Key: OVIRT-2307
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2307
> Project: oVirt - virtualization made easy
> Issue Type: Bug
> Components: JJB
> Reporter: Barak Korren
> Assignee: Barak Korren
> Priority: High
>
> Our JJB jobs cannot properly use SSL ATM because the way we install JJB (inside a Python virtualenv with on system packages) makes the requests library it uses for HTTP to not know how to find the trusted CAs bundle file.
> The way to solve this is to set the following variable in the JJB environment:
> {code}
> export REQUESTS_CA_BUNDLE=/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
> {code}
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100088)
6 years, 4 months
[JIRA] (OVIRT-2307) JJB jobs cannot properly use SSL
by Barak Korren (oVirt JIRA)
Barak Korren created OVIRT-2307:
-----------------------------------
Summary: JJB jobs cannot properly use SSL
Key: OVIRT-2307
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2307
Project: oVirt - virtualization made easy
Issue Type: Bug
Components: JJB
Reporter: Barak Korren
Assignee: infra
Priority: High
Our JJB jobs cannot properly use SSL ATM because the way we install JJB (inside a Python virtualenv with on system packages) makes the requests library it uses for HTTP to not know how to find the trusted CAs bundle file.
The way to solve this is to set the following variable in the JJB environment:
{code}
export REQUESTS_CA_BUNDLE=/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
{code}
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100088)
6 years, 4 months
[JIRA] (OVIRT-2306) rebuild staging HC hosts as bare metal slaves
by Evgheni Dereveanchin (oVirt JIRA)
Evgheni Dereveanchin created OVIRT-2306:
-------------------------------------------
Summary: rebuild staging HC hosts as bare metal slaves
Key: OVIRT-2306
URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2306
Project: oVirt - virtualization made easy
Issue Type: Task
Reporter: Evgheni Dereveanchin
Assignee: infra
We need more bare metal slaves to run lago workloads. We can rebuild the three systems that take part of the HyperConverged staging environment:
* ovirt-srv06
* ovirt-srv07
* ovirt-srv08
Opening ticket to rebuild them and add to Jenkins.
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100088)
6 years, 4 months
[JIRA] (OVIRT-2193) vdsm project CQ failure:
004_basic_sanity.preview_snapshot_with_memory
by Dafna Ron (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2193?page=com.atlassian.jir... ]
Dafna Ron commented on OVIRT-2193:
----------------------------------
[~dfediuck] [~eedri], [~gbenhaim(a)redhat.com] and I were discussing this yesterday.
The majority of the current failed tests that are marked as "race" are caused due to locks and tasks cleanup in engine and we should not be failing the tests if they are modified to query tasks/locked objects before command is run and fail on query timeout.
The Network team fixed their testes which were failing on similar issues and I am happy to say it reduced these sort of failures for network.
The majority of these failures today are in storage related tests which [~tnisan(a)redhat.com] has been notified and has assigned [~derez(a)redhat.com] to look at.
However, if I continue to see these tests failing sporadically (and I mean a test that is failing sporadically over a period of a month) I may have to skip those tests until they are fixed.
We can improve on deciding what is an expectable % of failures and for what period of time we should quantify it before we skip the tests and decide on a cooperation with developers regarding the tests ownership (i.e maybe have a point of contact on each team for ost)
> vdsm project CQ failure: 004_basic_sanity.preview_snapshot_with_memory
> ----------------------------------------------------------------------
>
> Key: OVIRT-2193
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2193
> Project: oVirt - virtualization made easy
> Issue Type: Bug
> Reporter: Dafna Ron
> Assignee: infra
> Labels: ost_failures, ost_race
>
> we have a failed vdsm test in basic master suite.
> 004_basic_sanity.preview_snapshot_with_memory
> seems like a regression.
> ' 2018-06-12 07:31:08,080-04 DEBUG [org.ovirt.engine.core.aaa.filters.SsoRestApiNegotiationFilter] (default task-27) [] SsoRestApiNegotiationFilter Not performing Negotiate Auth
> 2018-06-12 07:31:08,087-04 ERROR [org.ovirt.engine.api.restapi.resource.validation.ValidationExceptionMapper] (default task-27) [] Input validation failed while processing 'POST' request for path '/vms/ec6dcfb7-dda9-4c58-b048-87b08ffcbfbe
> /previewsnapshot'.
> 2018-06-12 07:31:08,087-04 ERROR [org.ovirt.engine.api.restapi.resource.validation.ValidationExceptionMapper] (default task-27) [] Exception: org.ovirt.api.metamodel.server.ValidationException: Parameter 'snapshot.id' is mandatory but was
> not provided.
> at org.ovirt.engine.api.resource.VmResourceHelper.validatePreviewSnapshot(VmResourceHelper.java:75) [restapi-definition.jar:]
> at org.ovirt.engine.api.resource.VmResource.doPreviewSnapshot(VmResource.java:333) [restapi-definition.jar:]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_171]
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_171]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_171]
> at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_171]'
> Change 90532,7 (vdsm) is probably the reason behind recent system test failures
> in the "ovirt-master" change queue and needs to be fixed.
> This change had been removed from the testing queue. Artifacts build from this
> change will not be released until it is fixed.
> For further details about the change see:
> https://gerrit.ovirt.org/#/c/90532/7
> For failed test results see:
> http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/8169/
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100088)
6 years, 4 months
[JIRA] (OVIRT-2193) vdsm project CQ failure:
004_basic_sanity.preview_snapshot_with_memory
by Eyal Edri (oVirt JIRA)
[ https://ovirt-jira.atlassian.net/browse/OVIRT-2193?page=com.atlassian.jir... ]
Eyal Edri commented on OVIRT-2193:
----------------------------------
We need to try to formalize some process around it, I'm not talking about one-time failures, its tests that fail every once in a while.
There are not "environment" issues, this is isolated Lago run, so the chance of that happening is very low.
We also filter out any issues that are infra related, so only if a real code race happens, we open a ticket and mark it as 'race'.
If developers need more info/logs/insights then they should ask for it, otherwise, I think that we'll just start disabling tests that fail too often, this is taking a heavy toll on monitoring and manual work from the team, we need to improve the current handling of race failures.
> vdsm project CQ failure: 004_basic_sanity.preview_snapshot_with_memory
> ----------------------------------------------------------------------
>
> Key: OVIRT-2193
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2193
> Project: oVirt - virtualization made easy
> Issue Type: Bug
> Reporter: Dafna Ron
> Assignee: infra
> Labels: ost_failures, ost_race
>
> we have a failed vdsm test in basic master suite.
> 004_basic_sanity.preview_snapshot_with_memory
> seems like a regression.
> ' 2018-06-12 07:31:08,080-04 DEBUG [org.ovirt.engine.core.aaa.filters.SsoRestApiNegotiationFilter] (default task-27) [] SsoRestApiNegotiationFilter Not performing Negotiate Auth
> 2018-06-12 07:31:08,087-04 ERROR [org.ovirt.engine.api.restapi.resource.validation.ValidationExceptionMapper] (default task-27) [] Input validation failed while processing 'POST' request for path '/vms/ec6dcfb7-dda9-4c58-b048-87b08ffcbfbe
> /previewsnapshot'.
> 2018-06-12 07:31:08,087-04 ERROR [org.ovirt.engine.api.restapi.resource.validation.ValidationExceptionMapper] (default task-27) [] Exception: org.ovirt.api.metamodel.server.ValidationException: Parameter 'snapshot.id' is mandatory but was
> not provided.
> at org.ovirt.engine.api.resource.VmResourceHelper.validatePreviewSnapshot(VmResourceHelper.java:75) [restapi-definition.jar:]
> at org.ovirt.engine.api.resource.VmResource.doPreviewSnapshot(VmResource.java:333) [restapi-definition.jar:]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_171]
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_171]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_171]
> at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_171]'
> Change 90532,7 (vdsm) is probably the reason behind recent system test failures
> in the "ovirt-master" change queue and needs to be fixed.
> This change had been removed from the testing queue. Artifacts build from this
> change will not be released until it is fixed.
> For further details about the change see:
> https://gerrit.ovirt.org/#/c/90532/7
> For failed test results see:
> http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/8169/
--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100088)
6 years, 4 months