UPDATED 18:24 EDT / JANUARY 10 2012

NEWS

Cloud Foundry Adds Automated Deployment Feature: Manifests

The team behind Cloud Foundry, the open source platform-as-a-service developed by VMware, added new application deployment feature called “manifests” to the Cloud Foundry command line tool (VMC). Manifests are YAML documents that contain a list of input commands.

“With this manifest document, VMC will simply read the input values from the file rather than prompt you for each configuration,” the Cloud Foundry blog announcing the feature says. “Not only can you automate vmc push with manifests, you can also bypass interactive inputs for a large portion of VMC’s commands to make using the command-line tool more efficient and user-friendly.” You can learn much more about the feature in that blog post, but here are the basic commands that can benefit from the feature:

  • vmc push: Now allows you to specify multiple services. Pushes with information from the manifest. If no manifest is found, it will ask if you want to create one after the interaction is finished.
  • vmc stats, vmc update, vmc start, vmc stop: If no application name is given, it operates on the application(s) described by the manifest.
  • vmc update: Syncs changes from the root of the application if a manifest is present.
  • vmc start: Starts the applications in a multi-app deployment in the proper order (taking dependencies into account).
  • vmc stop: Stops multi-app deployments by shutting down each app in the reverse of the order in which they were started.
  • vmc restart: See vmc stop and vmc start.
  • vmc delete: Delete the application

As interest in DevOps increases, deployment tools are being a hot topic. Just last week Rackspace open sourced its deployment tool Dreadnot. Dell released its Chef based OpenStack deployment tool Crowbar in July, and has since open sourced a plugin for automatically deploying Hadoop. And VMware has released a Crowbar plugin for Cloud Foundry last August.


A message from John Furrier, co-founder of SiliconANGLE:

Your vote of support is important to us and it helps us keep the content FREE.

One click below supports our mission to provide free, deep, and relevant content.  

Join our community on YouTube

Join the community that includes more than 15,000 #CubeAlumni experts, including Amazon.com CEO Andy Jassy, Dell Technologies founder and CEO Michael Dell, Intel CEO Pat Gelsinger, and many more luminaries and experts.

“TheCUBE is an important partner to the industry. You guys really are a part of our events and we really appreciate you coming and I know people appreciate the content you create as well” – Andy Jassy

THANK YOU