[JIRA] (OVIRT-2687) Please add Carlos Rodrigues to CI whitelist

2019-02-27 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-2687:
-

 Summary: Please add Carlos Rodrigues to CI whitelist
 Key: OVIRT-2687
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2687
 Project: oVirt - virtualization made easy
  Issue Type: Task
Reporter: Ondra Machacek
Assignee: infra


Hi,

please add Carlos Rodrigues (c...@eurotux.com) to ovirt-engine-sdk CI whitelist.

Thanks,
Ondra




--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100098)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/LYVYJLPGS6M6H6IKPJ6A2ZR4UPOYHGGA/


Re: Fwd: [oVirt Jenkins] ovirt-system-tests_network-suite-4.2 - Build # 719 - Still Failing!

2018-11-07 Thread Ondra Machacek



On 11/7/18 8:42 AM, Eitan Raviv wrote:

On Tue, Nov 6, 2018 at 3:54 PM Ondra Machacek  wrote:


You are using Python SDK from master, but 4.2 engine, there are



Where do you see that SDK from master is used?
I see in the logs that 4.2 is used:
https://jenkins.ovirt.org/blue/organizations/jenkins/ovirt-system-tests_network-suite-4.2/detail/ovirt-system-tests_network-suite-4.2/717/pipeline#log-120


I don't see it anywhere, I think it based on the error message it gets.
Such error message can't generate SDK version 4.2.x, but only 4.3.






currently changes in master Python SDK, which are not understand by 4.2
engine. I would suggest you to use both same versions.

Also I would suggest you to send just needed parameters for specific
actions. For example, when using preview_snapshot action you should send
Snaphost object with just ID, not full object. It's not really needed
and you wouldn't be hitting this issue.

On 11/6/18 1:25 PM, Eitan Raviv wrote:

Hi,

We have a failure on OST/network-suite-master for several days now.
My suspicions of the cause are detailed below.
Can you have a look?

Thanks

-- Forwarded message -
From: Eitan Raviv 
Date: Mon, Nov 5, 2018 at 8:39 AM
Subject: Re: [oVirt Jenkins] ovirt-system-tests_network-suite-4.2 -

Build #

719 - Still Failing!
To: Ori Liel 


Hi,
Can you have a look?
Thanks

On Thu, Nov 1, 2018 at 10:08 AM Eitan Raviv  wrote:


Hi Ondra,

We have above failure on OST network-suite-4.2 [1] due to:
Fault reason is "Request syntactically incorrect.". Fault detail is "For
correct usage, see:


https://192.168.201.4/ovirt-engine/apidoc#services/vm/methods/preview_snapshot

"

and I see in engine.log [2]:

javax.xml.bind.UnmarshalException: unexpected element (uri:"",

local:"disks")


at the same time I see in model_4.2 [3] that a change was done to add

the disks, but if i am not mistaken the ovirt-engine-sdk pom.xml [4] was
not bumped to reflect this change.


Can you please check?

Thanks

[1]


https://jenkins.ovirt.org/job/ovirt-system-tests_network-suite-4.2/719/artifact/exported-artifacts/pytest.junit.xml

[2]


https://jenkins.ovirt.org/job/ovirt-system-tests_network-suite-4.2/717/artifact/exported-artifacts/tests.test_mac_pools/lago-network-suite-4-2-engine/_var_log/ovirt-engine/engine.log

[3]


https://gerrit.ovirt.org/#/q/project:ovirt-engine-api-model+branch:model_4.2

[4]

https://gerrit.ovirt.org/#/q/project:ovirt-engine-sdk+branch:sdk_4.2




-- Forwarded message -
From: Edward Haas 
Date: Thu, Nov 1, 2018 at 8:35 AM
Subject: Fwd: [oVirt Jenkins] ovirt-system-tests_network-suite-4.2 -

Build

# 719 - Still Failing!
To: 


FYI

-- Forwarded message -
From: 
Date: Thu, Nov 1, 2018 at 6:02 AM
Subject: [oVirt Jenkins] ovirt-system-tests_network-suite-4.2 - Build #
719 - Still Failing!
To: , , 


Project:
http://jenkins.ovirt.org/job/ovirt-system-tests_network-suite-4.2/
Build:
http://jenkins.ovirt.org/job/ovirt-system-tests_network-suite-4.2/719/
Build Number: 719
Build Status:  Still Failing
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #717
[Marcin Sobczyk] Change logging level for 'schema.inconsistency'


Changes for Build #718
[Ales Musil] master: Update master suite compatibility version


Changes for Build #719
[Ales Musil] master: Update master suite compatibility version




-
Failed Tests:
-
1 tests failed.
FAILED:


network-suite-4.2.tests.test_mac_pools.test_undo_preview_snapshot_when_mac_used_reassigns_a_new_mac


Error Message:
Error: Fault reason is "Request syntactically incorrect.". Fault detail

is

"For correct usage, see:


https://192.168.201.4/ovirt-engine/apidoc#services/vm/methods/preview_snapshot
".

HTTP response code is 400.

Stack Trace:
system = 
default_cluster = 
ovirtmgmt_vnic_profile = 
0x7fc7f81b3710>

cirros_template = 'Cirros_0_4_0'

  def test_undo_preview_snapshot_when_mac_used_reassigns_a_new_mac(
  system, default_cluster, ovirtmgmt_vnic_profile,
cirros_template):
  with virtlib.vm_pool(system, size=2) as (vm_0, vm_1):
  vm_0.create(vm_name=VM0,
  cluster=default_cluster,
  template=cirros_template)
  vm_0.wait_for_down_status()

  vm_0.run()
  vm_0.wait_for_up_status()

  nicless_snapshot = _create_snapshot(vm_0)

  vm_0.create_vnic(NIC_NAME_1, ovirtmgmt_vnic_profile,
MAC_ADDR_1)
  vm_0.stop()
  vm_0.wait_for_down_status()


nicless_snapshot.preview()


network-suite-4.2/tests/test_mac_pools.py:124:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

_

_ _ _
network-suite-4.2/lib/virtlib.py:243: in preview
  snapshot=self.get_sdk_type()
/usr/lib64/python2.7

Re: Fwd: [oVirt Jenkins] ovirt-system-tests_network-suite-4.2 - Build # 719 - Still Failing!

2018-11-07 Thread Ondra Machacek

On 11/7/18 10:24 AM, Sandro Bonazzola wrote:

Il giorno mar 6 nov 2018, 14:56 Ondra Machacek  ha
scritto:


You are using Python SDK from master, but 4.2 engine, there are
currently changes in master Python SDK, which are not understand by 4.2
engine. I would suggest you to use both same versions.




we shouldn't break api in sdk4. isn't there any way to preserve <4.3
compatibility in sdk4-4.3?


It's not breaking the API backward compatibility.

As an example see this:

API 4.3 introduce new parameter 'abc' for VM, so in 4.3 you can set it 
as follows:


 $ curl -X POST -d 'value' 
https://fqdn:8443/ovirt-engine/api/vms


And it succeed, but in 4.2 if you send such request you will get:


For correct usage, see: 
https://fqdn:8443/ovirt-engine/apidoc#services/vms/methods/add

Request syntactically incorrect.


That's excatly what is happening in network OST job. For 4.2 it's just 
unknown parameter. And we fail if client send something unknown to API.








Also I would suggest you to send just needed parameters for specific
actions. For example, when using preview_snapshot action you should send
Snaphost object with just ID, not full object. It's not really needed
and you wouldn't be hitting this issue.

On 11/6/18 1:25 PM, Eitan Raviv wrote:

Hi,

We have a failure on OST/network-suite-master for several days now.
My suspicions of the cause are detailed below.
Can you have a look?

Thanks

-- Forwarded message -
From: Eitan Raviv 
Date: Mon, Nov 5, 2018 at 8:39 AM
Subject: Re: [oVirt Jenkins] ovirt-system-tests_network-suite-4.2 -

Build #

719 - Still Failing!
To: Ori Liel 


Hi,
Can you have a look?
Thanks

On Thu, Nov 1, 2018 at 10:08 AM Eitan Raviv  wrote:


Hi Ondra,

We have above failure on OST network-suite-4.2 [1] due to:
Fault reason is "Request syntactically incorrect.". Fault detail is "For
correct usage, see:


https://192.168.201.4/ovirt-engine/apidoc#services/vm/methods/preview_snapshot

"

and I see in engine.log [2]:

javax.xml.bind.UnmarshalException: unexpected element (uri:"",

local:"disks")


at the same time I see in model_4.2 [3] that a change was done to add

the disks, but if i am not mistaken the ovirt-engine-sdk pom.xml [4] was
not bumped to reflect this change.


Can you please check?

Thanks

[1]


