Archives

All Posts Tagged Tag: ‘OpenStack’

Installing OpenStack Grizzly with DevStack

unicorn-accountant

Installing OpenStack Grizzly with DevStack is pretty painless. Grizzly will be officially released at the OpenStack Summit in a couple of weeks. There are some really impressive new network functions coupled with the OpenStack Grizzly release. DevStack is a handy tool for developers and people brand new to OpenStack. Keep in mind, the OpenStack install that DevStack performs is not …

Read More

OpenStack Multi-Node DevStack Nova Network Tutorial

DevStack Openstack Lab

DevStack is a scripted OpenStack installer  maintained for developers to prototype and debug. It is also handy for operators to proof concepts and test new services and configurations. This is a good starter for folks new to OpenStack to help understand how to install and operate OpenStack. Some folks have been asking about multi-node DevStack deployment using nova network, so …

Read More

OpenStack Quantum DevStack on a Laptop with VMware Fusion

DevStack Openstack Lab

VMware Fusion and VMware Workstation both support nested virtualization. This is great news for folks looking to either learn OpenStack, proof new concepts or do development work without needing physical hardware. The reason nested virtualization is important is to support KVM, Xen or other hypervisors you need hardware virtualization to get hooks into Quantum and Open vSwitch that Qemu will …

Read More

OpenStack Folsom Quantum Devstack Installation Tutorial

DevStack Openstack Lab

This is a quick guide that includes a diagram of a working reference architecture for installation of the OpenStack Folsom release using which includes the Quantum networking component using the DevStack installation bash script. With the OpenStack Essex release, I was writing installers with Python for Linux bridging and the Quantum plugin. So far the OpenStack Folsom install is more …

Read More

Public Cloud and Network as a Service

Telephone Cabling Mess

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 …

Read More

The HP Public Cloud and OpenStack

unicorn-accountant

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. …

Read More

Rackspace OpenStack Installation on a KVM VM

OpenStack

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, …

Read More

Quantum OpenStack Scripted Python Install

Python OpenStack Installer

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 …

Read More

Building a Windows Image for OpenStack

openstack-logo

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 …

Read More

OpenStack Essex Installer Script

OpenStack

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 …

Read More

Comparing Vmware vs. OpenStack

openstack-logo

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 …

Read More

OpenStack Essex and Quantum Installation using OpenvSwitch from Scratch

openstack-logo

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 …

Read More

Troubleshooting Common OpenStack Errors

openstack-logo

Troubleshooting Common OpenStack Errors These are some notes from troubleshooting common OpenStack Errors that I have run into in the past year. These were mostly from Diablo and Essex but some are applicable to future releases especially surrounding Nova. /*Check all services $nova-manage service list (check for XXX or smiley face) Binary Host Zone Status State Updated_At nova-scheduler openstack1 nova …

Read More

OpenStack Essex Installation Walkthrough from Scratch (Part3)

Dashboard Installation /*Install packages $apt-get install libapache2-mod-wsgi openstack-dashboard /*Restart Apache $restart apache $service apache2 restart /*Connect to the Dashboard web page. http://localhost or http://x.x.x.x So easy a caveman (me) can do it. Not really it is a pain to get it working smoothly but mainly for me was lack of good directions and learning the pieces and parts to something …

Read More

Page 1 of 212»