initial commit of build_kvm.sh
This commit is contained in:
parent
fd709d8049
commit
78bd0cbd98
2 changed files with 6 additions and 2 deletions
|
@ -12,3 +12,7 @@ vim-nox
|
||||||
locate # useful when debugging
|
locate # useful when debugging
|
||||||
python-virtualenv
|
python-virtualenv
|
||||||
python-unittest2
|
python-unittest2
|
||||||
|
iputils-ping
|
||||||
|
wget
|
||||||
|
curl
|
||||||
|
tcpdump
|
||||||
|
|
4
stackrc
4
stackrc
|
@ -12,7 +12,7 @@ KEYSTONE_BRANCH=diablo
|
||||||
|
|
||||||
# a websockets/html5 or flash powered VNC console for vm instances
|
# a websockets/html5 or flash powered VNC console for vm instances
|
||||||
NOVNC_REPO=https://github.com/cloudbuilders/noVNC.git
|
NOVNC_REPO=https://github.com/cloudbuilders/noVNC.git
|
||||||
NOVNC_BRANCH=master
|
NOVNC_BRANCH=diablo
|
||||||
|
|
||||||
# django powered web control panel for openstack
|
# django powered web control panel for openstack
|
||||||
DASH_REPO=https://github.com/cloudbuilders/openstack-dashboard.git
|
DASH_REPO=https://github.com/cloudbuilders/openstack-dashboard.git
|
||||||
|
@ -28,7 +28,7 @@ OPENSTACKX_REPO=https://github.com/cloudbuilders/openstackx.git
|
||||||
OPENSTACKX_BRANCH=diablo
|
OPENSTACKX_BRANCH=diablo
|
||||||
|
|
||||||
# Specify a comma-separated list of uec images to download and install into glance.
|
# Specify a comma-separated list of uec images to download and install into glance.
|
||||||
IMAGE_URLS=http://smoser.brickies.net/ubuntu/ttylinux-uec/ttylinux-uec-amd64-11.2_2.6.35-15_1.tar.gz
|
IMAGE_URLS=http://smoser.brickies.net/ubuntu/ttylinux-uec/ttylinux-uec-amd64-11.2_2.6.35-15_1.tar.gz,http://uec-images.ubuntu.com/oneiric/current/oneiric-server-cloudimg-amd64.tar.gz
|
||||||
|
|
||||||
# allow local overrides of env variables
|
# allow local overrides of env variables
|
||||||
if [ -f ./localrc ]; then
|
if [ -f ./localrc ]; then
|
||||||
|
|
Loading…
Reference in a new issue