Our infra team already deploy HE via ansible you can check their work under https://github.com/fusor/ansible-ovirt

Best Regards

On Wed, Sep 27, 2017 at 6:16 PM, Yaniv Kaul <ykaul@redhat.com> wrote:


On Wed, Sep 27, 2017 at 5:15 PM, Phillip Bailey <phbailey@redhat.com> wrote:
Hi all,

I'm working on the new Cockpit hosted engine wizard and could use some input from all of you. One goal of this project is to move away from reliance on the existing OTOPI-based tools and towards an ansible-based approach.

The items below are things we'd like to do using ansible, if possible. If any of you have existing plays or suggestions for the best way to use ansible to solve these problems, please let me know.

Thanks!
  1. Verify provided storage settings for all allowable storage types.

I'm not sure I understand the requirement here.
 
  1. Verify compatibility of selected CPU type for the engine VM with the host's CPU

This is easy. See [1] for a simple Python code. In bash:
virsh -r capabilities |grep -m 1 "<model>"

Y.

-Phillip Bailey

_______________________________________________
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel


_______________________________________________
Devel mailing list
Devel@ovirt.org
http://lists.ovirt.org/mailman/listinfo/devel