[ansible-project] Ansible oVirt module

2018-09-22 Thread Leo David
Hello everyone, I am newbie in ansible, I now as I met it I kind of can't do anything without it anymore :). I have this problem at the moment, and cannot figure out how to address it. I would need to spinup multiple vms at a time and by using ovirt_vms module. I have create the following

Re: [ansible-project] ansible ovirt module

2014-09-11 Thread Piet83
Hello, In my playbook I had resource_type=template which should be resource_type=new as shown in your example. So now it works, I can provision a vm with Ansible!! Awesomeness!! Thank you for your help. Op dinsdag 19 augustus 2014 09:11:40 UTC+2 schreef Vincent Van der Kussen: Hi, I

Re: [ansible-project] ansible ovirt module

2014-08-19 Thread Vincent Van der Kussen
Hi, I just tested this from an Ubuntu machine with version 3.4.3.0 of the SDK. Seems to be working just fine. $ cat play.yml - hosts: localhost tasks: - name: create vm based on template ovirt: user=admin@internal url=https://rhevm30.bla.local:8443 instance_name=ansibletest

Re: [ansible-project] ansible ovirt module

2014-08-14 Thread Peter Smallegange
Hello, Hope you had a good holiday :) My holiday starts this Friday luckily. These are the versions we use: Red Hat Enterprise Virtualization Manager Version: 3.4.1-0.31.el6ev ansible: 1.6.6 module: ovirt author: Vincent Van der Kussen short_description: oVirt/RHEV platform management

Re: [ansible-project] ansible ovirt module

2014-08-13 Thread Piet83
I was wondering if you had the chance looking in to this already? Just curious. Op donderdag 24 juli 2014 13:49:37 UTC+2 schreef Vincent Van der Kussen: I might have a look at this. Not sure if the API has changed over time. I still have a RHEV setup running where I can test on Regards,

Re: [ansible-project] ansible ovirt module

2014-08-13 Thread Karl E. Jorgensen
Hi We are using ansible internally (unofficially, as the company standard-which-must-be-followed-regardless is puppet, but that is a different story), and I ended up re-writing the ovirt module quite a bit - the existing ovirt module had several problems: - Error reporting was... not really

Re: [ansible-project] ansible ovirt module

2014-08-13 Thread Michael DeHaan
I'd be very interested in a pull request if you'd like to send it along. My outside understanding was ovirt was starting to taper off in favor of Red Hat investing more in OpenStack, but there's no reason the module can't be updated for sure. (Also, that might not be entirely correct...)

Re: [ansible-project] ansible ovirt module

2014-08-13 Thread Piet83
I'd be very interested in testing your improved ovirt module but the standard ovirt module isn't working for us in total. See my first post. @Michael, we are using RHEV (commercial ovirt) in production to run VM for our customers with special setups. The environment is only growing and growing

Re: [ansible-project] ansible ovirt module

2014-08-13 Thread Vincent Van der Kussen
Hi, Just returned from Holiday abroad. I hope to have a look at it in the next few days. Which version of oVirt are you using and do you by any chance now about changes in the api, because the module worked perfectly on the version we used (3.1). Regards, Vincent On Aug 13, 2014 12:49 PM,

[ansible-project] ansible ovirt module

2014-07-24 Thread Piet83
Hello, I'm trying to setup vm provisioning for Rhev with the ansible ovirt module. I have installed ovirt-engine-sdk-python-3.4.0.7-1.el6.noarch on my Centos 6.5 Ansible server and created a simple playbook to play around with this. The playbook tries to provision a vm based on a template

Re: [ansible-project] ansible ovirt module

2014-07-24 Thread Michael DeHaan
Are their any ovirt users that would like to help with this one? https://github.com/ansible/ansible/commits/devel/library/cloud/ovirt On Thu, Jul 24, 2014 at 4:26 AM, Piet83 petersmallega...@gmail.com wrote: Hello, I'm trying to setup vm provisioning for Rhev with the ansible ovirt

Re: [ansible-project] ansible ovirt module

2014-07-24 Thread Vincent Van der Kussen
I might have a look at this. Not sure if the API has changed over time. I still have a RHEV setup running where I can test on Regards, Vincent On Thu, Jul 24, 2014 at 1:10 PM, Michael DeHaan mich...@ansible.com wrote: Are their any ovirt users that would like to help with this one?

Re: [ansible-project] ansible ovirt module

2014-07-24 Thread Piet83
That would be very much appreciated. Ansible is awesome. If I need to provide more info please let me know. Regards, Peter Op donderdag 24 juli 2014 13:49:37 UTC+2 schreef Vincent Van der Kussen: I might have a look at this. Not sure if the API has changed over time. I still have a RHEV