Hello All, I have a small query in autoscaling .
In heat auto scaling template we specify max_size as 3 , it means it can launch upto 3 instances ?. I,e once high cpu load , crosses the threshold level it will launch first vm (as scaling_adjustment : 1) and if that load continues to remain same or increasing then the load will be distributed on my second vm. If load is still keep on increasing will it trigger 3rd vm as max_size is 3 ..? is my assumptions correct. type: OS::Heat::AutoScalingGroup properties: min_size: 1 max_size: 3 and type: OS::Heat::ScalingPolicy properties: adjustment_type: change_in_capacity auto_scaling_group_id: {get_resource: test} cooldown: 180 scaling_adjustment: 1 Warm Regards, Malleshi CN ________________________________ This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by you is prohibited. Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of internal compliance with Accenture policy. ______________________________________________________________________________________ www.accenture.com
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack