[ovirt-users] Re: Is it possible to change scheduler optimization settings of cluster using ansible or some other automation way

2020-10-02 Thread kushagra2agarwal
i want to change scheduler optimization setting to 'optimize for speed' ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct:

[ovirt-users] Re: Is it possible to change scheduler optimization settings of cluster using ansible or some other automation way

2020-10-02 Thread Strahil Nikolov via Users
What kind of setting do you want to change ? Maybe I misunderstood you wrong. The 'scheduling_policy' requires a predefined scheduling policy and 'scheduling_policy_properties' allows you to override the score of a setting (like 'Memory'). Best Regards, Strahil Nikolov В четвъртък, 1

[ovirt-users] Re: Is it possible to change scheduler optimization settings of cluster using ansible or some other automation way

2020-10-01 Thread kushagra2agarwal
@strahil Nikolov 'scheduling_policy' & 'scheduling_policy_properties' options in oVirt_Cluster module are not allowing to change scheduler optimisation settings. If okay can you please double check once. ___ Users mailing list -- users@ovirt.org To

[ovirt-users] Re: Is it possible to change scheduler optimization settings of cluster using ansible or some other automation way

2020-10-01 Thread kushagra2agarwal
@strahil Nikolov - The scheduling_policy' & 'scheduling_policy_properties options are not allowing to change 'scheduler optimisation' parameter setting, may be i am missing something while trying with these options. If okay, can you please double check once.

[ovirt-users] Re: Is it possible to change scheduler optimization settings of cluster using ansible or some other automation way

2020-10-01 Thread Strahil Nikolov via Users
Based on 'https://docs.ansible.com/ansible/latest/collections/ovirt/ovirt/ovirt_cluster_module.html' there is option 'scheduling_policy' & 'scheduling_policy_properties' . Maybe that was recently introduced. Best Regards, Strahil Nikolov В четвъртък, 1 октомври 2020 г., 17:24:25

[ovirt-users] Re: Is it possible to change scheduler optimization settings of cluster using ansible or some other automation way

2020-10-01 Thread kushagra2agarwal
@strahil Nikolov.. ovirt_cluster module don't seems to have flag to change scheduler optimisation settings. Can you please double check ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Statement:

[ovirt-users] Re: Is it possible to change scheduler optimization settings of cluster using ansible or some other automation way

2020-09-30 Thread Strahil Nikolov via Users
You can use this ansible module and assign your scheduling policy: https://docs.ansible.com/ansible/latest/collections/ovirt/ovirt/ovirt_cluster_module.html Best Regards, Strahil Nikolov В сряда, 30 септември 2020 г., 11:36:01 Гринуич+3, Kushagra Agarwal написа: I was hoping if i