Anthony Young | 096fb5a | 2011-09-26 13:14:46 -0700 | [diff] [blame] | 1 | # compute service |
| 2 | NOVA_REPO=https://github.com/openstack/nova.git |
| 3 | NOVA_BRANCH=2011.3 |
| 4 | |
| 5 | # image catalog service |
| 6 | GLANCE_REPO=https://github.com/cloudbuilders/glance.git |
| 7 | GLANCE_BRANCH=diablo |
| 8 | |
| 9 | # unified auth system (manages accounts/tokens) |
| 10 | KEYSTONE_REPO=https://github.com/cloudbuilders/keystone.git |
| 11 | KEYSTONE_BRANCH=diablo |
| 12 | |
| 13 | # a websockets/html5 or flash powered VNC console for vm instances |
| 14 | NOVNC_REPO=https://github.com/cloudbuilders/noVNC.git |
Anthony Young | 0f6787c | 2011-09-27 19:39:13 -0700 | [diff] [blame] | 15 | NOVNC_BRANCH=master |
Anthony Young | 096fb5a | 2011-09-26 13:14:46 -0700 | [diff] [blame] | 16 | |
| 17 | # django powered web control panel for openstack |
| 18 | DASH_REPO=https://github.com/cloudbuilders/openstack-dashboard.git |
Anthony Young | f86ce33 | 2011-09-27 10:51:03 -0700 | [diff] [blame] | 19 | DASH_BRANCH=master |
Anthony Young | 096fb5a | 2011-09-26 13:14:46 -0700 | [diff] [blame] | 20 | |
| 21 | # add nixon, will use this to show munin graphs in dashboard |
| 22 | NIXON_REPO=https://github.com/cloudbuilders/nixon.git |
| 23 | NIXON_BRANCH=diablo |
| 24 | |
| 25 | # python client library to nova that dashboard (and others) use |
| 26 | NOVACLIENT_REPO=https://github.com/cloudbuilders/python-novaclient.git |
Anthony Young | 248221a | 2011-09-27 11:25:18 -0700 | [diff] [blame] | 27 | NOVACLIENT_BRANCH=master |
Anthony Young | 096fb5a | 2011-09-26 13:14:46 -0700 | [diff] [blame] | 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. |
| 31 | OPENSTACKX_REPO=https://github.com/cloudbuilders/openstackx.git |
| 32 | OPENSTACKX_BRANCH=diablo |
| 33 | |
| 34 | # openstack-munin is a collection of munin plugins for monitoring the stack |
| 35 | MUNIN_REPO=https://github.com/cloudbuilders/openstack-munin.git |
| 36 | MUNIN_BRANCH=master |
termie | d5e1f7b | 2011-09-28 17:04:01 -0500 | [diff] [blame] | 37 | |
| 38 | # allow local overwrites |
| 39 | [ -f ./localrc ] && source ./localrc |