[ovirt-users] Re: Cannot see ipaddr of new VM

2018-06-06 Thread 03CE 007
> 2018-06-06 11:16 GMT+02:00 03CE 007 <03ce...@gmail.com>: > >> Thank you, I can see the interface/device for self-hosted-engine VM under >> 'reported_devices' but when I spin up a new VM using cloud_init, i see >> empty 'reported_devices' hence the task to w

[ovirt-users] Re: Cannot see ipaddr of new VM

2018-06-06 Thread 03CE 007
Thank you, I can see the interface/device for self-hosted-engine VM under 'reported_devices' but when I spin up a new VM using cloud_init, i see empty 'reported_devices' hence the task to wait for the ip address is skipped. On Wed, 6 Jun 2018, 10:13 am Petr Horacek, wrote: > Hello, > > if you

[ovirt-users] Re: VM status and issue with cloud_init

2018-06-04 Thread 03CE 007
Hello Thomas, Could j you please advise here? On Thu, 31 May 2018, 9:09 am Arik Hadas, wrote: > > > On Thu, May 31, 2018 at 10:08 AM, 03CE 007 <03ce...@gmail.com> wrote: > >> Ok thanks, when you say guest agent, could you please provide the full >> name and how

[ovirt-users] Re: VM status and issue with cloud_init

2018-05-31 Thread 03CE 007
upon checking yum install ovirt-guest-agent-common, I can get Package ovirt-guest-agent-common-1.0.14-1.el7.noarch already installed and latest version Nothing to do systemctl status ovirt-guest-agent.service shows that service is enabled and has been running. Is there something else I need to

[ovirt-users] Re: VM status and issue with cloud_init

2018-05-31 Thread 03CE 007
Ok thanks, when you say guest agent, could you please provide the full name and how to have it installed, and I am assuming it should be installed on the the engineVM or the new VM I want to spin and boot up. On Thu, 31 May 2018, 7:57 am Arik Hadas, wrote: > > > On Wed, May 30, 2018 at 7:30 PM,

[ovirt-users] Re: SSH into guest VM

2018-05-25 Thread 03CE 007
Thank you, I am using cloud-init module as suggested, but the VM that starts on engineVM does not seem to have ip or nic assigned. below is my ansible task - - name: "Create VM {{ current_vm.name }}" ovirt_vms: auth: "{{ ovirt_auth }}" name: "{{ current_vm.name }}" template: "{{

[ovirt-users] Re: Obtain dynamic inventory onto local machine using ovirt4.py for self-hosted engine

2018-05-23 Thread 03CE 007
Hello Ondra, you're correct, there was much accept removing 'connection: local' line from ovirt ansible roles. however, the example playbook to deploy new vm fails at template option and it complains that i don't have rhel7 template. Doesn't this come bundled with hosted-engine and is available

[ovirt-users] Re: First host within Self-Hosted engine stays in non-responsive state

2018-05-23 Thread 03CE 007
this has worked, many thanks for helping. On 18 May 2018 at 09:47, Sumit Bharadia <03ce...@gmail.com> wrote: > thanks, will give it a try and report back. > > On 18 May 2018 at 09:45, Simone Tiraboschi wrote: > >> >> >> On Fri, May 18, 2018 at 10:30 AM, Sumit Bharadia