https://jenkins.ovirt.org/job/ovirt-system-tests_network-suite-4.2/719/artifact/exported-artifacts/pytest.junit.xml

[2]


https://jenkins.ovirt.org/job/ovirt-system-tests_network-suite-4.2/717/artifact/exported-artifacts/tests.test_mac_pools/lago-network-suite-4-2-engine/_var_log/ovirt-engine/engine.log

[3]


https://gerrit.ovirt.org/#/q/project:ovirt-engine-api-model+branch:model_4.2

[4]

https://gerrit.ovirt.org/#/q/project:ovirt-engine-sdk+branch:sdk_4.2




-- Forwarded message -
From: Edward Haas 
Date: Thu, Nov 1, 2018 at 8:35 AM
Subject: Fwd: [oVirt Jenkins] ovirt-system-tests_network-suite-4.2 -

Build

# 719 - Still Failing!
To: 


FYI

-- Forwarded message -
From: 
Date: Thu, Nov 1, 2018 at 6:02 AM
Subject: [oVirt Jenkins] ovirt-system-tests_network-suite-4.2 - Build #
719 - Still Failing!
To: , , 


Project:
http://jenkins.ovirt.org/job/ovirt-system-tests_network-suite-4.2/
Build:
http://jenkins.ovirt.org/job/ovirt-system-tests_network-suite-4.2/719/
Build Number: 719
Build Status:  Still Failing
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #717
[Marcin Sobczyk] Change logging level for 'schema.inconsistency'


Changes for Build #718
[Ales Musil] master: Update master suite compatibility version


Changes for Build #719
[Ales Musil] master: Update master suite compatibility version




-
Failed Tests:
-
1 tests failed.
FAILED:


network-suite-4.2.tests.test_mac_pools.test_undo_preview_snapshot_when_mac_used_reassigns_a_new_mac


Error Message:
Error: Fault reason is "Request syntactically incorrect.". Fault detail

is

"For correct usage, see:


https://192.168.201.4/ovirt-engine/apidoc#services/vm/methods/preview_snapshot
".

HTTP response code is 400.

Stack Trace:
system = 
default_cluster = 
ovirtmgmt_vnic_profile = 
0x7fc7f81b3710>

cirros_template = 'Cirros_0_4_0'

  def test_undo_preview_snapshot_when_mac_used_reassigns_a_new_mac(
  system, default_cluster, ovirtmgmt_vnic_profile,
cirros_template):
  with virtlib.vm_pool(system, size=2) as (vm_0, vm_1):
  vm_0.create(vm_name=VM0,
  cluster=default_cluster,
  template=cirros_template)
  vm_0.wait_for_down_status()

  vm_0.run()
  vm_0.wait_for_up_status()

  nicless_snapshot = _create_snapshot(vm_0)

  vm_0.create_vnic(NIC_NAME_1, ovirtmgmt_vnic_profile,
MAC_ADDR_1)
  vm_0.stop()
  

Re: Fwd: [oVirt Jenkins] ovirt-system-tests_network-suite-4.2 - Build # 719 - Still Failing!

2018-11-06 Thread Ondra Machacek

You are using Python SDK from master, but 4.2 engine, there are
currently changes in master Python SDK, which are not understand by 4.2
engine. I would suggest you to use both same versions.

Also I would suggest you to send just needed parameters for specific
actions. For example, when using preview_snapshot action you should send
Snaphost object with just ID, not full object. It's not really needed
and you wouldn't be hitting this issue.

On 11/6/18 1:25 PM, Eitan Raviv wrote:

Hi,

We have a failure on OST/network-suite-master for several days now.
My suspicions of the cause are detailed below.
Can you have a look?

Thanks

-- Forwarded message -
From: Eitan Raviv 
Date: Mon, Nov 5, 2018 at 8:39 AM
Subject: Re: [oVirt Jenkins] ovirt-system-tests_network-suite-4.2 - Build #
719 - Still Failing!
To: Ori Liel 


Hi,
Can you have a look?
Thanks

On Thu, Nov 1, 2018 at 10:08 AM Eitan Raviv  wrote:


Hi Ondra,

We have above failure on OST network-suite-4.2 [1] due to:
Fault reason is "Request syntactically incorrect.". Fault detail is "For
correct usage, see:
https://192.168.201.4/ovirt-engine/apidoc#services/vm/methods/preview_snapshot
"

and I see in engine.log [2]:

javax.xml.bind.UnmarshalException: unexpected element (uri:"", local:"disks")

at the same time I see in model_4.2 [3] that a change was done to add the 
disks, but if i am not mistaken the ovirt-engine-sdk pom.xml [4] was not bumped 
to reflect this change.

Can you please check?

Thanks

[1]
https://jenkins.ovirt.org/job/ovirt-system-tests_network-suite-4.2/719/artifact/exported-artifacts/pytest.junit.xml
[2]
https://jenkins.ovirt.org/job/ovirt-system-tests_network-suite-4.2/717/artifact/exported-artifacts/tests.test_mac_pools/lago-network-suite-4-2-engine/_var_log/ovirt-engine/engine.log
[3]
https://gerrit.ovirt.org/#/q/project:ovirt-engine-api-model+branch:model_4.2
[4] https://gerrit.ovirt.org/#/q/project:ovirt-engine-sdk+branch:sdk_4.2



-- Forwarded message -
From: Edward Haas 
Date: Thu, Nov 1, 2018 at 8:35 AM
Subject: Fwd: [oVirt Jenkins] ovirt-system-tests_network-suite-4.2 - Build
# 719 - Still Failing!
To: 


FYI

-- Forwarded message -
From: 
Date: Thu, Nov 1, 2018 at 6:02 AM
Subject: [oVirt Jenkins] ovirt-system-tests_network-suite-4.2 - Build #
719 - Still Failing!
To: , , 


Project:
http://jenkins.ovirt.org/job/ovirt-system-tests_network-suite-4.2/
Build:
http://jenkins.ovirt.org/job/ovirt-system-tests_network-suite-4.2/719/
Build Number: 719
Build Status:  Still Failing
Triggered By: Started by timer

-
Changes Since Last Success:
-
Changes for Build #717
[Marcin Sobczyk] Change logging level for 'schema.inconsistency'


Changes for Build #718
[Ales Musil] master: Update master suite compatibility version


Changes for Build #719
[Ales Musil] master: Update master suite compatibility version




-
Failed Tests:
-
1 tests failed.
FAILED:
network-suite-4.2.tests.test_mac_pools.test_undo_preview_snapshot_when_mac_used_reassigns_a_new_mac

Error Message:
Error: Fault reason is "Request syntactically incorrect.". Fault detail is
"For correct usage, see:
https://192.168.201.4/ovirt-engine/apidoc#services/vm/methods/preview_snapshot;.
HTTP response code is 400.

Stack Trace:
system = 
default_cluster = 
ovirtmgmt_vnic_profile = 
cirros_template = 'Cirros_0_4_0'

 def test_undo_preview_snapshot_when_mac_used_reassigns_a_new_mac(
 system, default_cluster, ovirtmgmt_vnic_profile,
cirros_template):
 with virtlib.vm_pool(system, size=2) as (vm_0, vm_1):
 vm_0.create(vm_name=VM0,
 cluster=default_cluster,
 template=cirros_template)
 vm_0.wait_for_down_status()

 vm_0.run()
 vm_0.wait_for_up_status()

 nicless_snapshot = _create_snapshot(vm_0)

 vm_0.create_vnic(NIC_NAME_1, ovirtmgmt_vnic_profile,
MAC_ADDR_1)
 vm_0.stop()
 vm_0.wait_for_down_status()


   nicless_snapshot.preview()


network-suite-4.2/tests/test_mac_pools.py:124:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _
network-suite-4.2/lib/virtlib.py:243: in preview
 snapshot=self.get_sdk_type()
/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py:31091: in
preview_snapshot
 return self._internal_action(action, 'previewsnapshot', None, headers,
query, wait)
/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py:299: in
_internal_action
 return future.wait() if wait else future
/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py:55: in wait
 return self._code(response)
/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py:296: in callback
 self._check_fault(response)
/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py:132: in
_check_fault
 self._raise_error(response, body)
_ _ _ _ _ _ _ 

[JIRA] (OVIRT-2541) Git fetch timeouts on jenkins *-standar-check-pr jobs

2018-10-16 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-2541:
-

 Summary: Git fetch timeouts on jenkins *-standar-check-pr jobs
 Key: OVIRT-2541
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2541
 Project: oVirt - virtualization made easy
  Issue Type: Task
Reporter: Ondra Machacek
Assignee: infra


Example: 
https://jenkins.ovirt.org/job/oVirt_ovirt-ansible-vm-infra_standard-check-pr/88/console

 git fetch --tags --progress https://gerrit.ovirt.org/jenkins 
