blob: 3580ae176cbfcbe5745bd293f349050d343d0f48 [file] [log] [blame]
Anthony Young096fb5a2011-09-26 13:14:46 -07001# compute service
2NOVA_REPO=https://github.com/openstack/nova.git
3NOVA_BRANCH=2011.3
4
5# image catalog service
6GLANCE_REPO=https://github.com/cloudbuilders/glance.git
7GLANCE_BRANCH=diablo
8
9# unified auth system (manages accounts/tokens)
10KEYSTONE_REPO=https://github.com/cloudbuilders/keystone.git
11KEYSTONE_BRANCH=diablo
12
13# a websockets/html5 or flash powered VNC console for vm instances
14NOVNC_REPO=https://github.com/cloudbuilders/noVNC.git
Anthony Young0f6787c2011-09-27 19:39:13 -070015NOVNC_BRANCH=master
Anthony Young096fb5a2011-09-26 13:14:46 -070016
17# django powered web control panel for openstack
18DASH_REPO=https://github.com/cloudbuilders/openstack-dashboard.git
Anthony Youngf86ce332011-09-27 10:51:03 -070019DASH_BRANCH=master
Anthony Young096fb5a2011-09-26 13:14:46 -070020
21# add nixon, will use this to show munin graphs in dashboard
22NIXON_REPO=https://github.com/cloudbuilders/nixon.git
23NIXON_BRANCH=diablo
24
25# python client library to nova that dashboard (and others) use
26NOVACLIENT_REPO=https://github.com/cloudbuilders/python-novaclient.git
Anthony Young248221a2011-09-27 11:25:18 -070027NOVACLIENT_BRANCH=master
Anthony Young096fb5a2011-09-26 13:14:46 -070028
29# openstackx is a collection of extensions to openstack.compute & nova
30# that is *deprecated*. The code is being moved into python-novaclient & nova.
31OPENSTACKX_REPO=https://github.com/cloudbuilders/openstackx.git
32OPENSTACKX_BRANCH=diablo
33
34# openstack-munin is a collection of munin plugins for monitoring the stack
35MUNIN_REPO=https://github.com/cloudbuilders/openstack-munin.git
36MUNIN_BRANCH=master
termied5e1f7b2011-09-28 17:04:01 -050037
38# allow local overwrites
39[ -f ./localrc ] && source ./localrc