[ovirt-devel] Re: Can't find build.xml for ant

2021-12-15 Thread Saif Abu Saleh
Hi,

Look like this step is outdated as build got moved from ant to maven last
year

Note that this step is only to run the tests, if you just want to build the
project then you don't really need it.

I can't find similar profile for tests in maven, not sure if this step is
relevant anymore
+@Martin Perina 

Thanks,
Saif

On Sun, Dec 12, 2021 at 8:26 AM 천지환  wrote:

> Hi,
>
>
>
> i have trouble in 'ovirt-engine-extension-aaa-jdbc'
>
>
>
> when i follow the README.developer(
> https://github.com/jihwahn1018/ovirt-engine-extension-aaa-jdbc/blob/master/README.developer
> )
>
>
>
> i can't run '$ant check.IntegrationTest' because there is no build.xml
>
>
>
> where can i find it?
>
>
>
> Thanks,
>
> Jihwan
> ___
> Devel mailing list -- devel@ovirt.org
> To unsubscribe send an email to devel-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/devel@ovirt.org/message/LLK356QJXEWEKQQKK76MFAPBN7V56LRH/
>
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/IFL5E32GY766OPWYTQXE7VCTPUTT3VQI/


[ovirt-devel] Re: create a host using ssh

2021-12-15 Thread Saif Abu Saleh
Can you make sure that the SSH key is configured properly and authorized in
the host?


On Mon, Dec 13, 2021 at 10:19 PM Grace Chen  wrote:

> Hi Saif,
> I added it but got this error:
> ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is
> "[Cannot add Host. Connecting to host via SSH has failed, verify that the
> host is reachable (IP address, routable address etc.) You may refer to the
> engine.log file for further details.]". HTTP response code is 409.
>
> On Thu, Dec 9, 2021 at 5:53 AM Saif Abu Saleh  wrote:
>
>> Hi,
>>
>> Can you try the following below?
>>
>> ssh_key = types.Ssh(public_key=my_ssh_key_string,
>> authentication_method=types.SshAuthenticationMethod('publickey'))
>> host = hosts_service.add_using_ssh(
>> types.Host(
>> name=name,
>> description='',
>> address=address,
>> port=22,
>> ssh=ssh_key,
>> cluster=types.Cluster(
>> name=cluster,
>> ),
>> ),
>> )
>>
>>
>>
>> Thanks,
>> Saif
>>
>> On Wed, Dec 8, 2021 at 6:28 PM Grace Chen  wrote:
>>
>>> I am writing a script to create a host using public ssh key
>>> the function I am using is add_using_ssh:
>>> my ssh_key is a an Ssh type already
>>> ssh_key = types.Ssh(public_key=my_ssh_key_string)
>>>
>>> host = hosts_service.add_using_ssh(
>>> types.Host(
>>> name=name,
>>> description='',
>>> address=address,
>>> root_password=None,
>>> port=22,
>>> ssh=ssh_key,
>>> cluster=types.Cluster(
>>> name=cluster,
>>> ),
>>> ),
>>> )
>>> When I choose from GUI, it doesn't ask me to put in root password, so I
>>> set it as None (Not sure if this is correct)
>>>
>>> I got error:
>>> ovirtsdk4.Error: Fault reason is "Request syntactically incorrect.".
>>> Fault detail is "For correct usage, see:
>>> ovirt-engine/apidoc#services/hosts/methods/add". HTTP response code is 400.
>>>
>>> looks like I didn't get all the parameters assigned?
>>> Can anybody help with this?
>>>
>>>
>>> ___
>>> Devel mailing list -- devel@ovirt.org
>>> To unsubscribe send an email to devel-le...@ovirt.org
>>> Privacy Statement: https://www.ovirt.org/privacy-policy.html
>>> oVirt Code of Conduct:
>>> https://www.ovirt.org/community/about/community-guidelines/
>>> List Archives:
>>> https://lists.ovirt.org/archives/list/devel@ovirt.org/message/MWDE4JADQRXCGYBH53BGJJTHCCU4H5UV/
>>>
>>
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/UE7JLO2HCM4S5JMSYZLK7RAXOTUMOCHD/


[ovirt-devel] Re: CI not working again

2021-12-12 Thread Saif Abu Saleh
I am getting other failed CI's in other repositories:



*Api-model:* fatal: unable to access 'https://gerrit.ovirt.org/jenkins/':
Could not resolve host: gerrit.ovirt.org; Unknown error

