Today was the 1 year anniversary for the Cloud Foundry Open Source PaaS Project. For info on what PaaS is, especially related to open source and related to Cloud Foundry check out my 5 part series at New Relic’s Blog; Part 1, Part 2, Part 3.1, Part 3.14159265, Part 4, and Part 5 (which I know, it is really a 6 part series).
Updates, Updates, and More Updates!
Today was pretty cool and jam packed with code & information. There are a load of updates in the Cloud Foundry Repository now.
One of the big parts of the new features released today, isn’t so much a feature, but an entire open source project based around actually building & deploying an entire Cloud Foundry PaaS Environment called BOSH. Here’s my takeaway notes about this project, what it does, and how it can help Cloud Foundry usage.
BOSH (https://github.com/cloudfoundry/bosh.git)
The first thing to do, when learning about and using BOSH is to hit the groups:
- BOSH Users Group
- BOSH Developers
- and VCAP Dev if you want to follow the Cloud Foundry Development too.
What is it?
BOSH is a YAML based Cloud Foundry deployment tool. It provides a way to deploy a multiple image machine into a new Cloud Foundry environment. These images, just basic VMs, are referred to in the BOSH System as Stem Cells.
There is more to learn about BOSH, but for now suffice it to say there is some serious potential in what it enables for building out a Cloud Foundry Environment. Up until now this process was a manual installation effort which would take take a lot of energy and take an long time.
Cloud Foundry Additions?
There are a lot of Cloud Foundry changes that are in the works and a lot that went in. However, from an external point of view, there isn’t a lot of visible changes. No new user interface or anything like that. The biggest changes have been around stability, scaling, deployment, and other core capabilities.
For further information and news on the release, check out some of these write ups:
- http://siliconangle.com/blog/2012/04/11/cloud-foundry-team-announces-new-deployment-tool-called-bosh/
- http://www.marketwire.com/press-release/cloud-foundry-ecosystem-celebrates-first-anniversary-nyse-vmw-1642701.htm
- http://www.zdnet.com/blog/open-source/vmware-cloud-foundry-paas-will-be-the-linux-of-the-cloud/10754
- http://www.zdnet.com/blog/btl/vmware-cto-describes-cloud-foundry-as-linux-of-the-cloud/73865?tag=mantle_skin;content
- http://www.eweek.com/c/a/Application-Development/VMwares-Cloud-Foundry-Celebrates-First-Anniversary-651422/
Cloud 9 IDE ROCKS!
Outside of the Cloud Foundry Project there are other things working toward interoperability with Cloud Foundry and building in features that will help you work against Cloud Foundry. One of those companies is Cloud 9. They’ve enabled single-click deployment via their Cloud 9 IDE.
That’s it from me for now. I’ll have a lot more regarding Cloud Foundry, Iron Foundry, and other projects related to PaaS soon.