<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Obility, LLC &#187; Internet Engineering</title>
	<atom:link href="http://obility.net/blog/category/internet-engineering/feed" rel="self" type="application/rss+xml" />
	<link>http://obility.net/blog</link>
	<description>The Internet Engineering Company</description>
	<lastBuildDate>Mon, 19 Oct 2009 15:17:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Architecting a Portable Cloud Computing Infrastructure</title>
		<link>http://obility.net/blog/internet-engineering/architecting-a-portable-cloud-computing-infrastructure-379</link>
		<comments>http://obility.net/blog/internet-engineering/architecting-a-portable-cloud-computing-infrastructure-379#comments</comments>
		<pubDate>Mon, 19 Oct 2009 03:10:57 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Internet Engineering]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[network administration]]></category>
		<category><![CDATA[network architecture]]></category>

		<guid isPermaLink="false">http://obility.net/blog/?p=379</guid>
		<description><![CDATA[

Power of the Cloud

The Boulder County Business Report covered cloud computing in their Power of the cloud article found in their Oct. 16 &#8211; 29 issue, discussing the benefits of cloud based storage, Software as a Service applications, and various platform offerings. Businesses that want to take advantage of cloud computing should take a good [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://obility.net/blog/wp-content/uploads/2009/10/network_architecture_pen.jpg" alt="" height="197" width="297" class="right" style="float:right" /></p>

<h3>Power of the Cloud</h3>

<p>The Boulder County Business Report covered cloud computing in their <a href="http://www.bcbr.com/article.asp?id=102579"><em>Power of the cloud</em></a> article found in their Oct. 16 &#8211; 29 issue, discussing the benefits of cloud based storage, Software as a Service applications, and various platform offerings. Businesses that want to take advantage of cloud computing should take a good look at their requirements and plan a network architecture that allows portability between different cloud computing platforms. They should focus on developing an infrastructure that can be deployed in a repeatable, testable, and idempotent manner. </p>

<h3>Infrastructure as Code</h3>

<p>Infrastructure as code is a methodology to achieve these properties by developing code that models the desired network infrastructure. The result is a highly-automated, validated, revision controlled codebase that can be applied to a cloud computing platform to load and configure the necessary packages that make up the network architecture for an organization.</p>

<h3>Surf the Cloud with Obility</h3>

<p>At Obility, we use infrastructure as code tools such as <a href="http://wiki.opscode.com/display/chef/Home">Opscode Chef</a> to develop portable network architectures that meet the above criteria. We help organizations with the planning and implementation of successful network architectures that meet their requirements and provide ongoing maintenance options to monitor and grow their infrastructure to meet the future needs of their organization. <strong>We&#8217;d like to hear from you!</strong> Please <a href="http://obility.net/blog/contact">contact us</a> for a free consultation or for questions about creating portable cloud-based infrastructures.</p>]]></content:encoded>
			<wfw:commentRss>http://obility.net/blog/internet-engineering/architecting-a-portable-cloud-computing-infrastructure-379/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Define Your Cloud Computing Network Architecture with Chef</title>
		<link>http://obility.net/blog/internet-engineering/define-your-cloud-computing-network-architecture-with-chef-363</link>
		<comments>http://obility.net/blog/internet-engineering/define-your-cloud-computing-network-architecture-with-chef-363#comments</comments>
		<pubDate>Fri, 09 Oct 2009 14:47:57 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Internet Engineering]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[network administration]]></category>
		<category><![CDATA[network architecture]]></category>

		<guid isPermaLink="false">http://obility.net/blog/?p=363</guid>
		<description><![CDATA[

Obility&#8217;s mission as an Internet Engineering Company is providing our clients with deliverables they can use to easily recreate and provision their network architectures and cloud computing infrastructures. One of our favorite tools that we&#8217;ve been using is Chef, a Ruby-based systems integration framework created by Opscode.

Some benefits of using Chef taken from the Chef [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://obility.net/blog/wp-content/uploads/2009/10/cloud_computing.jpg" alt="" height="195" width="260" class="right" style="float:right" /></p>

<p>Obility&#8217;s mission as an Internet Engineering Company is providing our clients with deliverables they can use to easily recreate and provision their network architectures and cloud computing infrastructures. One of our favorite tools that we&#8217;ve been using is <a href="http://wiki.opscode.com/display/chef/Home">Chef,</a> a Ruby-based systems integration framework created by <a href="http://www.opscode.com/">Opscode</a>.</p>

<p>Some benefits of using Chef taken from the <a href="http://wiki.opscode.com/display/chef/Home">Chef Wiki</a>, include the ability to:</p>


<ul>
<li>Manage servers by writing code, not by running commands</li>
<li>Integrate tightly with your applications, databases, <span class="caps">LDAP </span>directories and more</li>
<li>Easily configure applications that require knowledge about you entire infrastructure</li>
</ul>



<h3>Chef Resources</h3>

<p>Chef uses an ever evolving Ruby <span class="caps">DSL </span>that allows a systems integrator to specify through Ruby code the necessary packages, services, and configuration needed to run their network applications. Chef&#8217;s Ruby <span class="caps">DSL </span>is made up of <a href="http://wiki.opscode.com/display/chef/Resources">Resources</a> which are essentially the lowest-level &#8220;atomic&#8221; actions that can be performed on a server. A few of the notable actions you can perform with Chef Resources include:</p>


<ul>
<li>Creating directories and specifying ownership</li>
<li>Mounting filesystems and creating fstab entries</li>
<li>Creating files via <a href="http://www.kuwata-lab.com/erubis/">Erubis</a> templates, typically used for specifying service configuration </li>
<li>Creating users along with their various account properties</li>
<li>Executing executables</li>
<li>Scheduling execution with cron</li>
</ul>



<p>Chef Resources are the &#8220;ingredients&#8221; that allow you to create Definitions, Recipes and Cookbooks that you then use to &#8220;cook&#8221; your various Nodes or server instances.</p>

<h3>Idempotence</h3>

<p>Chef recipes are <strong>idempotent</strong>, meaning multiple applications of the same recipe will not affect the end result. This one of the biggest advantages Chef has over bash or other scripting languages. Traditional scripting languages typically require a bunch of error checking or a well-defined server state pre-execution to accomplish a similar task.</p>

<h3>Poolparty</h3>

<p><a href="http://auser.github.com/poolparty/">Poolparty</a> is a library that provides a wrapper around chef, and provides a more high-level ability to launch self-healing, auto-scaled and monitored infrastructure in the cloud. Poolparty currently supports <span class="caps">EC2 </span>and Vmware clouds. When I evaluated poolparty it seems it was in a state of transition, so I decided to use Chef directly. I continue to monitor the Poolparty development as it seems to have a lot of potential for quickly launching cloud infrastructure with support for a number of cloud computing platforms.</p>

<h3>Decoupling Cloud Computing Infrastructure</h3>

<p>Speaking of cloud computing platforms, one of the longstanding criticisms of cloud computing is the dependencies it creates in the form vendor lock-in and barriers to exit. By adopting a particular vendor&#8217;s cloud computing platform, you are making an long-term commitment to that vendor and will ultimately be required to play by their rules and accept whatever features and offerings they may or may not provide.</p>

<p>Chef is a solution to relieving this vendor lock-in and applies not only to cloud computing but to server provisioning in general. Being able to move your server configuration from one provider to another is priceless. I&#8217;ve experienced this problem myself, and through my work with TechStars I&#8217;ve seen several teams lose time while struggling to migrate their server infrastructure from one vendor to another.</p>

<h3>New to Chef?</h3>

<p>Are you new to Chef or looking for better ways to deploy and manage your cloud computing network architecture? We&#8217;d enjoy discussing how we can help you take things to the next level for your organization or web application. <a href="http://obility.net/blog/contact">Contact us</a> or give us a call at 303.552.0223.</p>]]></content:encoded>
			<wfw:commentRss>http://obility.net/blog/internet-engineering/define-your-cloud-computing-network-architecture-with-chef-363/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
