heat auto scaling template
Can you give me a simple heat template for auto scaling an instance base on CPU utilisation. I'm using openstack stein with Heat , Ceilometer and aodh . thanks,
First time here? Check out the FAQ!
Can you give me a simple heat template for auto scaling an instance base on CPU utilisation. I'm using openstack stein with Heat , Ceilometer and aodh . thanks,
Asked: 2019-11-09 15:21:23 -0500
Seen: 132 times
Last updated: Nov 09 '19
I have the strong feeling it's not possible with a simple template, or not at all. Since Stein, Ceilometer doesn't produce the cpu_util meter anymore, and Aodh doesn't work with Gnocchi's rate metrics, which are supposed to replace cpu_util and other rates.
Thank you for the answer but i found a template and it work for me with aodh alarm and cpu_util .
Can you share it?
If it is too large, you can use paste.openstack.org.
http://paste.openstack.org/show/786151/
Thanks! I am unable to try this template right now, but the alarm is based on
which makes me wonder how this can work in Stein, where cpu_util doesn't exist anymore.