heat auto scaling template

模板見下面鏈接:

https://github.com/double12gzh/heat-templates/tree/master/autoscaling


heat 中可以實現auto scaling 的資源有

ResourceGroup

InstanceGroup

OS::Heat::AutoScalingGroup

OS::AWS::AutoScalingGroup


There are four types of scaling group in Heat: ResourceGroup, InstanceGroup, AWS AutoscalingGroup and Heat AutoscalingGroup. In each case, the implemenation of scaling is tightly bound into the resource. The latter three resource types share an unholy inheritance arrangement whereby the actual resource classes inherit from each other. They share no code at all with ResourceGroup, which is an entirely independent implementation.

The goal of this blueprint is to unify as much as possible of the generic scaling group code in a common library that can be called from these various resources, and to remove as much logic as possible from the Resource classes themselves.



mailing list:

http://lists.openstack.org/pipermail/openstack-dev/2016-March/090269.html


Heat Meeting minutes:

https://wiki.openstack.org/wiki/Meetings/HeatAgenda

發佈了91 篇原創文章 · 獲贊 37 · 訪問量 43萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章