[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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/KYNNQWNSR24CR4C3SQNTWXUB4RAGEZYF/


[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 октомври 2020 г., 18:24:14 Гринуич+3, kushagra2agar...@gmail.com 
 написа: 





@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 unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/XX6GCULNXWA5QICGEGEE37QPEAEZEPF5/
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/YFQLSTKWEQU6RAKKXBQFWHIFLIZMTH6C/


[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 unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/XX6GCULNXWA5QICGEGEE37QPEAEZEPF5/


[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.
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/BELSTPSYUJRNM5DRAOJJ7P7P2PWFDAXU/


[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 Гринуич+3, kushagra2agar...@gmail.com 
 написа: 





@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: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/VPCBA5SJSNLUSTWQTEZLYDT5IBNXH3KC/
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/QTHYDMHBOR45L3IW2XEAOYS2XLA7RDDH/


[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: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/VPCBA5SJSNLUSTWQTEZLYDT5IBNXH3KC/


[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 can get some help with the below oVirt scenario:

Problem Statement:- 

Is it possible to change scheduler optimization settings of cluster using 
ansible or some other automation way

Description:- Do we have any ansible module or any other CLI based approach 
which can help us to change 'scheduler optimization' settings of cluster in 
oVIrt. Scheduler optimization settings of cluster can be found under Scheduling 
Policy tab ( Compute -> Clusters(select the cluster) -> click on edit and then 
navigate to scheduling policy

Any help in this will be highly appreciated.
  
Thanks,
Kushagra
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/TUK5BO27MX35B76ZNFIQM6Q2BFYBV5DV/
___
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: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/F34ROBHEZPQDWUMA4JBI2AMB6K7BZV7N/