jupiter wrote: > Is there anyway to force heat to use existing VMs name, or to add > existing VMs to heat stack? Jupiter,
As far as I know, there is no way to make Heat 'aware' of instances created via an out-of-band (from it's perspective) operation. To be managed by Heat, all resources must be defined in the stack. Of course, once you have those resources in the stack you can use 'stack-update' to modify / add to them. If you're looking for a way to get existing instances into a Heat stack, then you could create an image from a running instance and then specify that as the source image for new VMs being provisioned within the stack. That may or may not work for your purposes, but just an idea. Regards, Richard Raseley SysOps Engineer Puppet Labs
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
