blob: 2d265d305701965ad416f664c23fe8aaec99a5c8 [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
15NOVNC_BRANCH=master
16
17# django powered web control panel for openstack
18DASH_REPO=https://github.com/cloudbuilders/openstack-dashboard.git
19DASH_BRANCH=master
20
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
27NOVACLIENT_BRANCH=master
28
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