Dear UsersProcedure :1- create clean volume replica 2 distributed with glusterfs .
2- create clean ovirt-engine machine .3- create clean vm from scratch then create template from this vm.4- then create two vm from this template (vm1) & (vm2).5- then delete the two vm .6- create new two vm with the same name (vm1) & (vm2) from the template .7- till now the two vm stable and work correctly .8- repeat no (7) three time all vm's is working correctly .issue :i have ansible playbook to deploy vm's to our ovirt , my playbook use the above template to deploy the vm's .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 .you can look at ansible parameters :- hosts: localhostconnection: localgather_facts: falsetasks:- name: enteringovirt_auth:username: admin@internalpassword: passinsecure: yes- name: creatingovirt_vms:auth: "{{ ovirt_auth }}"name: myvm05template: mahdi#state: presentcluster: Cluster02memory: 4GiBcpu_cores: 2comment: Dev#type: servercloud_init:host_name: vm01user_name: rootroot_password: passnic_on_boot: truenic_boot_protocol: staticnic_name: eth0dns_servers: 109.224.19.5dns_search: elcld.netnic_ip_address: 10.10.20.2nic_netmask: 255.255.255.0nic_gateway: 10.10.20.1- name: Revokeovirt_auth:state: absentovirt_auth: "{{ ovirt_auth }}"can you assist me with this issue by checking if that any missing in my ansible .best regards
_______________________________________________
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users