Public Cloud and Network as a Service
The first part of the post was building the Public Cloud node. The second part of this post is going to be a primitive blue print for how to build a hybrid private/public network and what network as a service could mean. Without reliable national broadband and backbone networks both provider and customer will be taking serious risks. I will …
The HP Public Cloud and OpenStack
We have listened to people ramble on about the promise of the cloud and the impact on infrastructure for a few years now, but very rarely has anyone articulated a reasonable blueprint on ramp into this public cloud. SaaS is everywhere, the application was and will continue to be the low hanging fruit, the rest is a bit more difficult. …
Rackspace OpenStack Installation on a KVM VM
Rackspace OpenStack Installation on a KVM VM: Big day in the OpenStack world, Rackspace announced it was releasing its Openstack installer image named Alamo v1.0. running on top of KVM, along with Opscode Chef and Rackspace OpenStack cookbooks. This may be the Open Source renaissance we have been needing and forced into by exorbitant profit taking, M&A, takeovers, buyouts, spin-ins, spin-offs, …
Quantum OpenStack Scripted Python Install
Update: My latest installation document for Folsom can be found here. It’s too tough to try and keep up with debugging installers myself so I am just using DevStack in that tutorial. This will not work with OpenStack apt-get repos anymore since the packages have changed to Folsom. Thanks! Quantum OpenStack Python Installer Installation: Here is a cobbled together Openstack Essex scripted installation …
Building a Windows Image for OpenStack
Building a Windows Image for OpenStack : Here is a how-to for building a Windows image to import into OpenStack or a KVM Hypervisor. We need to sysprep the image before we can import it into Glance. Download the Virtio-win binary driver http://alt.fedoraproject.org/pub/alt/virtio-win/latest/images/ System Prep Have the windows install ISO and the VirtIO iso in the same directory that you …
OpenStack Essex Installer Script
Update: My latest installation document for Folsom can be found here. It’s too tough to try and keep up with debugging installers myself so I am just using DevStack in that tutorial. Thanks! Here is a Python Script I put together for installing OpenStack Essex on either your laptop in a Virtualbox VM running Qemu or on a standalone server/box for more …
Comparing Vmware vs. OpenStack
Comparing Vmware vs. OpenStack: I ran into a great slide deck Mirantis comparing VMware and OpenStack (Essex) and wanted to share it. I am not affiliated with Mirantis. I started to research a side by side comparison between OpenStack and VMware. The slide deck is really good and deserves more than a Tweet. VMware is a good tool for many …
OpenStack Essex and Quantum Installation using OpenvSwitch from Scratch
Here is a walkthrough for the Quantum Network Manager Plugin for OpenStack Essex with a Quantum Installation with OpenvSwitch. It is still in dev so expect weird things and stability issues. For a guy with a networking bread and butter this is the extremely exciting piece of OpenStack for me. I will do a followup and try and breakdown the OpenvSwitch …