summaryrefslogtreecommitdiff
tag namev4.release (cc7dda6c257310d4744c0f469fce548ef4c1c3ae)
tag date2012-06-27 09:53:48 -0700
tagged byIan Main <imain@redhat.com>
tagged objectcommit 038a65947c...
downloadheat-4.release.tar.gz
The Heat developers are pleased to announce the release of the Heat API
version 4. We have added many new features including Ubuntu Precise host support. Heat is a project designed to work with OpenStack that provides a programmable interface to orchestrate multiple cloud applications implementing CloudFormation. To give it a spin on Fedora 17: https://github.com/heat-api/heat/blob/master/docs/GettingStarted.rst#readme Or on Ubuntu 12.04: https://github.com/heat-api/heat/wiki/Getting-Started-with-Heat-using-Master-on-Ubuntu Enhancements in version 4: + Cloud Watch. cfn-push-stats can be used on the guest to send statistics to the heat metadata server which can use rules defined in the template to execute actions. + High Availability using CloudWatch - cfn-hup has been modified to be able to check and restart services (any other monitoring tool could also be used). - cfn-push-stats is used to send a service-failure event to CloudWatch. - Service escalation can be achieved by using the Restarter Resource as an action. https://github.com/heat-api/heat/wiki/Roadmap-Feature:-High-Availability + Authentication and identification. Heat now performs proper authentication on all API calls, identifying individual users, and creating stacks on a per-user basis. Heat now also supports AWS style keys as well as keystone username/password or token authentication. https://github.com/heat-api/heat/wiki/Roadmap-Feature:-Associate-users-with-templates-using-keystone + Nested stack support. Heat templates can now reference other templates enabling you to use them as building blocks to create larger deployments. https://github.com/heat-api/heat/wiki/Roadmap-Feature:-Nested-stacks + IAM::User support. https://github.com/heat-api/heat/wiki/Roadmap-Feature:-AWS-template-support-parity + API rework to align with AWS. This is part of an ongoing effort to conform to Amazons API and to move towards using boto as our client. https://github.com/heat-api/heat/wiki/Heat-CLI-Boto-migration-&-API-rework + Ubuntu 12.04 host support and Ubuntu 10.04 and 12.04 guest support. https://github.com/heat-api/heat/wiki/Roadmap-Feature:-Debian-Ubuntu-support + heat-jeos now a separate command. Heat JEOS image creation changed from 'heat jeos_create' to a separate repo and command called heat-jeos. https://github.com/heat-api/heat-jeos + Various manual pages added for heat commands. + Implemented describe stack resource commands. Heat website: http://heat-api.org/ Our mailing list: http://lists.heat-api.org/mailman/listinfo Download Heat API: https://github.com/heat-api/heat/tags