Link:
https://jenkins.ovirt.org/job/ovirt-engine-api-model_standard-check-patch/353/

*OST:*

failing on: Error: Unable to find a match: python3-ansible-runner

Link:
https://ovirt-devops-jenkins.upshift.rdu2.redhat.com/job/ovirt-system-tests_standard-check-patch/8733/

Thanks,
Saif


On Thu, Dec 9, 2021 at 3:04 PM Milan Zamazal  wrote:

> Hi,
>
> it looks like Jenkins CI jobs don't finish in any reasonable time.  In
> case of Vdsm, at least jenkins-psi2 jobs run but they fail early with
>
>   Cannot download
> x86_64/python3-ioprocess-1.4.2-1.202111071801.git53786ff.el8.x86_64.rpm:
> All mirrors were tried
>
> Is there a way to get fixed at least one of the runners?
>
> Thanks,
> Milan
> ___
> Devel mailing list -- devel@ovirt.org
> To unsubscribe send an email to devel-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/devel@ovirt.org/message/SQ2DTNP63SQQYCFT4SUP54QWVO2YCV6Y/
>
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/HDRW37OZZ2HCETB4PAYW5HNNIKDI34RP/


[ovirt-devel] Re: create a host using ssh

2021-12-09 Thread Saif Abu Saleh
Hi,

Can you try the following below?

ssh_key = types.Ssh(public_key=my_ssh_key_string,
authentication_method=types.SshAuthenticationMethod('publickey'))
host = hosts_service.add_using_ssh(
types.Host(
name=name,
description='',
address=address,
port=22,
ssh=ssh_key,
cluster=types.Cluster(
name=cluster,
),
),
)



Thanks,
Saif

On Wed, Dec 8, 2021 at 6:28 PM Grace Chen  wrote:

> I am writing a script to create a host using public ssh key
> the function I am using is add_using_ssh:
> my ssh_key is a an Ssh type already
> ssh_key = types.Ssh(public_key=my_ssh_key_string)
>
> host = hosts_service.add_using_ssh(
> types.Host(
> name=name,
> description='',
> address=address,
> root_password=None,
> port=22,
> ssh=ssh_key,
> cluster=types.Cluster(
> name=cluster,
> ),
> ),
> )
> When I choose from GUI, it doesn't ask me to put in root password, so I
> set it as None (Not sure if this is correct)
>
> I got error:
> ovirtsdk4.Error: Fault reason is "Request syntactically incorrect.". Fault
> detail is "For correct usage, see:
> ovirt-engine/apidoc#services/hosts/methods/add". HTTP response code is 400.
>
> looks like I didn't get all the parameters assigned?
> Can anybody help with this?
>
>
> ___
> Devel mailing list -- devel@ovirt.org
> To unsubscribe send an email to devel-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/devel@ovirt.org/message/MWDE4JADQRXCGYBH53BGJJTHCCU4H5UV/
>
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/WIZYAL6O65VTA72SPTVYXEUQ2FJHAIQ2/


[ovirt-devel] Opened PRs in ovirt-engine Github

2021-11-30 Thread Saif Abu Saleh
Hi,

I noticed there is this pull requests:

https://github.com/oVirt/ovirt-engine/pull/29
https://github.com/oVirt/ovirt-engine/pull/31

That opened to ovirt-engine Github repository, is anyone looking into them?


Thanks,
Saif
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/D5EOBB3BNDR5GJHKFIWCLJ32FEVIG2SQ/


[ovirt-devel] Gerrit: ovirt-engine build is unstable

2021-11-14 Thread Saif Abu Saleh
Hi,

Gerrit build on ovirt-engine on master branch seems to be unstable

I ran twice and it failed on two errors un-related to my changes, failures:


1- job link:
https://jenkins.ovirt.org/job/ovirt-engine_standard-check-patch/15074/

Errors:
fatal: unable to access 'https://gerrit.ovirt.org/ovirt-engine/': Could not
resolve host: gerrit.ovirt.org; Unknown error


2- job link:
https://jenkins.ovirt.org/job/ovirt-engine_standard-check-patch/15080/

Errors:

[2021-11-14T12:32:21.224Z] No matching package to install:
'ovirt-jboss-modules-maven-plugin >= 2.0.1'
[2021-11-14T12:32:21.224Z] Error: Some packages could not be found. irt.oer:


Anyone is aware of / checking these failures?


Thanks,
Saif
___
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/OA33VQKPHBRB7JL24OQ5ZHB2VVFD2YCR/