Can I define an auto-scaling Heat template that does the scaling at specific times of day?
Hi there,
This question is based on the auto-scaling template at https://github.com/openstack/heat-templates/blob/master/hot/autoscaling.yaml. In this template when CPU utilization reaches certain thresholds scaling up/down happens. What I want, however, is for scaling up and down to happen at certain times of the day. For example, I want my web server group to scale up at 8:00 am and down at 6:00 pm during weekdays.
Can I achieve this with a Heat template like this?
Thanks.
--vahidh
P.S. Amazon supports this time-based auto-scaling: http://docs.aws.amazon.com/cli/latest/reference/opsworks/set-time-based-auto-scaling.html (http://docs.aws.amazon.com/cli/latest...)