[ovirt-devel] [ OST Failure Report ] [ oVirt master ] [ 2017-09-07 ] [import_template_from_glance]

2017-09-07 Thread Evgheni Dereveanchin
Test failed: [ import_template_from_glance ] Link to suspected patches: https://gerrit.ovirt.org/#/c/80450/ Link to Job: http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/2397/ Link to logs:

Re: [ovirt-devel] [ ERROR ] Failed to execute stage 'Environment setup': Cannot connect to Engine database using existing credentials: engine@localhost:5432

2017-09-07 Thread Simone Tiraboschi
On Thu, Sep 7, 2017 at 3:59 PM, Miroslava Voglova wrote: > It's because upgrade to Postgres 9.5. There is patch that edit README with > more instructions how to proceed [1]. > > [1] https://gerrit.ovirt.org/#/c/81536/ > I'm trying to improve that patch to have it handled

Re: [ovirt-devel] [ ERROR ] Failed to execute stage 'Environment setup': Cannot connect to Engine database using existing credentials: engine@localhost:5432

2017-09-07 Thread Miroslava Voglova
It's because upgrade to Postgres 9.5. There is patch that edit README with more instructions how to proceed [1]. [1] https://gerrit.ovirt.org/#/c/81536/ On Thu, Sep 7, 2017 at 3:12 PM, Greg Sheremeta wrote: > Just in case it helps: >

Re: [ovirt-devel] [ ERROR ] Failed to execute stage 'Environment setup': Cannot connect to Engine database using existing credentials: engine@localhost:5432

2017-09-07 Thread Greg Sheremeta
Just in case it helps: greg@dauntless:/home/greg/projects/ovirt-engine(master↑1|✔) % noglob rpm -qa postgres* postgresql-server-9.6.3-1.fc26.x86_64 postgresql-9.6.3-1.fc26.x86_64 postgresql-libs-9.6.3-1.fc26.x86_64 On Thu, Sep 7, 2017 at 9:10 AM, Jakub Niedermertl wrote: >

Re: [ovirt-devel] [ ERROR ] Failed to execute stage 'Environment setup': Cannot connect to Engine database using existing credentials: engine@localhost:5432

2017-09-07 Thread Jakub Niedermertl
I have the same issue. On Thu, Sep 7, 2017 at 2:40 PM, Greg Sheremeta wrote: > I just rebased and engine wouldn't serve the UI (404) although it looked > like it started. I tried to run engine setup, and getting: > >

[ovirt-devel] [ ERROR ] Failed to execute stage 'Environment setup': Cannot connect to Engine database using existing credentials: engine@localhost:5432

2017-09-07 Thread Greg Sheremeta
I just rebased and engine wouldn't serve the UI (404) although it looked like it started. I tried to run engine setup, and getting: greg@dauntless:/home/greg/projects/ovirt-engine(master↑1|✔) % ovirt_engine_setup [ INFO ] Stage: Initializing Setup was run under unprivileged user this

Re: [ovirt-devel] [devel] ovirt-engine NFE on master

2017-09-07 Thread Milan Zamazal
Piotr Kliczewski writes: > On Thu, Sep 7, 2017 at 11:32 AM, Milan Zamazal wrote: >> Piotr Kliczewski writes: >> > >>> There few ways I could get there: >>> 1. Testing some code and creating vdsm and later dropping db

Re: [ovirt-devel] [devel] ovirt-engine NFE on master

2017-09-07 Thread Piotr Kliczewski
On Thu, Sep 7, 2017 at 11:32 AM, Milan Zamazal wrote: > Piotr Kliczewski writes: > >> There few ways I could get there: >> 1. Testing some code and creating vdsm and later dropping db and >> reinstalling the host with "new db" >> 2. Vms

Re: [ovirt-devel] [devel] ovirt-engine NFE on master

2017-09-07 Thread Milan Zamazal
Piotr Kliczewski writes: > There few ways I could get there: > 1. Testing some code and creating vdsm and later dropping db and > reinstalling the host with "new db" > 2. Vms provisioned manually. I.e. outside oVirt? If they are external VMs then it explains why you

Re: [ovirt-devel] [devel] ovirt-engine NFE on master

2017-09-07 Thread Milan Zamazal
Piotr Kliczewski writes: > On Wed, Sep 6, 2017 at 6:35 PM, Milan Zamazal wrote: >> Piotr Kliczewski writes: >> > >>> I pulled the latest engine master [1] and I see following exception >>> below. Is it known issue? >>

Re: [ovirt-devel] [devel] ovirt-engine NFE on master

2017-09-07 Thread Piotr Kliczewski
On Wed, Sep 6, 2017 at 6:35 PM, Milan Zamazal wrote: > Piotr Kliczewski writes: > >> I pulled the latest engine master [1] and I see following exception >> below. Is it known issue? > > Piotr, what's the libvirt version on your host? Is the

Re: [ovirt-devel] failed to run JsonRpcIntegrationTest independecy

2017-09-07 Thread Piotr Kliczewski
Tests are not meant to talk to vdsm. You can try this [1]. I wrote it some time ago but I think that it should work for you. It is able to use engine's or vdsm's certificates. Thanks, Piotr [1] https://github.com/pkliczewski/vdsm-smoke On Thu, Sep 7, 2017 at 8:54 AM, pengyixiang

[ovirt-devel] failed to run JsonRpcIntegrationTest independecy

2017-09-07 Thread pengyixiang
hello, everyone! I try to run JsonRpcClient to call "Host.getCapabilities" without a running ovirt engine but with a running vdsm, so I write a case to run this file: backend/manager/modules/vdsbroker/src/test/java/org/ovirt/engine/core/vdsbroker/jsonrpc/JsonRpcIntegrationTest.java but