heat and running instance
Hi all,
Can I create a Heat stack that can connect to a running instance, that will craete a second instanace if the firts one is overloaded?
thanks.
First time here? Check out the FAQ!
Hi all,
Can I create a Heat stack that can connect to a running instance, that will craete a second instanace if the firts one is overloaded?
thanks.
I don't think what you are describing is possible, but if you start from scratch, I believe you can create an image from the running instance, and then create an Autoscaling group, with instances based on that. These should be helpful:
https://docs.openstack.org/developer/heat/template_guide/ (https://docs.openstack.org/developer/...) http://superuser.openstack.org/articles/simple-auto-scaling-environment-with-heat/ (http://superuser.openstack.org/articl...) https://github.com/openstack/heat-templates/blob/master/hot/autoscaling.yaml (https://github.com/openstack/heat-tem...)
Asked: 2017-03-19 21:11:39 -0600
Seen: 95 times
Last updated: Mar 19 '17
what happens if Heat engine goes down while a stack is being provisioned
Unable to boot from bootable volume.
Heat Error: image 'NoneType' object has no attribute 'replace'
How can you debug a Heat Template ?
order of resource via stack delete
HEAT syntax for multiple fixed_ips as a parameter
Heat can't connect to docker server on VM