Re: [ovirt-users] log out event but not log in?

2017-05-03 Thread Gonzalo Rafuls
On Wed, May 3, 2017 at 10:55 AM, Gianluca Cecchi wrote: > On Fri, Feb 24, 2017 at 5:28 PM, Gonzalo Rafuls wrote: > >> >> On Thu, Feb 23, 2017 at 8:51 AM, Yura Poltoratskiy > > wrote: >> >>> I have the same issue since oVirt 4.0.x. >>> >>>

Re: [ovirt-users] Ovirt tasks "stuck"

2017-05-04 Thread Gonzalo Rafuls
Hi Jim, You can try the taskcleaner script on dbutils. For instance: # PGPASSWORD={pass} ./taskcleaner.sh -u engine -d engine -t {disk,snapshot} -z I recommend you to check all the options available for it. Cheers, Gonza.- On Tue, Apr 25, 2017 at 5:58 PM, Jim Kusznir wrote: > (sorry. e-mail c

Re: [ovirt-users] Using REST API to get a proxyticket

2016-03-24 Thread Gonzalo Rafuls
Hi Ollie, I was able to get the proxy ticket with curl like this: # curl -k -X POST \ -H "Authorization: Basic YWRLKDFLKnfLfdNLDKDFnsldssL2" \ -H "Accept: application/xml" \ -H "Content-Type: application/xml" \ -d "ticket_content" \ -L https:// {engine}:443/ovirt-engine/api/vms/{vm:id}/graphicsco

Re: [ovirt-users] Using REST API to get a proxyticket

2016-03-24 Thread Gonzalo Rafuls
omething like "". Only thing to change then is between curly brackets {}. > On 24 March 2016 at 17:52, Gonzalo Rafuls wrote: > > I was able to get the proxy ticket with curl like this: > > > > # curl -k -X POST \ > > -H "Authorization: Basic YWRLKDFLKnfLf

Re: [ovirt-users] ovirt java sdk: Port is invalid

2016-04-26 Thread Gonzalo Rafuls
Try adding port 443 to the URL variable. private static final String URL = "https://10.64.0.204:443/api "; On Tue, Apr 26, 2016 at 9:45 AM, David David wrote: > code correction: > In URL variable , using server name, which matches with certificate, not > address. > > 20

Re: [ovirt-users] log out event but not log in?

2017-02-24 Thread Gonzalo Rafuls
On Thu, Feb 23, 2017 at 8:51 AM, Yura Poltoratskiy wrote: > I have the same issue since oVirt 4.0.x. > > 21.02.2017 10:28, Gianluca Cecchi пишет: > >> Hello, >> In oVirt 4.1 web admin gui I see events about users logging out (they >> have been created on internal domain with ovirt-aaa-jdbc-tool c

Re: [ovirt-users] Ovirt Setup Template.

2017-03-29 Thread Gonzalo Rafuls
Hi, There are a couple of Ansible modules you can combine to achieve this, like [1] for setup, [2] for VMs and [3] for network. Cheers, Gonza.- [1] https://github.com/rhevm-qe-automation/ovirt-ansible/tree/master/roles/ovirt-engine-setup [2] https://github.com/ansible/ansible/blob/devel/lib/ansi

Re: [ovirt-users] USB

2015-10-02 Thread Gonzalo Rafuls
Jose, Haven't tried this one before but seems like it is possible: http://www.ovirt.org/VDSM-Hooks/hostusb Cheers, Gonza.- On Fri, Oct 2, 2015 at 11:02 AM, wrote: > Hello, > > It's possible for a VM to read a USB pen connetced to the host (oVirt 3.5)? > > Thanks > > José > > -- > -

Re: [ovirt-users] 'Enable Gluster Service' and 'Enable Virt Service' missing from New Cluster dialog in 3.6 rc

2015-10-07 Thread Gonzalo Rafuls
Hi Liam, We had a similar issue [1] when installing oVirt with a config file and an invalid value for applicationMode, which has already been resolved. Additionally, you can find some instructions on the BZ for how to enable these options back again. Cheers, Gonza.- [1] https://bugzilla.redhat.c

Re: [ovirt-users] Import OVA

2015-11-25 Thread Gonzalo Rafuls
On Wed, Nov 25, 2015 at 3:10 PM, Massimo Mad wrote: > How i cam inport a virtual appliance (OVA), what should I write in the > field "path" ? > You can upload the OVA file to export domain with the image-uploader [1]. Then import the template from the domain itself and create a VM with that temp

Re: [ovirt-users] Import OVA

2015-11-25 Thread Gonzalo Rafuls
On Wed, Nov 25, 2015 at 5:52 PM, Melissa Mesler wrote: > I am trying to follow the steps below but I don't see anywhere that allows > me to import the template. There is no import function at all within any > tab of "Template." Can someone help me with this? > After uploading the OVA file with i

Re: [ovirt-users] Assistance needed...

2018-03-13 Thread Gonzalo Rafuls
Here [1] you can find some clarification as to what guest agent is plus instructions on how to install on different OSs. [1] https://www.ovirt.org/documentation/internal/guest- agent/understanding-guest-agents-and-other-tools/ Cheers, Gonza.- On Mon, Mar 12, 2018 at 9:13 PM, Dan Yasny wrote: >

[ovirt-users] Re: User & Roles

2018-05-18 Thread Gonzalo Rafuls
Hi Simon, If you plan to add those users from an LDAP server you can check the documentation [1] for AAA on how to setup this integration. You can find the additional documentation for adding roles here [2], and for adding users here [3]. Let me know if you still need some help with that. Regard