<html><head></head><body><div style="color:#000; background-color:#fff; font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><div id="yui_3_16_0_1_1497541336982_2674"><span></span></div><div></div><div id="yui_3_16_0_1_1497541336982_3243">Dear Users</div><div id="yui_3_16_0_1_1497541336982_3243"><br></div>
<div id="yui_3_16_0_1_1497541336982_3244"><u id="yui_3_16_0_1_1497541336982_3245">Procedure :</u></div>
<div id="yui_3_16_0_1_1497541336982_3246">1- create clean volume replica 2 distributed with glusterfs .</div>
<div id="yui_3_16_0_1_1497541336982_3247">2- create clean ovirt-engine machine .</div>
<div id="yui_3_16_0_1_1497541336982_3248">3- create clean vm from scratch then create template from this vm.</div>
<div id="yui_3_16_0_1_1497541336982_3249">4- then create two vm from this template (vm1) &amp; (vm2).</div>
<div id="yui_3_16_0_1_1497541336982_3250">5- then delete the two vm .</div>
<div id="yui_3_16_0_1_1497541336982_3251">6- create new two vm with the same name (vm1) &amp; (vm2) from the template .</div>
<div id="yui_3_16_0_1_1497541336982_3252">7- till now the two vm stable and work correctly .</div>
<div id="yui_3_16_0_1_1497541336982_3253">8- repeat no (7) three time all vm's is working correctly .</div><div id="yui_3_16_0_1_1497541336982_3253"><br></div><div id="yui_3_16_0_1_1497541336982_3255"><u id="yui_3_16_0_1_1497541336982_3256">issue :</u></div>
<div id="yui_3_16_0_1_1497541336982_3257">i have ansible playbook to deploy vm's to our ovirt , my playbook use the above template to deploy the vm's .</div>
<div id="yui_3_16_0_1_1497541336982_2673" dir="ltr">my issue is after ansible script deploy the vm's , all vm's disk crash and the template disk is crash also and the script make change into the template checksum hash .</div><div id="yui_3_16_0_1_1497541336982_2673" dir="ltr"><br></div><div id="yui_3_16_0_1_1497541336982_2673" dir="ltr">you can look at ansible parameters :</div><div id="yui_3_16_0_1_1497541336982_2673" dir="ltr"><br></div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5456">- hosts: localhost</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5457">&nbsp; &nbsp; connection: local</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5458">&nbsp; &nbsp; gather_facts: false</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5459">&nbsp; &nbsp; tasks:</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5460">&nbsp; &nbsp; &nbsp; - name: entering</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5461">&nbsp; &nbsp; &nbsp; &nbsp; ovirt_auth:</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5462">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; url: https://ovirt-engine.elcld.net:443/ovirt-engine/api</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5463">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; username: admin@internal</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5464">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; password: pass</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5465">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; insecure: yes</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5466">&nbsp; &nbsp; &nbsp; - name: creating</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5467">&nbsp; &nbsp; &nbsp; &nbsp; ovirt_vms:</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5468">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; auth: "{{ ovirt_auth }}"</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5469">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; name: myvm05</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5470">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; template: mahdi</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5471">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #state: present</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5472">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cluster: Cluster02</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5473">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; memory: 4GiB</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5474">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cpu_cores: 2</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5475">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; comment: Dev</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5476">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; #type: server</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5477">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; cloud_init:</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5478">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; host_name: vm01</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5479">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; user_name: root</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5480">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; root_password: pass</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5481">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nic_on_boot: true</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5482">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nic_boot_protocol: static</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5483">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nic_name: eth0</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5484">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dns_servers: 109.224.19.5</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5485">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; dns_search: elcld.net</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5486">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nic_ip_address: 10.10.20.2</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5487">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nic_netmask: 255.255.255.0</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5488">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; nic_gateway: 10.10.20.1</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5489">&nbsp; &nbsp; &nbsp; - name: Revoke&nbsp;</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5490">&nbsp; &nbsp; &nbsp; &nbsp; ovirt_auth:</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5491">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; state: absent</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5492">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ovirt_auth: "{{ ovirt_auth }}"</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5492"><br></div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5492">can you assist me with this issue by checking if that any missing in my ansible .</div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5492"><br></div><div dir="ltr" id="yui_3_16_0_1_1497541336982_5492">best regards&nbsp;</div><div id="yui_3_16_0_1_1497541336982_2673" dir="ltr">&nbsp;</div><div class="signature" id="yui_3_16_0_1_1497541336982_2670"><div id="yui_3_16_0_1_1497541336982_2672"><br></div><div id="yui_3_16_0_1_1497541336982_2671"><br></div><div id="yui_3_16_0_1_1497541336982_2669"><br></div></div></div></body></html>