Skip to content

Instantly share code, notes, and snippets.

View catchex's full-sized avatar

Yeong-Her Wang catchex

View GitHub Profile
@catchex
catchex / centos-nova-install.sh
Created February 10, 2012 02:02 — forked from kevinbringard/centos-nova-install.sh
Shell script to install nova and it's dependencies on CentOS 5.x. I't sonly been tested with KVM and the OpenStack Bexar release
#!/bin/sh
# This should get most (if not all of the dependencies for openstack on CentOS 5.5 installed for you
# Based on http://wiki.openstack.org/NovaInstall/CentOSNotes
# Define some constants
BASE=$( pwd )
BUILDDIR="nova-build"
RPMHOST="UPDATE THIS"
NOVACONF="nova.conf"