Cloudify 2.3.0 Has Landed
h2. Hi Cloudifiers,
As promised just a few weeks ago, we worked very hard to bring you even more awesome features on top of 2.2, with our new 2.3 release. And we’re happy to do it just before the holidays 🙂
In 2.2 we “announced” our “Chef integration”, and a number of important usability improvements that allow for more robust applications on top of Cloudify.
With version 2.3, which we announced today, we have a few more surprises up our sleeve, and some are quite significant.
* “Security and multi-tenancy” introduces a comprehensive security model for securing the access to the Cloudify controller, including pluggable authentication, authorization and transport security.
Users are assigned roles and privileges, and can belong to one or more groups. Groups are completely isolated, and members of one group can never manage or view the applications and services of another group. Within a group, users can be assigned different privileges, for example only view the deployed applications and services, or deploy new applications, or change the configuration of the controller.
* “Deployment isolation” Also related to security and multi-tenancy. Upon deploying applications and services, they’re automatically assigned the group to which the user deploying the app belongs. This user can choose the deployment isolation level from other applications and services, i.e. if and how the service or application being deployed will share resources with already deployed applications and services. Users can opt for complete isolation (meaning their deployment will not share any VM with already deployed services), group-shared (meaning their deployment can share VMs with already deployed services from the same group, that have the same isolation level) or globally-shared (meaning their deployment can share VMs with any deployed service that can be globally shared as well). This gives users the option to provide better SLAs for more important services, or share VMs between services to better utilize the underlying cloud infrastructure.
* “Dynamic configuration of cloud driver templates”:/guide/2.7/clouddrivers/cloud_driver.html#addtmp Until 2.3, cloud driver templates were static from the moment the controller has started. With 2.3, you can introduce, edit and delete templates at runtime using Cloudify’s CLI or REST interfaces. So if your IaaS provider introduces new images or hardware types, they can be introduced to the Cloudify controller and used by your applications and services without taking down or reconfiguring the controller.
* “Cloud, application and service overrides”:/guide/2.7/recipe/command_line_reference.html#install_app The new overrides mechanism allows you to override almost any aspect of your cloud driver template, application or service recipe at deployment time. This opens the door to many interesting use cases, such as hosting a catalog of applications and service recipes, and then tweaking them at deployment time per the user’s requirements (e.g. starting your Cassandra cluster with 5 and not 3 instances, or setting the auto-scaling threshold for your Tomcat cluster at 80% CPU utilization rather than 70%).
* Improved OpenStack support / JClouds 1.5.3: Version 2.3 leverages “(newwindow)JClouds”:http://www.jclouds.org/ 1.5.3, which, in turn, has much better support for OpenStack. Up until 2.3, Cloudify’s OpenStack support was based on a native cloud driver which used the OpenStack APIs directly. In 2.3, we were finally able to switch to JClouds, and consequently, also better support the full range of OpenStack configuration options and the “(newwindow)Folsom release”:http://www.openstack.org/software/folsom/.
* Troubleshooting: Cloudify 2.3 takes another step in making it easier for users to develop recipes. When developing new recipes, “Cloudify now allows you”:/guide/2.7/recipe/command_line_reference.html#install_app to ‘freeze’ the situation in case of recipe execution failure, and let you log in to the VMs to troubleshoot the failure.
* (More) New recipes: we’ve added a few more recipes to our “(newwindow)Github repo”:https://github.com/CloudifySource/cloudify-recipes/, most notably “(newwindow)Storm”:https://github.com/CloudifySource/cloudify-recipes/tree/master/services/storm, “(newwindow)Zookeeper”:https://github.com/CloudifySource/cloudify-recipes/tree/master/services/zookeeper, “(newwindow)CouchBase”:https://github.com/CloudifySource/cloudify-recipes/tree/master/services/couchbase, The “Play Framework”:https://github.com/CloudifySource/cloudify-recipes/tree/master/services/play, “(newwindow)Vertx”:https://github.com/CloudifySource/cloudify-recipes/tree/master/services/vertx and “(newwindow)Hadoop”:https://github.com/CloudifySource/cloudify-recipes/tree/master/services/biginsights (using IBM’s BigInsights Hadoop distro). Stay tuned, more recipes are expected soon.
One More Thing…
Besides all that, we’ve also been busy working on a cool new project which is basically a Cloudify widget or player. Think of it as an embeddable, one click player for Cloudify recipes. The idea is to let users try out applications and frameworks using Cloudify and its recipes. You create a recipe (or use one of the “existing ones”:https://github.com/CloudifySource/cloudify-recipes/tree/master/services/) and then, with a few simple steps done online, get an embeddable HTML code snippet that you can embed into any web page. Any visitor of this page can then test drive the application or framework that the recipe deploys, with a single click. So if you’re developing an open source framework, or have a product you want to easily showcase to your users, this Cloudify player is the tool for you. Here’s a preview of what it actually looks like, hope you’re excited about it as much as we are!
As always, we welcome your “feedback”:https://cloudifysource.zendesk.com/forums, “(newwindow)bug reports”:https://cloudifysource.atlassian.net/secure/Dashboard.jspa and “contributions”:/guide/2.7/contribute/how_to.html.
Happy Holidays,
Uri and the entire Cloudify team.