]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add basic autoscaling.
authorAngus Salkeld <asalkeld@redhat.com>
Fri, 6 Jul 2012 06:57:48 +0000 (16:57 +1000)
committerGerrit Code Review <review@openstack.org>
Fri, 6 Jul 2012 08:50:53 +0000 (08:50 +0000)
commit4d79e24097aac5e1976240e9694a10ab92f0eccd
tree5c9943c60a519e146c9bb889d8640f10786569b6
parenta0da17b39fc94269862d0113f254b966e133566c
Add basic autoscaling.

This is mainly for ppetit so he can create multiple
resources with one stack.

Use like this:
heat create lots -f ./templates/ppetit.template --parameters="KeyName=${USER}_key;NumInstances=2"

Change-Id: Ie609a1843c855953d65183a8f2d8ed49254a265f
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
heat/engine/autoscaling.py [new file with mode: 0644]
heat/engine/resource_types.py
heat/engine/resources.py
templates/HAProxy_Single_Instance.template
templates/ppetit.template [new file with mode: 0644]