<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: APP-CAP2165: Operating Cloud Foundry</title>
	<atom:link href="http://blog.scottlowe.org/2012/08/28/app-cap2165-operating-cloud-foundry/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scottlowe.org/2012/08/28/app-cap2165-operating-cloud-foundry/</link>
	<description>The weblog of an IT pro specializing in virtualization, storage, and servers</description>
	<lastBuildDate>Sun, 19 May 2013 06:41:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2012/08/28/app-cap2165-operating-cloud-foundry/comment-page-1/#comment-60815</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Tue, 04 Sep 2012 14:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=2796#comment-60815</guid>
		<description>Brian, thanks for filling in the missing gaps---I guess I need to learn to type even faster! It was a great session (not necessarily what I expected, but still a great session), and I appreciated all the useful content.

Andy, I would imagine the slides will be made available on vmworld.com shortly (although that is just a guess on my part).</description>
		<content:encoded><![CDATA[<p>Brian, thanks for filling in the missing gaps&#8212;I guess I need to learn to type even faster! It was a great session (not necessarily what I expected, but still a great session), and I appreciated all the useful content.</p>
<p>Andy, I would imagine the slides will be made available on vmworld.com shortly (although that is just a guess on my part).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Piper</title>
		<link>http://blog.scottlowe.org/2012/08/28/app-cap2165-operating-cloud-foundry/comment-page-1/#comment-60534</link>
		<dc:creator>Andy Piper</dc:creator>
		<pubDate>Thu, 30 Aug 2012 23:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=2796#comment-60534</guid>
		<description>Thanks for this great write-up and summary of the talk, Scott. Hopefully the slides will be made available online somewhere soon as I thought the guys did a great job of explaining the fundamentals of how BOSH works.</description>
		<content:encoded><![CDATA[<p>Thanks for this great write-up and summary of the talk, Scott. Hopefully the slides will be made available online somewhere soon as I thought the guys did a great job of explaining the fundamentals of how BOSH works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian McClain</title>
		<link>http://blog.scottlowe.org/2012/08/28/app-cap2165-operating-cloud-foundry/comment-page-1/#comment-60445</link>
		<dc:creator>Brian McClain</dc:creator>
		<pubDate>Wed, 29 Aug 2012 22:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=2796#comment-60445</guid>
		<description>Awesome write-up Scott!

Apologies for rushing through a couple of the pieces, but I figured I could at least fill in the pieces here that I rushed through yesterday :)

BOSH&#039;s CPI (Cloud Provider Interface) currently supports vSphere, AWS and OpenStack, but is abstracted in such a way that the community can support other IaaS layers by implementing 10 fairly basic functions (Start/Stop VM, Create Disk, Delete Disk, etc). For any Ruby developers keen on providing a CPI for other infrastructures, the base class can be found here: https://github.com/cloudfoundry/bosh/blob/master/cpi/lib/cloud.rb

The 4 commands I described, which are really the only four that need ran to deploy a BOSH release after it&#039;s been downloaded and the manifest yml file has been created, are:

- bosh create release (This bundles/downloads all the external pieces and parts of a BOSH release)

- bosh upload release (Uploads the release to BOSH)

- bosh deployment [manifest.yml] (Points the BOSH CLI to the manifest file to refer to)

- bosh deploy (&quot;Go&quot;, tells BOSH to deploy the release)

For anyone looking to learn more about BOSH, the BOSH and OSS-Docs Github repos are a great start (https://github.com/cloudfoundry/bosh and https://github.com/cloudfoundry/oss-docs), as well as the mailing lists which are very active (https://groups.google.com/a/cloudfoundry.org/groups/dir). 

Also anyone that had any questions on BOSH, outside of the mailing list, I&#039;m more than happy to answer any I can. Feel free to reach out to me on Twitter at @BrianMMcClain</description>
		<content:encoded><![CDATA[<p>Awesome write-up Scott!</p>
<p>Apologies for rushing through a couple of the pieces, but I figured I could at least fill in the pieces here that I rushed through yesterday <img src='http://blog.scottlowe.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>BOSH&#8217;s CPI (Cloud Provider Interface) currently supports vSphere, AWS and OpenStack, but is abstracted in such a way that the community can support other IaaS layers by implementing 10 fairly basic functions (Start/Stop VM, Create Disk, Delete Disk, etc). For any Ruby developers keen on providing a CPI for other infrastructures, the base class can be found here: <a href="https://github.com/cloudfoundry/bosh/blob/master/cpi/lib/cloud.rb" rel="nofollow">https://github.com/cloudfoundry/bosh/blob/master/cpi/lib/cloud.rb</a></p>
<p>The 4 commands I described, which are really the only four that need ran to deploy a BOSH release after it&#8217;s been downloaded and the manifest yml file has been created, are:</p>
<p>- bosh create release (This bundles/downloads all the external pieces and parts of a BOSH release)</p>
<p>- bosh upload release (Uploads the release to BOSH)</p>
<p>- bosh deployment [manifest.yml] (Points the BOSH CLI to the manifest file to refer to)</p>
<p>- bosh deploy (&#8220;Go&#8221;, tells BOSH to deploy the release)</p>
<p>For anyone looking to learn more about BOSH, the BOSH and OSS-Docs Github repos are a great start (<a href="https://github.com/cloudfoundry/bosh" rel="nofollow">https://github.com/cloudfoundry/bosh</a> and <a href="https://github.com/cloudfoundry/oss-docs" rel="nofollow">https://github.com/cloudfoundry/oss-docs</a>), as well as the mailing lists which are very active (<a href="https://groups.google.com/a/cloudfoundry.org/groups/dir" rel="nofollow">https://groups.google.com/a/cloudfoundry.org/groups/dir</a>). </p>
<p>Also anyone that had any questions on BOSH, outside of the mailing list, I&#8217;m more than happy to answer any I can. Feel free to reach out to me on Twitter at @BrianMMcClain</p>
]]></content:encoded>
	</item>
</channel>
</rss>
