blob: 3ad46ccca341abaefe79de1db727dc15171e5d01 [file] [log] [blame]
Dean Troyer0bd24102012-03-08 00:33:54 -06001# Find the other rc files
2RC_DIR=$(cd $(dirname "$BASH_SOURCE") && pwd)
3
Chmouel Boudjnah8da56562012-03-09 14:21:40 +00004# Specify which services to launch. These generally correspond to
5# screen tabs. If you like to add other services that are not enabled
6# by default you can append them in your ENABLED_SERVICES variable in
7# your localrc. For example for swift you can just add this in your
8# localrc to add it with the other services:
9# ENABLED_SERVICES="$ENABLED_SERVICES,swift"
10ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,mysql,rabbit
11
Anthony Young096fb5a2011-09-26 13:14:46 -070012# compute service
Vishvananda Ishayae978e7f2011-11-14 10:55:47 -080013NOVA_REPO=https://github.com/openstack/nova.git
Jesse Andrews9c7c9082011-11-23 10:10:53 -080014NOVA_BRANCH=master
Anthony Young096fb5a2011-09-26 13:14:46 -070015
Chmouel Boudjnah28fa4e82011-11-01 12:30:55 +010016# storage service
17SWIFT_REPO=https://github.com/openstack/swift.git
Jesse Andrews9c7c9082011-11-23 10:10:53 -080018SWIFT_BRANCH=master
Chmouel Boudjnah28fa4e82011-11-01 12:30:55 +010019
Anthony Young096fb5a2011-09-26 13:14:46 -070020# image catalog service
Vishvananda Ishayae978e7f2011-11-14 10:55:47 -080021GLANCE_REPO=https://github.com/openstack/glance.git
Jesse Andrews9c7c9082011-11-23 10:10:53 -080022GLANCE_BRANCH=master
Anthony Young096fb5a2011-09-26 13:14:46 -070023
Dean Troyer45495252012-04-13 13:16:38 -050024# python glance client library
25GLANCECLIENT_REPO=https://github.com/openstack/python-glanceclient
26GLANCECLIENT_BRANCH=master
27
Anthony Young096fb5a2011-09-26 13:14:46 -070028# unified auth system (manages accounts/tokens)
Vishvananda Ishaya53284c82012-02-08 23:33:41 +000029KEYSTONE_REPO=https://github.com/openstack/keystone.git
Dean Troyer6a3f6072012-02-16 16:31:24 -060030KEYSTONE_BRANCH=master
Anthony Young096fb5a2011-09-26 13:14:46 -070031
32# a websockets/html5 or flash powered VNC console for vm instances
Jesse Andrewsc2b3cf72011-10-25 08:52:31 -070033NOVNC_REPO=https://github.com/cloudbuilders/noVNC.git
Jesse Andrews9c7c9082011-11-23 10:10:53 -080034NOVNC_BRANCH=master
Anthony Young096fb5a2011-09-26 13:14:46 -070035
36# django powered web control panel for openstack
Tres Henryca85b792011-10-28 14:00:21 -070037HORIZON_REPO=https://github.com/openstack/horizon.git
Jesse Andrews9c7c9082011-11-23 10:10:53 -080038HORIZON_BRANCH=master
Anthony Young096fb5a2011-09-26 13:14:46 -070039
Tres Henryca85b792011-10-28 14:00:21 -070040# python client library to nova that horizon (and others) use
Jesse Andrews38df1222011-11-20 09:55:44 -080041NOVACLIENT_REPO=https://github.com/openstack/python-novaclient.git
Anthony Young248221a2011-09-27 11:25:18 -070042NOVACLIENT_BRANCH=master
Anthony Young096fb5a2011-09-26 13:14:46 -070043
Anthony Young52e631d2011-12-27 22:22:14 -080044# python keystone client library to nova that horizon uses
45KEYSTONECLIENT_REPO=https://github.com/openstack/python-keystoneclient
46KEYSTONECLIENT_BRANCH=master
47
Brad Hall1bfa3d52011-10-27 18:18:20 -070048# quantum service
49QUANTUM_REPO=https://github.com/openstack/quantum
Jesse Andrews9c7c9082011-11-23 10:10:53 -080050QUANTUM_BRANCH=master
Brad Hall1bfa3d52011-10-27 18:18:20 -070051
Dave Lapsley5a09c922012-01-25 17:22:15 -050052# quantum client
53QUANTUM_CLIENT_REPO=https://github.com/openstack/python-quantumclient
54QUANTUM_CLIENT_BRANCH=master
55
Dean Troyer608bb122012-01-10 14:43:17 -060056# Tempest test suite
57TEMPEST_REPO=https://github.com/openstack/tempest.git
58TEMPEST_BRANCH=master
Dean Troyerb0e57cf2011-11-04 12:13:43 -050059
Jason Kölker64a90662012-01-23 11:17:27 -060060# melange service
61MELANGE_REPO=https://github.com/openstack/melange.git
62MELANGE_BRANCH=master
63
64# python melange client library
65MELANGECLIENT_REPO=https://github.com/openstack/python-melangeclient.git
66MELANGECLIENT_BRANCH=master
67
Anthony Young120f4862011-10-14 09:31:09 -070068# Specify a comma-separated list of uec images to download and install into glance.
Scott Moser4f6d7b62011-12-08 16:22:51 -050069# supported urls here are:
70# * "uec-style" images:
71# If the file ends in .tar.gz, uncompress the tarball and and select the first
72# .img file inside it as the image. If present, use "*-vmlinuz*" as the kernel
73# and "*-initrd*" as the ramdisk
74# example: http://cloud-images.ubuntu.com/releases/oneiric/release/ubuntu-11.10-server-cloudimg-amd64.tar.gz
75# * disk image (*.img,*.img.gz)
76# if file ends in .img, then it will be uploaded and registered as a to
77# glance as a disk image. If it ends in .gz, it is uncompressed first.
Jason Kölker64a90662012-01-23 11:17:27 -060078# example:
Scott Moser4f6d7b62011-12-08 16:22:51 -050079# http://cloud-images.ubuntu.com/releases/oneiric/release/ubuntu-11.10-server-cloudimg-armel-disk1.img
80# http://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-rootfs.img.gz
Scott Moser3584e552011-12-08 16:23:27 -050081#IMAGE_URLS="http://smoser.brickies.net/ubuntu/ttylinux-uec/ttylinux-uec-amd64-11.2_2.6.35-15_1.tar.gz" # old ttylinux-uec image
82#IMAGE_URLS="http://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img" # cirros full disk image
Scott Mosera3682182011-12-16 10:29:10 -050083case "$LIBVIRT_TYPE" in
84 lxc) # the cirros root disk in the uec tarball is empty, so it will not work for lxc
85 IMAGE_URLS="http://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-rootfs.img.gz";;
86 *) # otherwise, use the uec style image (with kernel, ramdisk, disk)
87 IMAGE_URLS="http://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-uec.tar.gz";;
88esac
Anthony Young0ab1d462011-10-13 23:03:23 -070089
Anthony Youngeb5dea62011-09-28 15:24:57 -070090# allow local overrides of env variables
Dean Troyer0bd24102012-03-08 00:33:54 -060091if [ -f $RC_DIR/localrc ]; then
92 source $RC_DIR/localrc
Anthony Youngeb5dea62011-09-28 15:24:57 -070093fi