Skip to content

Instantly share code, notes, and snippets.

View sleepsonthefloor's full-sized avatar

Anthony Young sleepsonthefloor

View GitHub Profile
#!/usr/bin/env python
# pylint: disable-msg=C0103
# vim: tabstop=4 shiftwidth=4 softtabstop=4
# Copyright 2010 United States Government as represented by the
# Administrator of the National Aeronautics and Space Administration.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# Add Anso Repository
sudo apt-get -y --force-yes install python-software-properties
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 460DF9BE
sudo add-apt-repository 'deb http://packages.ansolabs.com/ maverick main'
sudo apt-get update
# Install base software
sudo apt-get install -y nova-api nova-compute nova-scheduler nova-network
sudo apt-get install -y nova-volume nova-objectstore
sudo modprobe kvm # skip this if you don't have hardware virtualization