<?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>Ubuntu Cloud Portal &#187; planet</title>
	<atom:link href="http://cloud.ubuntu.com/tag/planet/feed/" rel="self" type="application/rss+xml" />
	<link>http://cloud.ubuntu.com</link>
	<description>Ubuntu Cloud Portal</description>
	<lastBuildDate>Wed, 28 Nov 2012 23:46:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Be ready for ARM on the cloud, try it on Amazon EC2</title>
		<link>http://cloud.ubuntu.com/2012/05/ready-to-try-arm-on-the-cloud-try-it-on-amazon-ec2/</link>
		<comments>http://cloud.ubuntu.com/2012/05/ready-to-try-arm-on-the-cloud-try-it-on-amazon-ec2/#comments</comments>
		<pubDate>Thu, 24 May 2012 20:45:33 +0000</pubDate>
		<dc:creator>jorge</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://cloud.ubuntu.com/?p=35425</guid>
		<description><![CDATA[After Calxeda demonstrated a real ARM server running Ubuntu with MAAS and Juju at the Ubuntu Developer Summit the amount of interest in the technology continues to build. Today we made and Ubuntu ARM Server AMI on Amazon&#8217;s EC2. This is a 12.04 ARMhf image running on an emulated Calxeda system. Thanks to Dann Frazier for doing [...]]]></description>
			<content:encoded><![CDATA[<p>After Calxeda <a href="http://armservers.com/2012/05/07/calxeda-demonstrates-ubuntu-12-04-lts-on-energycore-soc/">demonstrated</a> a real ARM server running Ubuntu with MAAS and Juju at the Ubuntu Developer Summit the amount of interest in the technology continues to build.</p>
<p>Today we made and Ubuntu ARM Server AMI on Amazon&#8217;s EC2. This is a 12.04 ARMhf image running on an emulated Calxeda system. Thanks to Dann Frazier for doing a bunch of the heavy lifting, you can find information on the image here:</p>
<p><a href="https://wiki.ubuntu.com/ARM/Server" target="_blank">https://wiki.ubuntu.com/ARM/<wbr>Server</wbr></a>:</p>
<p>This AMI is primarily for developers wishing to experiment with Ubuntu ARM Server. Performance is limited due to the emulation overhead. Look for AMI ID `ami-aef328c7`.</p>
<p>Note: this AMI requires the use of an m1.large instance type due to memory requirements.</p>
]]></content:encoded>
			<wfw:commentRss>http://cloud.ubuntu.com/2012/05/ready-to-try-arm-on-the-cloud-try-it-on-amazon-ec2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Juju, MAAS, and VirtualBox</title>
		<link>http://marcoceppi.com/2012/05/juju-maas-virtualbox/</link>
		<comments>http://marcoceppi.com/2012/05/juju-maas-virtualbox/#comments</comments>
		<pubDate>Tue, 22 May 2012 21:01:00 +0000</pubDate>
		<dc:creator>Marco Ceppi</dc:creator>
				<category><![CDATA[cloud]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[juju]]></category>
		<category><![CDATA[maas]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://marcoceppi.com/?p=328</guid>
		<description><![CDATA[I&#8217;ve been meaning to use MAAS for quite some time. In fact, I&#8217;ve been excited about its release since I stumbled upon it a few weeks before its announcement in the package repo. I originally started by trying to install Xen on my Desktop as it&#8217;s what I&#8217;ll be using in production. That didn&#8217;t quite [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been meaning to use MAAS for quite some time. In fact, I&#8217;ve been excited about its release since I stumbled upon it a few weeks before its announcement in the package repo. I originally started by <a href="https://plus.google.com/u/0/109912333998846923817/posts/BwJYHD8Mmpi" >trying to install Xen on my Desktop</a> as it&#8217;s what I&#8217;ll be using in production. That didn&#8217;t quite work out, so I took my chances with VirtualBox instead. I skimmed the <a href="https://wiki.edubuntu.org/SecurityTeam/TestingMAAS" >Testing MAAS</a> section of the documentation and felt confident enough that VirtualBox could handle something like MAAS. To start, I created a few MAAS machines in VirtualBox and attached the 12.04 ISO as the install medium. I started the first one to install a MAAS &#8220;master&#8221; server.</p>
<p style="text-align: center;"><a href="http://marcoceppi.com/wp-content/uploads/2012/05/Selection_207.png"><img class="aligncenter  wp-image-336" title="Selection_207" src="http://marcoceppi.com/wp-content/uploads/2012/05/Selection_207.png" alt="" width="500" /></a></p>
<p style="text-align: left;">On the installation screen I selected the &#8220;Multiple server install with MAAS&#8221; option, selected &#8220;Create a new MAAS on this server&#8221;, and followed the defaults from there. Toward the end of the install I was given an address through which I could view the MAAS control panel, 10.0.2.5. Needless to say I was pretty excited. Of course, the address didn&#8217;t work and I quickly realized that I couldn&#8217;t actually access that network. Reviewing the Networking settings for the VM I made the following changes:</p>
<p><span id="more-328"></span></p>
<pre escaped="true" lang="">Attached to: Bridged Adapter
Name: eth0
Promiscuous Mode: Allow All</pre>
<p style="text-align: center;"><a href="http://marcoceppi.com/wp-content/uploads/2012/05/Selection_204.png"><img class="aligncenter  wp-image-329" title="maas settings" src="http://marcoceppi.com/wp-content/uploads/2012/05/Selection_204-680x513.png" alt="" width="500" /></a></p>
<p>I updated each unit to reflect these settings. After the update, I had to re-start the VM and reconfigure MAAS to use the new address. This was done simply with:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> dpkg-reconfigure maas</pre></td></tr></table></div>

<p>Then I updated the IP to reflect the new IP address within my network. After doing so 192.168.5.27 became my MAAS Master, and http://192.168.5.27/MAAS loaded the control panel!</p>
<p style="text-align: center;"><a href="http://marcoceppi.com/wp-content/uploads/2012/05/Selection_203.png"><img class="aligncenter  wp-image-332" title="MAAS dashboard" src="http://marcoceppi.com/wp-content/uploads/2012/05/Selection_203-680x482.png" alt="" width="500" /></a></p>
<p>Taking notice of what the Dashboard says, I ran the following two commands:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> maas createsuperuser
<span style="color: #c20cb9; font-weight: bold;">sudo</span> maas-import-isos</pre></td></tr></table></div>

<p>The first command prompted me for a user, password, and email. The second ran for several minutes downloading and creating different precise images. Once that was finished, my dashboard still showed warnings of impor-isos, but more importantly I was able to log in and see that I had 0 nodes!</p>
<p style="text-align: center;"><a href="http://marcoceppi.com/wp-content/uploads/2012/05/Selection_205.png"><img class="aligncenter  wp-image-334" title="Selection_205" src="http://marcoceppi.com/wp-content/uploads/2012/05/Selection_205-680x472.png" alt="" width="500" /></a></p>
<p>This gave me the confidence to push forward. I started the &#8220;maas1&#8243; VM to begin the install process. Like before, I selected &#8220;Multiple server install with MAAS&#8221;. The next screen provided the option to Enlist with the maas-master MAAS Server, so I happily selected that option when the machine suddenly SIGKILLs all processes then powers off. The victory was in the dashboard though, as it now reflected 1 node!</p>
<p style="text-align: center;"><a href="http://marcoceppi.com/wp-content/uploads/2012/05/Selection_206.png"><img class="aligncenter  wp-image-335" title="1 node" src="http://marcoceppi.com/wp-content/uploads/2012/05/Selection_206-680x472.png" alt="" width="500" /></a></p>
<p>I continued doing this for each of the &#8220;maas&#8221; VMs until all were registered in the maas-master dashboard. Unfortunately, during installation, of one of the nodes lost my naming scheme (I was trying to do maas-node0, maas-node1, &#8230; for each MAAS node) and ended up naming one of the maas2, which threw off the naming for the rest of the nodes. That aside, all of the initial nodes I wanted to enlist did so without any issues.</p>
<p style="text-align: center;"><a href="http://marcoceppi.com/wp-content/uploads/2012/05/Selection_208.png"><img class="aligncenter  wp-image-339" title="ALL MY NODES" src="http://marcoceppi.com/wp-content/uploads/2012/05/Selection_208-680x340.png" alt="" width="500" /></a></p>
<p>Now it was time to get some Juju goodness pushing against these machines. The first thing I did was hunt down my MAAS Key. I stumbled through a few sections of the dashboard before landing in the account preferences. I also noticed a section for SSH Keys which I added my public key to (for good measure). I copied my MAAS Key and created the following stanza in my juju environments file (I couldn&#8217;t find documentation on the Juju site for MAAS setup but <a href="http://people.canonical.com/~gavin/docs/lp%3Amaas/juju-quick-start.html">I found this URL</a> from a <a href="http://www.jorgecastro.org/images/tests.png" >screenshot of MAAS testing tools</a>, which lead me to the answer).</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="yaml" style="font-family:monospace;"><span style="color: #007F45;">environments</span>:<span style="color: #007F45;">
  vb-maas</span>:<span style="color: green;">
    type</span><span style="font-weight: bold; color: brown;">: </span>maas<span style="color: green;">
    maas-server</span><span style="font-weight: bold; color: brown;">: </span>http://192.168.5.27:<span style="">80</span>/MAAS<span style="color: green;">
    maas-oauth</span><span style="font-weight: bold; color: brown;">: </span><span style="color: #CF00CF;">&quot;MY:MAAS:KEY&quot;</span><span style="color: green;">
    admin-secret</span><span style="font-weight: bold; color: brown;">: </span>super-secret-made-up-admin-key<span style="color: green;">
    default-series</span><span style="font-weight: bold; color: brown;">: </span>precise</pre></td></tr></table></div>

<div>When I first tried to bootstrap the MAAS setup, I received several errors. The port <em>needs</em> to be specified for Juju to connect to the provider. However, when I attempted to bootstrap again, I received a whole mouthful of errors about 409 CONFLICT. This is when I realized you need to <em>Accept</em> each machine in order for it to be provisioned. I stepped back and <a href="https://wiki.ubuntu.com/ServerTeam/MAAS">started reading the documentation</a> as my nodes wouldn&#8217;t commission properly (or at all). It was pretty clear that I didn&#8217;t have the DNS set up properly. I recommend reading through the documentation to get a grasp on what you&#8217;ll need to do for your network. Once I installed maas-dhcp and configured that package, the ISOs needed to be regenerated to use the updated information. Running `sudo maas-import-isos` remedied this for me. After all that I needed to update each VirtualBox VM to include Network in the boot sequence. To do so, open each VM&#8217;s settings, go to System, and make sure the Network boot is checked and at the top of the list.</div>
<div></div>
<div><a href="http://marcoceppi.com/wp-content/uploads/2012/05/Selection_214.png"><img class="aligncenter  wp-image-346" title="Selection_214" src="http://marcoceppi.com/wp-content/uploads/2012/05/Selection_214-680x508.png" alt="" width="500" /></a></div>
<p>After doing that, boot each VM and the PXE DHCP should find your MAAS Master and set up the VM properly. Each machine will turn off after successful setup and MAAS Dashboard will update. The end result is quite glorious:</p>
<p style="text-align: center;"><a href="http://marcoceppi.com/wp-content/uploads/2012/05/Selection_213.png"><img class="aligncenter  wp-image-347" title="Selection_213" src="http://marcoceppi.com/wp-content/uploads/2012/05/Selection_213-680x416.png" alt="" width="500" /></a></p>
<p>Now it&#8217;s really time to get Juju working with these lovely MAAS machines! After several non-starts I created a new account in MAAS Dashboard with the same username as my local user and updated Juju environments to use that MAAS Key. After completing that, I issued a bootstrap:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="bash" style="font-family:monospace;">juju bootstrap</pre></td></tr></table></div>

<p>and checked the dashboard after the command completed.</p>
<p style="text-align: center;"><a href="http://marcoceppi.com/wp-content/uploads/2012/05/Selection_215.png"><img class="aligncenter  wp-image-348" title="Selection_215" src="http://marcoceppi.com/wp-content/uploads/2012/05/Selection_215-680x416.png" alt="" width="500" /></a></p>
<p>The dashboard now shows one of the nodes allocated to Juju for bootstrapping. I had to manually start each VM, as for some reason they don&#8217;t respond to Wake On Lan. However, my goal of using Juju to deploy to MAAS was fulfilled. There is definitely room for improvement with the experience, but I have high hopes when we start throwing bare metal at MAAS.</p>
]]></content:encoded>
			<wfw:commentRss>http://cloud.ubuntu.com/2012/05/juju-maas-and-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing the UDS Juju Charm Contest for UDS attendees</title>
		<link>http://cloud.ubuntu.com/2012/04/announcing-the-uds-juju-charm-contest-for-uds-attendees/</link>
		<comments>http://cloud.ubuntu.com/2012/04/announcing-the-uds-juju-charm-contest-for-uds-attendees/#comments</comments>
		<pubDate>Wed, 25 Apr 2012 22:16:06 +0000</pubDate>
		<dc:creator>jorge</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[juju]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://cloud.ubuntu.com/?p=34531</guid>
		<description><![CDATA[It&#8217;s time for another Juju Charm Contest, where you can submit your charms and win fabulous prizes! This contest is for Ubuntu Developer Summit Attendees; and our prizes are three sexy Dell XPS 13 ultrabooks, which we&#8217;ll be awarding to the three lucky winners of the contest. So how can you win yourself one of [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s time for another Juju Charm Contest, where you can submit your charms and win fabulous prizes! This contest is for <a href="http://uds.ubuntu.com">Ubuntu Developer Summit</a> Attendees; and our prizes are three sexy <a href="http://www.dell.com/story">Dell XPS 13 ultrabooks</a>, which we&#8217;ll be awarding to the three lucky winners of the contest.</p>
<p><a href="http://cloud.ubuntu.com/wp-content/uploads/2012/04/Screenshot-from-2012-04-25-180659.png"><img class="alignnone size-full wp-image-34532" title="Dell XPS 13" src="http://cloud.ubuntu.com/wp-content/uploads/2012/04/Screenshot-from-2012-04-25-180659.png" alt="" width="919" height="410" /></a></p>
<p>So how can you win yourself one of these? Well, with 66 services already ready to be deployed on the cloud we&#8217;re always looking for more, so <a href="http://jujucharms.com/charms/precise">have a look</a> at what you think is missing from the Juju Charm Store and submit your charm as an entry.</p>
<p>We&#8217;ve got the <a href="https://juju.ubuntu.com/Charms">step-by-step instructions</a> on how to write your own charm, we&#8217;re looking for things DevOps deploy to the cloud, so be creative! You have from now until May 09 to submit your charm. At that point we&#8217;ll judge the entries, and then give out the Dell XPS 13&#8242;s during the last day of the Ubuntu  Developer Summit, so if you&#8217;re missing your favorite service from the Charm Store, submit an entry and you&#8217;ll automatically be entered in the contest.</p>
<p><a href="https://juju.ubuntu.com/CharmContest">Full contest rules here</a>, including the judging criteria, so you&#8217;ll want to read that before you get started. Happy Charming!</p>
]]></content:encoded>
			<wfw:commentRss>http://cloud.ubuntu.com/2012/04/announcing-the-uds-juju-charm-contest-for-uds-attendees/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>juju client now available for Mac OSX</title>
		<link>http://cloud.ubuntu.com/2012/04/juju-client-now-available-for-mac-osx/</link>
		<comments>http://cloud.ubuntu.com/2012/04/juju-client-now-available-for-mac-osx/#comments</comments>
		<pubDate>Tue, 24 Apr 2012 15:55:47 +0000</pubDate>
		<dc:creator>jorge</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[juju]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://cloud.ubuntu.com/?p=34464</guid>
		<description><![CDATA[Brandon Holtsclaw has published a Mac port of juju. This will enable Mac users to deploy to their Ubuntu Servers from the comfort of their home operating system. Brandon adds along: Pull Requests or filing Issue&#8217;s are more than Welcome&#8217;d from anyone. Need help getting started with juju? Check out our Getting Started documentation and [...]]]></description>
			<content:encoded><![CDATA[<p>Brandon Holtsclaw has published a <a href="http://jujutools.github.com/">Mac port of juju</a>. This will enable Mac users to deploy to their Ubuntu Servers from the comfort of their home operating system. Brandon adds along:</p>
<blockquote><p>Pull Requests or filing Issue&#8217;s are more than Welcome&#8217;d from anyone.</p></blockquote>
<p>Need help getting started with juju? Check out our <a href="https://juju.ubuntu.com/docs/getting-started.html">Getting Started</a> documentation and then browse through the <a href="http://jujucharms.com/">Charm Store</a> to see what you can start deploying today!</p>
]]></content:encoded>
			<wfw:commentRss>http://cloud.ubuntu.com/2012/04/juju-client-now-available-for-mac-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Announcing the Ubuntu Cloud Summit, 8 May, Oakland, California</title>
		<link>http://cloud.ubuntu.com/2012/04/announcing-the-ubuntu-cloud-summit-8-may-oakland-california/</link>
		<comments>http://cloud.ubuntu.com/2012/04/announcing-the-ubuntu-cloud-summit-8-may-oakland-california/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 20:03:10 +0000</pubDate>
		<dc:creator>jorge</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://cloud.ubuntu.com/?p=34095</guid>
		<description><![CDATA[Canonical in collaboration with Redmonk will be hosting &#8220;The Ubuntu Cloud Summit&#8221; &#8211; a one day event for both technology and business attendees interested in how open-source cloud computing can help their organisations. The event takes place on Tuesday 8th May, at the The Oakland Marriott City Center Hotel, and runs in conjunction with UDS. The [...]]]></description>
			<content:encoded><![CDATA[<p>Canonical in collaboration with <a href="http://www.redmonk.com">Redmonk</a> will be hosting &#8220;The Ubuntu Cloud Summit&#8221; &#8211; a one day event for both technology and business attendees interested in how open-source cloud computing can help their organisations.</p>
<p>The event takes place on Tuesday 8th May, at the The Oakland Marriott City Center Hotel, and runs in conjunction with UDS.</p>
<p>The agenda is still being defined, but the sessions will cover some interesting ideas, challenges and trends around cloud computing and how attendees can deploy an open cloud in their organisation.</p>
<p>Topics will include:</p>
<ul>
<li>The Open Cloud - The role of open source in cloud computing—particularly how an open cloud enables a more flexible, vendor-neutral approach.</li>
<li>Lessons from cloud deployments - Open cloud deployments are real and growing. We’ll discuss and illustrate through case studies the best approaches to deploying and maximising an open cloud.</li>
<li>Open-source cloud technologies - With Ubuntu including technologies such as OpenStack, MAAS and Juju, we’ll examine how they come together to form an open cloud.</li>
</ul>
<p>For more information, visit: <a href="http://uds.ubuntu.com/cloud-summit/">http://uds.ubuntu.com/cloud-summit/</a></p>
<p>The cost of a ticket for attending this event is $100 which includes lunch and refreshments.</p>
]]></content:encoded>
			<wfw:commentRss>http://cloud.ubuntu.com/2012/04/announcing-the-ubuntu-cloud-summit-8-may-oakland-california/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>juju Charm Contest winners!</title>
		<link>http://cloud.ubuntu.com/2012/04/juju-charm-contest-winners/</link>
		<comments>http://cloud.ubuntu.com/2012/04/juju-charm-contest-winners/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 17:00:04 +0000</pubDate>
		<dc:creator>jorge</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://cloud.ubuntu.com/?p=34088</guid>
		<description><![CDATA[The community submitted over 10 charms as part of the juju charm contest. The judges have deliberated and have picked the following winners: The Grand Prize ($300 Amazon Gift Card) goes to Jimmi Andersen for his charm that deploys Appflower, a Rapid Application Development (RAD) tool for building web applications. You can check out the [...]]]></description>
			<content:encoded><![CDATA[<p>The community submitted over 10 charms as part of the <a href="https://juju.ubuntu.com/CharmContest">juju charm contest</a>. The judges have deliberated and have picked the following winners:</p>
<p>The Grand Prize ($300 Amazon Gift Card) goes to Jimmi Andersen for his charm that deploys <a href="http://www.appflower.com/cms/home">Appflower</a>, a Rapid Application Development (RAD) tool for building web applications. You can check <a href="http://jujucharms.com/charms/oneiric/appflower">out the charm</a> in the store for deployment instructions. The judges were impressed by how complete the charm is and how it brings software to Ubuntu that was previously only available by installing it by hand.</p>
<p>The 2 runners up (in no particular order) are Kees Cook for <a href="http://jujucharms.com/charms/oneiric/sbuild">sbuild</a>, and Ben Kerensa for <a href="http://jujucharms.com/charms/oneiric/subway">Subway</a>. sbuild provides a build environment for developers to test packages against and has been used for portable &#8220;hackathons&#8221; where having the packages build on the cloud is quicker and more convenient than building on your local machines. The Subway charm deploys the <a href="https://github.com/thedjpetersen/subway">Subway IRC client</a>, a sexy web based IRC client that uses Node.js and MongoDB. Thanks Ben and Kees, you&#8217;ll each receive a $100 Amazon gift card.</p>
<p>The <a href="http://jujucharms.com/charms">charm store</a> continues to grow as we now have over 73 total charms. The following people contributed charms to the contest and will each receive a Juju tshirt and Ubuntu travel mug: Patrick Hetu (znc and OpenERP), Atul Jha (OwnCloud), Nathan Osman (StackMobile), shazzner (Gitolite), and Brandon Holtsclaw (Drupal). Honorable mention goes to Ryan Kather, who attempted Moodle but was not able to complete it in time. Maybe next time! We&#8217;ll go deeper into these charms and show off their examples throughout the coming weeks.</p>
<p>Not finding what you need in the Charm Store? Well you can always contribute your own charms, here&#8217;s how you can <a href="https://juju.ubuntu.com/Charms">get started</a>.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://cloud.ubuntu.com/2012/04/juju-charm-contest-winners/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Brightbox 12.04 daily images now available, discounts for testers and Ubuntu members</title>
		<link>http://cloud.ubuntu.com/2012/04/brightbox-12-04-daily-images-now-available-discounts-for-testers-and-ubuntu-members/</link>
		<comments>http://cloud.ubuntu.com/2012/04/brightbox-12-04-daily-images-now-available-discounts-for-testers-and-ubuntu-members/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 15:47:19 +0000</pubDate>
		<dc:creator>jorge</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://cloud.ubuntu.com/?p=33959</guid>
		<description><![CDATA[UK cloud provider Brightbox would like to announce that they now have daily images of Ubuntu 12.04 available for testing. Brightbox has an EC2 compatible metadata service that works with Ubuntu&#8217;s cloud-init, you can find more about that in the documentation. As a thank you to the Ubuntu community Brightbox is running a special through [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://brightbox.com/"><img class="alignnone size-medium wp-image-33960" title="bb_logo_small" src="http://cloud.ubuntu.com/wp-content/uploads/2012/04/bb_logo_small-300x141.png" alt="" width="300" height="141" /></a></p>
<p>UK cloud provider Brightbox would like to announce that they now have <a href="http://brightbox.com/blog/2012/03/20/ubuntu-precise-daily-images/">daily images</a> of Ubuntu 12.04 available for testing. Brightbox has an EC2 compatible metadata service that works with Ubuntu&#8217;s cloud-init, you can find more about that in <a href="http://docs.brightbox.com/guides/cli/user-data/">the documentation</a>.</p>
<p>As a thank you to the Ubuntu community Brightbox is running a special through to September. A 10% discount to casual testers, and a 50% discount to anyone registering using their @<a href="http://ubuntu.com/" target="_blank">ubuntu.com</a> address.</p>
<p>Testers can sign up at <a href="http://brightbox.com/" target="_blank">http://brightbox.com/</a>, and to claim the discount you just need to email <a href="mailto:support@brightbox.com">support@brightbox.com</a> with your account id and let them know how you&#8217;re testing out Ubuntu.</p>
<p>Here&#8217;s their <a href="http://docs.brightbox.com/guides/cli/getting-started/">Getting Started guide</a>. Happy testing!</p>
]]></content:encoded>
			<wfw:commentRss>http://cloud.ubuntu.com/2012/04/brightbox-12-04-daily-images-now-available-discounts-for-testers-and-ubuntu-members/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>juju contest entries now due, contest closed.</title>
		<link>http://cloud.ubuntu.com/2012/03/juju-contest-entries-now-due-contest-closed/</link>
		<comments>http://cloud.ubuntu.com/2012/03/juju-contest-entries-now-due-contest-closed/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 00:59:16 +0000</pubDate>
		<dc:creator>jorge</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[juju]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://cloud.ubuntu.com/?p=33642</guid>
		<description><![CDATA[Ok pencils down everyone! The entries for the juju charm contest are now closed, we&#8217;ll have one week of review and then announce the winners!]]></description>
			<content:encoded><![CDATA[<p>Ok pencils down everyone! The entries for the juju charm contest are now closed, we&#8217;ll have one week of review and then announce the winners!</p>
]]></content:encoded>
			<wfw:commentRss>http://cloud.ubuntu.com/2012/03/juju-contest-entries-now-due-contest-closed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>juju Charm Contest extended over the weekend.</title>
		<link>http://cloud.ubuntu.com/2012/03/juju-charm-contest-extended-over-the-weekend/</link>
		<comments>http://cloud.ubuntu.com/2012/03/juju-charm-contest-extended-over-the-weekend/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 16:41:59 +0000</pubDate>
		<dc:creator>jorge</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://cloud.ubuntu.com/?p=33564</guid>
		<description><![CDATA[Due to a recent surge of interest in juju we&#8217;ve decided to extend the juju Charm Contest deadline to this Monday instead of today, that gets you an extra weekend of hacking if you&#8217;re interest in polishing up your charm. We&#8217;ll still have all next week for you to fix up your entries to pass [...]]]></description>
			<content:encoded><![CDATA[<p>Due to a recent surge of interest in juju we&#8217;ve decided to extend the <a href="https://juju.ubuntu.com/CharmContest">juju Charm Contest</a> deadline to this Monday instead of today, that gets you an extra weekend of hacking if you&#8217;re interest in polishing up your charm. </p>
<p>We&#8217;ll still have all next week for you to fix up your entries to pass reviews. Happy charming!</p>
]]></content:encoded>
			<wfw:commentRss>http://cloud.ubuntu.com/2012/03/juju-charm-contest-extended-over-the-weekend/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reminder: juju Charm Contest entries due by this Friday!</title>
		<link>http://cloud.ubuntu.com/2012/03/reminder-juju-charm-contest-entries-due-by-this-friday/</link>
		<comments>http://cloud.ubuntu.com/2012/03/reminder-juju-charm-contest-entries-due-by-this-friday/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 13:48:27 +0000</pubDate>
		<dc:creator>jorge</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://cloud.ubuntu.com/?p=33401</guid>
		<description><![CDATA[Just a quick reminder that if you&#8217;re planning on competing in the juju Charm Contest that all entries are due by this Friday! So far we&#8217;ve had some great in-progress entries, including: Subway IRC, Firefox Sync Server, Freeciv Server, ZNC, gitolite, OpenERP server, and the BOINC client. Who will win the $300 Amazon card? And [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick reminder that if you&#8217;re planning on competing in the <a href="http://cloud.ubuntu.com/2012/02/juju-charm-contest-help-bring-free-software-into-the-cloud/">juju Charm Contest</a> that all entries are due by this Friday!</p>
<p>So far we&#8217;ve had some great in-progress entries, including: Subway IRC, Firefox Sync Server, Freeciv Server, ZNC, gitolite, OpenERP server, and the BOINC client. </p>
<p>Who will win the $300 Amazon card? And who will win the 2 $100 runner up prizes? It&#8217;s heating up folks!</p>
]]></content:encoded>
			<wfw:commentRss>http://cloud.ubuntu.com/2012/03/reminder-juju-charm-contest-entries-due-by-this-friday/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