+refs/heads/*:refs/remotes/origin/*
08:47:21 ERROR: Timeout after 10 minutes
08:47:21 ERROR: Error cloning remote repo 'origin'
08:47:21 hudson.plugins.git.GitException: Command "git fetch --tags --progress 
https://gerrit.ovirt.org/jenkins +refs/heads/*:refs/remotes/origin/*" returned 
status code 143:
08:47:21 stdout: 
08:47:21 stderr: 
08:47:21at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2016)
08:47:21at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1735)
08:47:21at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:72)
08:47:21at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:420)
08:47:21at 
org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:629)
08:47:21at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
08:47:21at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
08:47:21at hudson.remoting.UserRequest.perform(UserRequest.java:212)
08:47:21at hudson.remoting.UserRequest.perform(UserRequest.java:54)
08:47:21at hudson.remoting.Request$2.run(Request.java:369)
08:47:21at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
08:47:21at java.util.concurrent.FutureTask.run(FutureTask.java:266)
08:47:21at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
08:47:21at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
08:47:21at java.lang.Thread.run(Thread.java:748)
08:47:21Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote 
call to vm0091.workers-phx.ovirt.org
08:47:21at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
08:47:21at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
08:47:21at hudson.remoting.Channel.call(Channel.java:955)
08:47:21at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
08:47:21at 
sun.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
08:47:21at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
08:47:21at java.lang.reflect.Method.invoke(Method.java:498)
08:47:21at 
org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
08:47:21at com.sun.proxy.$Proxy77.execute(Unknown Source)
08:47:21at 
hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1146)
08:47:21at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
08:47:21at 
org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:120)
08:47:21at 
org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:90)
08:47:21at 
org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:77)
08:47:21at 
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$1$1.call(SynchronousNonBlockingStepExecution.java:50)
08:47:21at hudson.security.ACL.impersonate(ACL.java:290)
08:47:21at 
org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$1.run(SynchronousNonBlockingStepExecution.java:47)
08:47:21at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
08:47:21... 4 more
[Pipeline] }



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100094)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/7HWILTLA545CTMDKAP26JEHMYRZ2T2FY/


[JIRA] (OVIRT-2513) Please add Steve Goodman to group ovirt-engine-api-model-documentation-maintainers

2018-09-27 Thread Ondra Machacek (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=38101#comment-38101
 ] 

Ondra Machacek commented on OVIRT-2513:
---

I am maintainer, but I can' manage this group.

> Please add Steve Goodman to group 
> ovirt-engine-api-model-documentation-maintainers
> --
>
> Key: OVIRT-2513
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2513
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>    Reporter: Ondra Machacek
>Assignee: infra
>
> Please add Steve Goodman (sgood...@redhat.com) to group 
> ovirt-engine-api-model-documentation-maintainers.



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100092)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/XCC66ZO3RLJEU3SNBI7GARGVE2W34JMQ/


[JIRA] (OVIRT-2513) Please add Steve Goodman to group ovirt-engine-api-model-documentation-maintainers

2018-09-27 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-2513:
-

 Summary: Please add Steve Goodman to group 
ovirt-engine-api-model-documentation-maintainers
 Key: OVIRT-2513
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2513
 Project: oVirt - virtualization made easy
  Issue Type: Task
Reporter: Ondra Machacek
Assignee: infra


Please add Steve Goodman (sgood...@redhat.com) to group 
ovirt-engine-api-model-documentation-maintainers.



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100092)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/T7SLVEMF2YXNYF2IYNXEDY4NKU4BS46S/


[JIRA] (OVIRT-2509) Please add Steve Goodman to CI whitelist

2018-09-25 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-2509:
-

 Summary: Please add Steve Goodman to CI whitelist
 Key: OVIRT-2509
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2509
 Project: oVirt - virtualization made easy
  Issue Type: Task
Reporter: Ondra Machacek
Assignee: infra


Hi,

please add Steve Goodman (sgoodman) to following projects CI whitelist:

ovirt-engine-api-model

Steve is part of documentation team working on api-model.

[~sgood...@redhat.com]

Thanks,
Ondra



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100092)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/6QQJGVW4ZJVFARLI3VVEIIKZ33563UI6/


[JIRA] (OVIRT-2493) Please add Avital Pinnick to CI whitelist

2018-09-13 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-2493:
-

 Summary: Please add Avital Pinnick to CI whitelist
 Key: OVIRT-2493
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2493
 Project: oVirt - virtualization made easy
  Issue Type: Task
Reporter: Ondra Machacek
Assignee: infra


Hi,

please add Avital Pinnick (apinnick) to following projects CI whitelist:

ovirt-engine-api-model

Avital is part of documentation team working on api-model.

[~apinn...@redhat.com]

Thanks,
Ondra



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100092)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/M5ORGPIWS7GPZLXGQJFJN3K4DLDVNI2X/


[JIRA] (OVIRT-2460) Please add Joey Ma to oVirt organization on github

2018-08-30 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-2460:
-

 Summary: Please add Joey Ma to oVirt organization on github
 Key: OVIRT-2460
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2460
 Project: oVirt - virtualization made easy
  Issue Type: Task
Reporter: Ondra Machacek
Assignee: infra


Hi,

please add Joey Ma (majunj...@gmail.com) to oVirt github organization.

We will in ~14days start to moving his Go SDK project:

 - https://github.com/imjoey/ovirt-engine-sdk-go
 - https://github.com/imjoey/go-ovirt

under oVirt organization.

Thanks,
Ondra





--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100091)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/2T2HMYNPBWSKAJEVVWHY2764BZIXHB4B/


[JIRA] (OVIRT-2459) Please add Joey Ma to CI whitelist

2018-08-30 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-2459:
-

 Summary: Please add Joey Ma to CI whitelist
 Key: OVIRT-2459
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2459
 Project: oVirt - virtualization made easy
  Issue Type: Task
Reporter: Ondra Machacek
Assignee: infra


Hi,

please add Joey Ma (majunj...@gmail.com) to following projects CI whitelist:

 - ovirt-engine-sdk
 - ovirt-engine-sdk-java
 - ovirt-engine-sdk-ruby
 - ovirt-engine-api-model
 - ovirt-engine-api-metamodel

He is contributor to all of these project also maintaning Go SDK project and 
oVirt Terraform provider.

Thanks,
Ondra





--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100091)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/QNSC5HG62OGJ6ZPPV5MXDRPRKOJJZ2QN/


[JIRA] (OVIRT-2378) sh: ./automation/check-patch.sh: /usr/bin/python: bad interpreter: No such file or directory

2018-07-30 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-2378:
-

 Summary: sh: ./automation/check-patch.sh: /usr/bin/python: bad 
interpreter: No such file or directory
 Key: OVIRT-2378
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2378
 Project: oVirt - virtualization made easy
  Issue Type: Task
Reporter: Ondra Machacek
Assignee: infra


Python SDK 4.2 check-patch jobs fails with:

sh: ./automation/check-patch.sh: /usr/bin/python: bad interpreter: No such file 
or directory

https://jenkins.ovirt.org/job/python-ovirt-engine-sdk4_4.2_check-patch-fc28-x86_64/3/console



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100090)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/BZUPHOPHQT2TQH6W3GGGNPPPCYW3TCNL/


[JIRA] (OVIRT-2153) Fedora 28 ppc64le support

2018-06-11 Thread Ondra Machacek (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-2153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=36996#comment-36996
 ] 

Ondra Machacek commented on OVIRT-2153:
---

I am not aware anyone using it, so I think we don't have to do it now. Let's do 
it once someone request it.

> Fedora 28 ppc64le support
> -
>
> Key: OVIRT-2153
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-2153
> Project: oVirt - virtualization made easy
>  Issue Type: New Feature
>Reporter: sbonazzo
>Assignee: infra
>
> Hi,
> I see python-ovirt-engine-sdk4 failing on ppc64le for fc28 due to: "Unable
> to find mock env" error.
> I tend to think we should have ppc64le for fedora 28 but I see that mock
> config are missing in jenkins and also the mirroring of the repos for
> fedora 28 ppc64le are missing.
> We should either drop ppc64le jobs for fc28 or add support for it. Adding
> Ondra to share his thoughts on this.
> -- 
> SANDRO BONAZZOLA
> ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R
> Red Hat EMEA <https://www.redhat.com/>
> sbona...@redhat.com
> <https://red.ht/sig>



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100087)
___
Infra mailing list -- infra@ovirt.org
To unsubscribe send an email to infra-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/infra@ovirt.org/message/WXT2FKJOKLVERN2KCGFR2XQQZLJ5ALNR/


[JIRA] (OVIRT-1898) Please add me (omachace) and Ori (oliel) as maintainers of ovirt-engine-api-explorer project

2018-02-15 Thread Ondra Machacek (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=35829#comment-35829
 ] 

Ondra Machacek commented on OVIRT-1898:
---

Works for me, thanks.

> Please add me (omachace) and Ori (oliel) as maintainers of 
> ovirt-engine-api-explorer project
> 
>
> Key: OVIRT-1898
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1898
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>  Components: Gerrit/git
>    Reporter: Ondra Machacek
>Assignee: infra
>
> As Juan left, please add me (omachace) and Ori (oliel) as maintainers of 
> ovirt-engine-api-explorer project. Thanks
> cc [~mwperina]



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100079)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1898) Please add me (omachace) and Ori (oliel) as maintainers of ovirt-engine-api-explorer project

2018-02-15 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-1898:
-

 Summary: Please add me (omachace) and Ori (oliel) as maintainers 
of ovirt-engine-api-explorer project
 Key: OVIRT-1898
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1898
 Project: oVirt - virtualization made easy
  Issue Type: Task
  Components: Gerrit/git
Reporter: Ondra Machacek
Assignee: infra


As Juan left, please add me (omachace) and Ori (oliel) as maintainers of 
ovirt-engine-api-explorer project. Thanks

cc [~mwperina]



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100079)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1857) Please create ovirt-ansible-dpdk-setup github repostiory

2018-01-22 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-1857:
-

 Summary: Please create ovirt-ansible-dpdk-setup github repostiory
 Key: OVIRT-1857
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1857
 Project: oVirt - virtualization made easy
  Issue Type: Task
Reporter: Ondra Machacek
Assignee: infra


Please create ovirt-ansible-dpdk-setup github repostiory
And please assign igoihman as administrator.
Thanks.

[~igoih...@redhat.com]
[~mwperina]



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100076)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1805) Please create ovirt-ansible-disaster-recovery github repostiory

2017-12-14 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-1805:
-

 Summary: Please create ovirt-ansible-disaster-recovery github 
repostiory
 Key: OVIRT-1805
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1805
 Project: oVirt - virtualization made easy
  Issue Type: Task
Reporter: Ondra Machacek
Assignee: infra




Please create ovirt-ansible-disaster-recovery github repostiory
And please assign machacekondra and mwperina as administrators.
Thanks.



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100074)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1783) Please create new repositories on ovirt github for new Ansible roles

2017-11-27 Thread Ondra Machacek (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ondra Machacek updated OVIRT-1783:
--
Description: 
Please create following repositories:

ovirt-ansible-engine-setup
ovirt-ansible-repositories

And please assign machacekondra and mwperina as administrators.
Thanks.

[~mwperina] Should we set as admin also someone from automation?



  was:
Please create following repositories:

ovirt-ansible-engine-setup
ovirt-ansible-engine-repositories

And please assign machacekondra and mwperina as administrators.
Thanks.

[~mwperina] Should we set as admin also someone from automation?




> Please create new repositories on ovirt github for new Ansible roles
> 
>
> Key: OVIRT-1783
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1783
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>    Reporter: Ondra Machacek
>Assignee: infra
>
> Please create following repositories:
> ovirt-ansible-engine-setup
> ovirt-ansible-repositories
> And please assign machacekondra and mwperina as administrators.
> Thanks.
> [~mwperina] Should we set as admin also someone from automation?



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100073)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1783) Please create new repositories on ovirt github for new Ansible roles

2017-11-27 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-1783:
-

 Summary: Please create new repositories on ovirt github for new 
Ansible roles
 Key: OVIRT-1783
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1783
 Project: oVirt - virtualization made easy
  Issue Type: Task
Reporter: Ondra Machacek
Assignee: infra


Please create following repositories:

ovirt-ansible-engine-setup
ovirt-ansible-engine-repositories

And please assign machacekondra and mwperina as administrators.
Thanks.

[~mwperina] Should we set as admin also someone from automation?





--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100073)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1749) Please create new repositories on ovirt github for new Ansible roles

2017-11-08 Thread Ondra Machacek (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ondra Machacek updated OVIRT-1749:
--
Description: 
Please create following repositories:

  - ovirt-ansible-cluster-upgrade
  - ovirt-ansible-infra
  - ovirt-ansible-image-template
  - ovirt-ansible-manageiq
  - ovirt-ansible-vm-infra

And please assign _machacekondra_ and _mwperina_ as administrators.
Thanks.

  was:
Please create following repositories:

  - ovirt-ansible-cluster-upgrade
  - ovirt-ansible-infra
  - ovirt-ansible-image-template
  - ovirt-ansible-manageiq
  - ovirt-ansible-vm-infra


> Please create new repositories on ovirt github for new Ansible roles
> 
>
> Key: OVIRT-1749
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1749
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>    Reporter: Ondra Machacek
>Assignee: infra
>
> Please create following repositories:
>   - ovirt-ansible-cluster-upgrade
>   - ovirt-ansible-infra
>   - ovirt-ansible-image-template
>   - ovirt-ansible-manageiq
>   - ovirt-ansible-vm-infra
> And please assign _machacekondra_ and _mwperina_ as administrators.
> Thanks.



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100070)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1749) Please create new repositories on ovirt github for new Ansible roles

2017-11-08 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-1749:
-

 Summary: Please create new repositories on ovirt github for new 
Ansible roles
 Key: OVIRT-1749
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1749
 Project: oVirt - virtualization made easy
  Issue Type: Task
Reporter: Ondra Machacek
Assignee: infra


Please create following repositories:

  - ovirt-ansible-cluster-upgrade
  - ovirt-ansible-infra
  - ovirt-ansible-image-template
  - ovirt-ansible-manageiq
  - ovirt-ansible-vm-infra



--
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100070)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: [ovirt-devel] Subject: [ OST Failure Report ] [ master ] [20-09-2017 ] [ post-002_bootstrap.py ]

2017-09-20 Thread Ondra Machacek
The http returned 503:

192.168.201.1 - - [20/Sep/2017:05:17:10 -0400] "GET
/ovirt-engine/api/hosts/06b9cdf3-5bcb-4be8-9e11-8ad5123749f0 HTTP/1.1"
200 5249
192.168.201.1 - - [20/Sep/2017:05:17:13 -0400] "GET
/ovirt-engine/api/hosts/06b9cdf3-5bcb-4be8-9e11-8ad5123749f0 HTTP/1.1"
503 299
192.168.201.4 - - [20/Sep/2017:05:17:11 -0400] "POST
/ovirt-engine/sso/oauth/token-info HTTP/1.1" 500 527

At that time postgres was killed by oom:

Sep 20 05:17:15 lago-basic-suite-master-engine kernel: postgres
invoked oom-killer: gfp_mask=0x280da, order=0, oom_score_adj=0


So from Python SDK perpepective all looks OK.


On Wed, Sep 20, 2017 at 2:11 PM, Martin Perina  wrote:
> Ondro, could you please take a look?
>
> On Wed, Sep 20, 2017 at 1:07 PM, Dafna Ron  wrote:
>>
>> Hi,
>>
>> We have a failure in test post-002_bootstrap.py
>>
>> from the logs I can see that lago has an unhandled exception from ovirt
>> sdk which makes sense since the patch reported on CQ is a change to the sdk.
>>
>> Link to suspected patches: https://gerrit.ovirt.org/#/c/82022/
>>
>>
>> Link to Job:
>> http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/2734
>>
>>
>> Link to all logs:
>> http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/2734/artifact/exported-artifacts/basic-suit-master-el7/test_logs/basic-suite-master/post-002_bootstrap.py/
>>
>>
>> (Relevant) error snippet from the log:
>>
>> 
>>
>>
>> 2017-09-20
>> 09:17:15,676::testlib.py::assert_equals_within::227::ovirtlago.testlib::ERROR::
>> * Unhandled exception in 
>> Traceback (most recent call last):
>>   File "/usr/lib/python2.7/site-packages/ovirtlago/testlib.py", line 219,
>> in assert_equals_within
>> res = func()
>>   File
>> "/home/jenkins/workspace/ovirt-master_change-queue-tester/ovirt-system-tests/basic-suite-master/test-scenarios/002_bootstrap.py",
>> line 338, in _host_is_up_4
>> host_status = host_service.get().status
>>   File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line
>> 31529, in get
>> return self._internal_get(headers, query, wait)
>>   File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line
>> 202, in _internal_get
>> return future.wait() if wait else future
>>   File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 53,
>> in wait
>> return self._code(response)
>>   File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line
>> 199, in callback
>> self._check_fault(response)
>>   File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line
>> 121, in _check_fault
>> body = self._internal_read_body(response)
>>   File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line
>> 307, in _internal_read_body
>> self._connection.check_xml_content_type(response)
>>   File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line
>> 800, in check_xml_content_type
>> response.headers
>>   File "/usr/lib64/python2.7/site-packages/ovirtsdk4/__init__.py", line
>> 840, in _check_content_type
>> raise Error(msg)
>> Error: The response content type 'text/html; charset=iso-8859-1' isn't the
>> expected XML
>> 2017-09-20
>> 09:17:15,683::utils.py::wrapper::480::lago.utils::DEBUG::Looking for a
>> workdir
>>
>>
>> 
>>
>>
>> Thanks,
>>
>> Dafna
>>
>>
>> ___
>> Devel mailing list
>> de...@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/devel
>
>
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1642) el7 check patch fails for ovirt-ansible github suite

2017-09-11 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-1642:
-

 Summary: el7 check patch fails for ovirt-ansible github suite
 Key: OVIRT-1642
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1642
 Project: oVirt - virtualization made easy
  Issue Type: Bug
Reporter: Ondra Machacek
Assignee: infra


Looks like docker cleanup fails:

 
http://jenkins.ovirt.org/blue/organizations/jenkins/oVirt_ovirt-ansible_standard-check-pr/detail/oVirt_ovirt-ansible_standard-check-pr/31/pipeline

http://jenkins.ovirt.org/job/oVirt_ovirt-ansible_standard-check-pr/31/consoleFull



--
This message was sent by Atlassian {0}
(v1001.0.0-SNAPSHOT#100059)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1613) Re: [oVirt Jenkins] ovirt-system-tests_ansible-suite-master - Build # 7 - Still Failing!

2017-08-30 Thread Ondra Machacek (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=34817#comment-34817
 ] 

Ondra Machacek commented on OVIRT-1613:
---

Path which add a collecting of logs: https://gerrit.ovirt.org/#/c/81199/1
Path which fixes the job: https://gerrit.ovirt.org/#/c/81107/

> Re: [oVirt Jenkins] ovirt-system-tests_ansible-suite-master - Build # 7 - 
> Still Failing!
> 
>
> Key: OVIRT-1613
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1613
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>Reporter: Nadav Goldin
>    Assignee: Ondra Machacek
>
> Adding @infra-support to open a ticket.
> 1. From the console logs the error seems to be:
> 02:50:07 TASK [ovirt-deploy : Import template from glance]
> **
> 02:50:12 An exception occurred during task execution. To see the full
> traceback, use -vvv. The error was: AttributeError: 'TemplatesModule'
> object has no attribute 'wait_for_import'
> 02:50:12 fatal: [lago-ansible-suite-master-engine]: FAILED! =>
> {"changed": false, "failed": true, "msg": "'TemplatesModule' object
> has no attribute 'wait_for_import'"}
> 02:50:12 to retry, use: --limit
> @/home/jenkins/workspace/ovirt-system-tests_ansible-suite-master/ovirt-system-tests/ansible-suite-master/engine.retry
> Maybe something changed recently in the Ansible roles?
> 2. There is a bug in the suite, that when the ansible deploy fails,
> the logs are not collected. That is why you see no logs(the logs you
> see are right after 'initialize_engine', and not after the ansible
> failure).
> 3. I recommend adding '-vvv' to the ansible command. Might get more
> verbose logs, but easier to debug next time.
> Thanks,
> Nadav.
> On Thu, Aug 24, 2017 at 9:49 AM, Martin Perina <mper...@redhat.com> wrote:
> > Hi,
> >
> > Ansible test suite is failing for a few days, Lago says that it's failing on
> > engine initialization. I've been looking on the logs, but I was unable to
> > find any error. But there's something strange in wildfly logs on engine:
> >
> > 1. boot.log looks good, I see that WildFly 11 is starting
> > 2. server.log also looks good, I see engine was deployed, but it seems to me
> > that it's not complete (like WildFly was killed during engine deployment)
> > 3. engine.log is completely empty - that's very strange, but it's probably
> > related to my suspicion above
> >
> > In lago logs I can see that ovirt-engine service is being started, but no
> > info about being killed/stop.
> >
> > Any idea what could have happened?
> >
> > Thanks a lot
> >
> > Martin
> >
> >
> > On Thu, Aug 24, 2017 at 4:50 AM, <jenk...@jenkins.phx.ovirt.org> wrote:
> >>
> >> Project:
> >> http://jenkins.ovirt.org/job/ovirt-system-tests_ansible-suite-master/
> >> Build:
> >> http://jenkins.ovirt.org/job/ovirt-system-tests_ansible-suite-master/7/
> >> Build Number: 7
> >> Build Status:  Still Failing
> >> Triggered By: Started by timer
> >>
> >> -
> >> Changes Since Last Success:
> >> -
> >> Changes for Build #5
> >> [Eyal Shenitzky] basic-suite-master: add cold_storage_migration test
> >>
> >> [Barak Korren] Adapting OST manual job to macro changes
> >>
> >> [Daniel Belenky] Add support for secrets and credentials to STD CI
> >>
> >>
> >> Changes for Build #6
> >> No changes
> >>
> >> Changes for Build #7
> >> [Your Name] Use a long name with special chars as a network name
> >>
> >> [Barak Korren] Fix small bug in slave repo setup
> >>
> >> [Daniel Belenky] mock_runner fix empty mrmap bug
> >>
> >>
> >>
> >>
> >> -
> >> Failed Tests:
> >> -
> >> All tests passed
> >
> >
> >
> > ___
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
> >



--
This message was sent by Atlassian JIRA
(v1001.0.0-SNAPSHOT#100059)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1617) Please add Mark Chappell (mchappel) to CI whitelist

2017-08-28 Thread Ondra Machacek (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=34801#comment-34801
 ] 

Ondra Machacek commented on OVIRT-1617:
---

I've added and it looks OK, thanks!

> Please add Mark Chappell (mchappel) to CI whitelist
> ---
>
> Key: OVIRT-1617
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1617
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>  Components: oVirt Infra
>    Reporter: Ondra Machacek
>Assignee: infra
>
> Hi,
> please add Mark Chappell (mchappel) to ovirt-ansible CI whitelist.
> Thanks.



--
This message was sent by Atlassian JIRA
(v1001.0.0-SNAPSHOT#100059)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1617) Please add Mark Chappell (mchappel) to CI whitelist

2017-08-28 Thread Ondra Machacek (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ondra Machacek updated OVIRT-1617:
--
Resolution: Fixed
Status: Done  (was: To Do)

> Please add Mark Chappell (mchappel) to CI whitelist
> ---
>
> Key: OVIRT-1617
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1617
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>  Components: oVirt Infra
>    Reporter: Ondra Machacek
>Assignee: infra
>
> Hi,
> please add Mark Chappell (mchappel) to ovirt-ansible CI whitelist.
> Thanks.



--
This message was sent by Atlassian JIRA
(v1001.0.0-SNAPSHOT#100059)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1617) Please add Mark Chappell (mchappel) to CI whitelist

2017-08-28 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-1617:
-

 Summary: Please add Mark Chappell (mchappel) to CI whitelist
 Key: OVIRT-1617
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1617
 Project: oVirt - virtualization made easy
  Issue Type: Task
  Components: oVirt Infra
Reporter: Ondra Machacek
Assignee: infra


Hi,

please add Mark Chappell (mchappel) to ovirt-ansible CI whitelist.

Thanks.



--
This message was sent by Atlassian JIRA
(v1001.0.0-SNAPSHOT#100059)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1599) ovirt-ansible_master_github_build-artifacts isn't executed by github hooks

2017-08-18 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-1599:
-

 Summary: ovirt-ansible_master_github_build-artifacts isn't 
executed by github hooks
 Key: OVIRT-1599
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1599
 Project: oVirt - virtualization made easy
  Issue Type: Bug
Reporter: Ondra Machacek
Assignee: infra


Github[1] project has hook to execute our jenkins, hook is performed by CI 
doesn't run the relevant hob.

The hook:
https://github.com/oVirt/ovirt-ansible/settings/hooks/15060782#delivery-response

The job:
http://jenkins.ovirt.org/job/ovirt-ansible_master_github_build-artifacts-el7-x86_64/

[1] https://github.com/oVirt/ovirt-ansible/



--
This message was sent by Atlassian JIRA
(v1001.0.0-SNAPSHOT#100059)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1584) Create Branch and User fields in ansible_suite job

2017-08-08 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-1584:
-

 Summary: Create Branch and User fields in ansible_suite job
 Key: OVIRT-1584
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1584
 Project: oVirt - virtualization made easy
  Issue Type: Bug
  Components: OST, oVirt CI
Reporter: Ondra Machacek
Assignee: infra


I would like to have following fields in ansible job[1].
 - branch (default: devel)
 - username (default: ansible)

So in OST[2], we can define which branch+ from which git repo, should be 
fetched,
with this we can test PRs.

[1] http://jenkins.ovirt.org/job/system-tests_ansible-suite-master/
[2] https://github.com/oVirt/ovirt-system-tests/blob/master/run_suite.sh#L212

[~lbednar]



--
This message was sent by Atlassian JIRA
(v1001.0.0-SNAPSHOT#100058)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1511) FC 24 build artifacts job for Python SDK constantly fails

2017-07-10 Thread Ondra Machacek (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=33422#comment-33422
 ] 

Ondra Machacek commented on OVIRT-1511:
---

No, it doesn't. It fails on:

 11:10:42 GPG key retrieval failed: [Errno 14] curl#37 - "Couldn't open file 
/etc/pki/mock/RPM-GPG-KEY-fedora-24-primary"

The packages are properly installed, but anyway we should update them.

> FC 24 build artifacts job for Python SDK constantly fails
> -
>
> Key: OVIRT-1511
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1511
> Project: oVirt - virtualization made easy
>  Issue Type: Bug
>    Reporter: Ondra Machacek
>Assignee: infra
>
> http://jenkins.ovirt.org/job/python-ovirt-engine-sdk4_4.1_build-artifacts-fc24-x86_64/115/console



--
This message was sent by Atlassian JIRA
(v1000.1110.1#100054)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1511) FC 24 build artifacts job for Python SDK constantly fails

2017-07-09 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-1511:
-

 Summary: FC 24 build artifacts job for Python SDK constantly fails
 Key: OVIRT-1511
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1511
 Project: oVirt - virtualization made easy
  Issue Type: Bug
Reporter: Ondra Machacek
Assignee: infra


http://jenkins.ovirt.org/job/python-ovirt-engine-sdk4_4.1_build-artifacts-fc24-x86_64/115/console



--
This message was sent by Atlassian JIRA
(v1000.1110.1#100054)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1436) Please add Fabrice Bacchella to CI whitelist

2017-06-08 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-1436:
-

 Summary: Please add Fabrice Bacchella to CI whitelist
 Key: OVIRT-1436
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1436
 Project: oVirt - virtualization made easy
  Issue Type: Bug
Reporter: Ondra Machacek
Assignee: infra


Hi,

please add Fabrice Bacchella to ovirt-engine-sdk CI whitelist.
fabrice.bacchella  orange.fr

Thanks,
Ondra



--
This message was sent by Atlassian JIRA
(v1000.1043.1#100046)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Re: Move ovirt-engine-kerbldap-migration to oVirt github

2017-05-10 Thread Ondra Machacek
Thanks a lot for a tip! I've transfered it.

On Tue, May 9, 2017 at 9:50 PM, Ewoud Kohl van Wijngaarden <
ewoud+ov...@kohlvanwijngaarden.nl> wrote:

> You can actually transfer a repository between accounts. Github will
> redirect URLs which provides a better experience for everyone.
>
> On Tue, May 09, 2017 at 08:53:46PM +0200, Martin Perina wrote:
> > How about creating ovirt-engine-kerbldap-migration repo under oVirt
> > organization, pushing there content of [1] and then pushing README to
> [1],
> > which will announce that project was moved under oVirt organization with
> > link to the new repo?
> >
> > On Tue, May 9, 2017 at 8:20 PM, Ondra Machacek <omach...@redhat.com>
> wrote:
> >
> > > Hello,
> > >
> > > can you please fork this[1] project to oVirt github project for better
> > > visibility?
> > > Please add me(omach...@redhat.com) and mper...@redhat.com as
> maintainters.
> > >
> > > Thanks a lot,
> > > Ondra
> > >
> > > [1] https://github.com/machacekondra/ovirt-engine-kerbldap-migration
> > >
>
> > ___
> > Infra mailing list
> > Infra@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/infra
>
>
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


Move ovirt-engine-kerbldap-migration to oVirt github

2017-05-09 Thread Ondra Machacek
Hello,

can you please fork this[1] project to oVirt github project for better
visibility?
Please add me(omach...@redhat.com) and mper...@redhat.com as maintainters.

Thanks a lot,
Ondra

[1] https://github.com/machacekondra/ovirt-engine-kerbldap-migration
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1208) IOError: [Errno 28] No space left on device - ovirt-system-tests_master_check-patch

2017-03-01 Thread Ondra Machacek (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=28010#comment-28010
 ] 

Ondra Machacek commented on OVIRT-1208:
---

Can you please take a look, why this jobs still stuck at the end:

 13:16:51 + return

Even when last bash statement is 'return' - do nothing, it always for no reason 
get stuck.

http://jenkins.ovirt.org/job/ovirt-system-tests_master_check-patch-el7-x86_64/248/console

> IOError: [Errno 28] No space left on device - 
> ovirt-system-tests_master_check-patch
> ---
>
> Key: OVIRT-1208
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1208
> Project: oVirt - virtualization made easy
>  Issue Type: Bug
>  Components: Jenkins
>    Reporter: Ondra Machacek
>Assignee: infra
>
> When running job - ovirt-system-tests_master_check-patch. It's failing on 
> 'IOError: [Errno 28] No space left on device' when running repoman.
> I am using this patch: https://gerrit.ovirt.org/#/c/70591/
> Here is the output - 
> http://jenkins.ovirt.org/job/ovirt-system-tests_master_check-patch-el7-x86_64/242/consoleFull



--
This message was sent by Atlassian JIRA
(v1000.789.2#100032)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1208) IOError: [Errno 28] No space left on device - ovirt-system-tests_master_check-patch

2017-03-01 Thread Ondra Machacek (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=28007#comment-28007
 ] 

Ondra Machacek commented on OVIRT-1208:
---

it's ok now, thanks.

> IOError: [Errno 28] No space left on device - 
> ovirt-system-tests_master_check-patch
> ---
>
> Key: OVIRT-1208
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1208
> Project: oVirt - virtualization made easy
>  Issue Type: Bug
>  Components: Jenkins
>    Reporter: Ondra Machacek
>Assignee: infra
>
> When running job - ovirt-system-tests_master_check-patch. It's failing on 
> 'IOError: [Errno 28] No space left on device' when running repoman.
> I am using this patch: https://gerrit.ovirt.org/#/c/70591/
> Here is the output - 
> http://jenkins.ovirt.org/job/ovirt-system-tests_master_check-patch-el7-x86_64/242/consoleFull



--
This message was sent by Atlassian JIRA
(v1000.789.2#100032)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1208) IOError: [Errno 28] No space left on device - ovirt-system-tests_master_check-patch

2017-03-01 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-1208:
-

 Summary: IOError: [Errno 28] No space left on device - 
ovirt-system-tests_master_check-patch
 Key: OVIRT-1208
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1208
 Project: oVirt - virtualization made easy
  Issue Type: Bug
  Components: Jenkins
Reporter: Ondra Machacek
Assignee: infra


When running job - ovirt-system-tests_master_check-patch. It's failing on 
'IOError: [Errno 28] No space left on device' when running repoman.

I am using this patch: https://gerrit.ovirt.org/#/c/70591/

Here is the output - 
http://jenkins.ovirt.org/job/ovirt-system-tests_master_check-patch-el7-x86_64/242/consoleFull



--
This message was sent by Atlassian JIRA
(v1000.789.2#100032)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1145) Python SDK v4 check-patch job fails on fc24

2017-02-13 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-1145:
-

 Summary: Python SDK v4 check-patch job fails on fc24
 Key: OVIRT-1145
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1145
 Project: oVirt - virtualization made easy
  Issue Type: Bug
  Components: Jenkins
Reporter: Ondra Machacek
Assignee: infra


It's really hard to get any reasonable information why this[1],
job fails. It's Python SDK v4 check-patch job on sdk_v41 branch on fc24.

Can you point me to where should I take a look? No logs there.

[1] 
http://jenkins.ovirt.org/job/python-ovirt-engine-sdk4_4.1_check-patch-fc24-x86_64/42/console



--
This message was sent by Atlassian JIRA
(v1000.747.1#100028)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-922) Add new project to standard ci from github

2017-02-01 Thread Ondra Machacek (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=26522#comment-26522
 ] 

Ondra Machacek commented on OVIRT-922:
--

I would need to comunicate also with Ansible community to approve that. But I 
would like to achieve, that once some patch changes specific files(ovirt) in 
https://github.com/ansible/ansible I would like to trigger oVirt jenkins which 
executes OST 'ansible-master-suite'.

> Add new project to standard ci from github
> --
>
> Key: OVIRT-922
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-922
> Project: oVirt - virtualization made easy
>  Issue Type: New Feature
>  Components: Jenkins
>    Reporter: Ondra Machacek
>Assignee: infra
>
> I would like to request a jenkins machine for Ansible modules tests.
> Those tests needs host with nested virtualization as it will create a few 
> virtual machines for tests.
> Actually, what I would need is similar machine which OST are using, but with 
> preinstalled vagrant and ansible.
> Then I would need some possibility to run this job from a hook from github, 
> when new commit is pushed.
> The tests are described here for an idea:
>  https://github.com/machacekondra/ovirt-tests
> Would that be possible?



--
This message was sent by Atlassian JIRA
(v1000.718.4#100026)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-922) Add new project to standard ci from github

2017-01-31 Thread Ondra Machacek (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=26517#comment-26517
 ] 

Ondra Machacek commented on OVIRT-922:
--

A bit change. I will be executing the lago suite: 
https://gerrit.ovirt.org/#/c/70591/
Once it will be ready I will update.

> Add new project to standard ci from github
> --
>
> Key: OVIRT-922
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-922
> Project: oVirt - virtualization made easy
>  Issue Type: New Feature
>  Components: Jenkins
>    Reporter: Ondra Machacek
>Assignee: infra
>
> I would like to request a jenkins machine for Ansible modules tests.
> Those tests needs host with nested virtualization as it will create a few 
> virtual machines for tests.
> Actually, what I would need is similar machine which OST are using, but with 
> preinstalled vagrant and ansible.
> Then I would need some possibility to run this job from a hook from github, 
> when new commit is pushed.
> The tests are described here for an idea:
>  https://github.com/machacekondra/ovirt-tests
> Would that be possible?



--
This message was sent by Atlassian JIRA
(v1000.718.4#100026)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1012) ovirt-engine-sdk is build on el6 in following branches master, sdk_4.1 and sdk_4.0

2017-01-19 Thread Ondra Machacek (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=26044#comment-26044
 ] 

Ondra Machacek commented on OVIRT-1012:
---

Done here: https://gerrit.ovirt.org/#/c/70827/

> ovirt-engine-sdk is build on el6 in following branches master, sdk_4.1 and 
> sdk_4.0
> --
>
> Key: OVIRT-1012
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1012
> Project: oVirt - virtualization made easy
>  Issue Type: Bug
>  Components: Jenkins
>    Reporter: Ondra Machacek
>Assignee: infra
>
> Hello,
> The ovirt-engine-sdk is build on el6 in following branches master, sdk_4.1 
> and sdk_4.0.
> This isn't correct. In specified branches the project should be build only 
> for el7, fc24 and fc25.
> Thank you.
> CC [~jhern...@redhat.com]



--
This message was sent by Atlassian JIRA
(v1000.695.1#100025)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1012) ovirt-engine-sdk is build on el6 in following branches master, sdk_4.1 and sdk_4.0

2017-01-19 Thread Ondra Machacek (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=26033#comment-26033
 ] 

Ondra Machacek commented on OVIRT-1012:
---

On 4.1 branch Python SDK is still built for el6:  
https://gerrit.ovirt.org/#/c/70691/

> ovirt-engine-sdk is build on el6 in following branches master, sdk_4.1 and 
> sdk_4.0
> --
>
> Key: OVIRT-1012
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1012
> Project: oVirt - virtualization made easy
>  Issue Type: Bug
>  Components: Jenkins
>    Reporter: Ondra Machacek
>Assignee: infra
>
> Hello,
> The ovirt-engine-sdk is build on el6 in following branches master, sdk_4.1 
> and sdk_4.0.
> This isn't correct. In specified branches the project should be build only 
> for el7, fc24 and fc25.
> Thank you.
> CC [~jhern...@redhat.com]



--
This message was sent by Atlassian JIRA
(v1000.695.1#100025)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1011) Please add omachace as project maintainer for ovirt-engine-sdk project on Github

2017-01-11 Thread Ondra Machacek (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=25511#comment-25511
 ] 

Ondra Machacek commented on OVIRT-1011:
---

It does, thank you.

> Please add omachace as project maintainer for ovirt-engine-sdk project on 
> Github
> 
>
> Key: OVIRT-1011
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1011
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>    Reporter: Ondra Machacek
>Assignee: infra
>
> Hi,
> can you please add me (omach...@redhat.com) as project maintainer
> in github for ovirt-engine-sdk.
> We would like to setup automatic build of SDK documentation.
> Thank you.



--
This message was sent by Atlassian JIRA
(v1000.670.2#100024)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1011) Please add omachace as project maintainer for ovirt-engine-sdk project on Github

2017-01-11 Thread Ondra Machacek (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=25506#comment-25506
 ] 

Ondra Machacek commented on OVIRT-1011:
---

It's 'machacekondra'

> Please add omachace as project maintainer for ovirt-engine-sdk project on 
> Github
> 
>
> Key: OVIRT-1011
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1011
> Project: oVirt - virtualization made easy
>  Issue Type: By-EMAIL
>    Reporter: Ondra Machacek
>Assignee: infra
>
> Hi,
> can you please add me (omach...@redhat.com) as project maintainer
> in github for ovirt-engine-sdk.
> We would like to setup automatic build of SDK documentation.
> Thank you.



--
This message was sent by Atlassian JIRA
(v1000.670.2#100024)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1012) ovirt-engine-sdk is build on el6 in following branches master, sdk_4.1 and sdk_4.0

2017-01-09 Thread Ondra Machacek (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-1012?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ondra Machacek updated OVIRT-1012:
--
Description: 
Hello,

The ovirt-engine-sdk is build on el6 in following branches master, sdk_4.1 and 
sdk_4.0.
This isn't correct. In specified branches the project should be build only for 
el7, fc24 and fc25.

Thank you.
CC [~jhern...@redhat.com]

  was:
Hello,

The ovirt-engine-sdk is build on el6 in following branches master, sdk_4.1 and 
sdk_4.0.
This isn't correct, it specified branches the project should be build only for 
el7, fc24 and fc25.

Thank you.
CC [~jhern...@redhat.com]


> ovirt-engine-sdk is build on el6 in following branches master, sdk_4.1 and 
> sdk_4.0
> --
>
> Key: OVIRT-1012
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1012
> Project: oVirt - virtualization made easy
>  Issue Type: Bug
>  Components: Jenkins
>    Reporter: Ondra Machacek
>Assignee: infra
>
> Hello,
> The ovirt-engine-sdk is build on el6 in following branches master, sdk_4.1 
> and sdk_4.0.
> This isn't correct. In specified branches the project should be build only 
> for el7, fc24 and fc25.
> Thank you.
> CC [~jhern...@redhat.com]



--
This message was sent by Atlassian JIRA
(v1000.670.2#100024)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1012) ovirt-engine-sdk is build on el6 in following branches master, sdk_4.1 and sdk_4.0

2017-01-09 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-1012:
-

 Summary: ovirt-engine-sdk is build on el6 in following branches 
master, sdk_4.1 and sdk_4.0
 Key: OVIRT-1012
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1012
 Project: oVirt - virtualization made easy
  Issue Type: Bug
  Components: Jenkins
Reporter: Ondra Machacek
Assignee: infra


Hello,

The ovirt-engine-sdk is build on el6 in following branches master, sdk_4.1 and 
sdk_4.0.
This isn't correct, it specified branches the project should be build only for 
el7, fc24 and fc25.

Thank you.
CC [~jhern...@redhat.com]



--
This message was sent by Atlassian JIRA
(v1000.670.2#100024)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1011) Please add omachace as project maintainer for ovirt-engine-sdk project on Github

2017-01-09 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-1011:
-

 Summary: Please add omachace as project maintainer for 
ovirt-engine-sdk project on Github
 Key: OVIRT-1011
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1011
 Project: oVirt - virtualization made easy
  Issue Type: By-EMAIL
Reporter: Ondra Machacek
Assignee: infra


Hi,

can you please add me (omach...@redhat.com) as project maintainer
in github for ovirt-engine-sdk.

We would like to setup automatic build of SDK documentation.

Thank you.



--
This message was sent by Atlassian JIRA
(v1000.670.2#100024)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-1000) Java SDK 4.1 branch don't execute jenkins jobs

2017-01-03 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-1000:
-

 Summary: Java SDK 4.1 branch don't execute jenkins jobs
 Key: OVIRT-1000
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-1000
 Project: oVirt - virtualization made easy
  Issue Type: Bug
  Components: Jenkins
Reporter: Ondra Machacek
Assignee: infra


Jenkins job are not still executed from sdk_4.1 branch of the Java SDK project,
you can see an example here: https://gerrit.ovirt.org/#/c/69455/1

I've created a patch[1] which I think should fix build-artifacts job, not sure 
about check-patch job.

[1] https://gerrit.ovirt.org/#/c/69459/



--
This message was sent by Atlassian JIRA
(v1000.621.5#100023)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-939) aaa-ldap create rpms jobs fail

2016-12-14 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-939:


 Summary: aaa-ldap create rpms jobs fail
 Key: OVIRT-939
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-939
 Project: oVirt - virtualization made easy
  Issue Type: Bug
  Components: Jenkins
Reporter: Ondra Machacek
Assignee: infra


09:09:46  Generating mock configuration
09:09:46 + ./mock_genconfig --name=epel-7-x86_64-ovirt-snapshot 
--base=epel-7-x86_64.cfg 
--option=basedir=/home/jenkins/workspace/ovirt-engine-extension-aaa-ldap_master_create-rpms-el7-x86_64_created/mock/
 --try-proxy 
--repo=ovirt-master-snapshot,http://resources.ovirt.org/pub/ovirt-master-snapshot/rpm/el7
 
--repo=ovirt-master-snapshot-static,http://resources.ovirt.org/pub/ovirt-master-snapshot-static/rpm/el7
09:09:47 Traceback (most recent call last):
09:09:47   File "./mock_genconfig", line 161, in 
09:09:47 main()
09:09:47   File "./mock_genconfig", line 138, in main
09:09:47 execfile(base_config)
09:09:47   File "epel-7-x86_64_proxied.cfg", line 8, in 
09:09:47 config_opts['environment']['http_proxy'] = 
'http://proxy.phx.ovirt.org:3128'
09:09:47 KeyError: 'environment'
09:09:47 Build step 'Execute shell' marked build as failure

http://jenkins.ovirt.org/job/ovirt-engine-extension-aaa-ldap_master_create-rpms-el7-x86_64_created/77/console



--
This message was sent by Atlassian JIRA
(v1000.621.2#100023)
___
Infra mailing list
Infra@ovirt.org
http://lists.phx.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-922) Add new project to standard ci from github

2016-12-08 Thread Ondra Machacek (oVirt JIRA)

 [ 
https://ovirt-jira.atlassian.net/browse/OVIRT-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ondra Machacek updated OVIRT-922:
-
Blocked By: OVIRT-874
Status: Blocked  (was: To Do)

> Add new project to standard ci from github
> --
>
> Key: OVIRT-922
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-922
> Project: oVirt - virtualization made easy
>  Issue Type: New Feature
>  Components: Jenkins
>    Reporter: Ondra Machacek
>Assignee: infra
>
> I would like to request a jenkins machine for Ansible modules tests.
> Those tests needs host with nested virtualization as it will create a few 
> virtual machines for tests.
> Actually, what I would need is similar machine which OST are using, but with 
> preinstalled vagrant and ansible.
> Then I would need some possibility to run this job from a hook from github, 
> when new commit is pushed.
> The tests are described here for an idea:
>  https://github.com/machacekondra/ovirt-tests
> Would that be possible?



--
This message was sent by Atlassian JIRA
(v1000.620.0#100023)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-922) Please create new jenkins machine for Ansible modules tests

2016-12-08 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-922:


 Summary: Please create new jenkins machine for Ansible modules 
tests
 Key: OVIRT-922
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-922
 Project: oVirt - virtualization made easy
  Issue Type: New Feature
  Components: Jenkins
Reporter: Ondra Machacek
Assignee: infra


I would like to request a jenkins machine for Ansible modules tests.
Those tests needs host with nested virtualization as it will create a few 
virtual machines for tests.

Actually, what I would need is similar machine which OST are using, but with 
preinstalled vagrant and ansible.

Then I would need some possibility to run this job from a hook from github, 
when new commit is pushed.

The tests are described here for an idea:
 https://github.com/machacekondra/ovirt-tests

Would that be possible?



--
This message was sent by Atlassian JIRA
(v1000.620.0#100023)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-922) Please create new jenkins machine for Ansible modules tests

2016-12-08 Thread Ondra Machacek (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=24120#comment-24120
 ] 

Ondra Machacek commented on OVIRT-922:
--

CC [~mperina] [~oourf...@redhat.com]

> Please create new jenkins machine for Ansible modules tests
> ---
>
> Key: OVIRT-922
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-922
> Project: oVirt - virtualization made easy
>  Issue Type: New Feature
>  Components: Jenkins
>    Reporter: Ondra Machacek
>Assignee: infra
>
> I would like to request a jenkins machine for Ansible modules tests.
> Those tests needs host with nested virtualization as it will create a few 
> virtual machines for tests.
> Actually, what I would need is similar machine which OST are using, but with 
> preinstalled vagrant and ansible.
> Then I would need some possibility to run this job from a hook from github, 
> when new commit is pushed.
> The tests are described here for an idea:
>  https://github.com/machacekondra/ovirt-tests
> Would that be possible?



--
This message was sent by Atlassian JIRA
(v1000.620.0#100023)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-816) Please enable gh-pages for ovirt-engine-sdk

2016-11-08 Thread Ondra Machacek (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=22406#comment-22406
 ] 

Ondra Machacek commented on OVIRT-816:
--

I've tried to update gh-pages branch and there[1] is still no content, so most 
probably it's not enabled.

[1] http://ovirt.github.io/ovirt-engine-sdk/

> Please enable gh-pages for ovirt-engine-sdk
> ---
>
> Key: OVIRT-816
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-816
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>  Components: Gerrit/git
>    Reporter: Ondra Machacek
>Assignee: infra
>
> Please enable gh-pages[1] for ovirt-engine-sdk[2].
> Enable it for gh-pages branch.
> Thanks.
> [1] https://github.com/ovirt/ovirt-engine-sdk/
> [2] 
> https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/



--
This message was sent by Atlassian JIRA
(v1000.499.4#100018)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-816) Please enable gh-pages for ovirt-engine-sdk

2016-11-08 Thread Ondra Machacek (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=22405#comment-22405
 ] 

Ondra Machacek commented on OVIRT-816:
--

I mean this[1], curretnly there should be 'None' and we would like to have it 
specified to 'gh-pages'.

[1] 
https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/#enabling-github-pages-to-publish-your-site-from-master-or-gh-pages

> Please enable gh-pages for ovirt-engine-sdk
> ---
>
> Key: OVIRT-816
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-816
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>  Components: Gerrit/git
>    Reporter: Ondra Machacek
>Assignee: infra
>
> Please enable gh-pages[1] for ovirt-engine-sdk[2].
> Enable it for gh-pages branch.
> Thanks.
> [1] https://github.com/ovirt/ovirt-engine-sdk/
> [2] 
> https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/



--
This message was sent by Atlassian JIRA
(v1000.499.4#100018)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-816) Please enable gh-pages for ovirt-engine-sdk

2016-11-08 Thread Ondra Machacek (oVirt JIRA)

[ 
https://ovirt-jira.atlassian.net/browse/OVIRT-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=22401#comment-22401
 ] 

Ondra Machacek commented on OVIRT-816:
--

CC [~juan.hernan...@redhat.com]

> Please enable gh-pages for ovirt-engine-sdk
> ---
>
> Key: OVIRT-816
> URL: https://ovirt-jira.atlassian.net/browse/OVIRT-816
> Project: oVirt - virtualization made easy
>  Issue Type: Task
>  Components: Gerrit/git
>    Reporter: Ondra Machacek
>Assignee: infra
>
> Please enable gh-pages[1] for ovirt-engine-sdk[2].
> Enable it for gh-pages branch.
> Thanks.
> [1] https://github.com/ovirt/ovirt-engine-sdk/
> [2] 
> https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/



--
This message was sent by Atlassian JIRA
(v1000.499.4#100018)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-816) Please enable gh-pages for ovirt-engine-sdk

2016-11-08 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-816:


 Summary: Please enable gh-pages for ovirt-engine-sdk
 Key: OVIRT-816
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-816
 Project: oVirt - virtualization made easy
  Issue Type: Task
  Components: Gerrit/git
Reporter: Ondra Machacek
Assignee: infra




Please enable gh-pages[1] for ovirt-engine-sdk[2].
Enable it for gh-pages branch.

Thanks.

[1] https://github.com/ovirt/ovirt-engine-sdk/
[2] 
https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/




--
This message was sent by Atlassian JIRA
(v1000.499.4#100018)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra


[JIRA] (OVIRT-501) please put my Jenkins account omachace, in dev role group

2016-04-25 Thread Ondra Machacek (oVirt JIRA)
Ondra Machacek created OVIRT-501:


 Summary: please put my Jenkins account omachace, in dev role group
 Key: OVIRT-501
 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-501
 Project: oVirt - virtualization made easy
  Issue Type: By-EMAIL
Reporter: Ondra Machacek
Assignee: infra






--
This message was sent by Atlassian JIRA
(v7.2.0-OD-05-030#72002)
___
Infra mailing list
Infra@ovirt.org
http://lists.ovirt.org/mailman/listinfo/infra