Browse code

add stackrc file

Anthony Young authored on 2011/09/27 05:14:46
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,36 @@
0
+# compute service
1
+NOVA_REPO=https://github.com/openstack/nova.git
2
+NOVA_BRANCH=2011.3
3
+
4
+# image catalog service
5
+GLANCE_REPO=https://github.com/cloudbuilders/glance.git
6
+GLANCE_BRANCH=diablo
7
+
8
+# unified auth system (manages accounts/tokens)
9
+KEYSTONE_REPO=https://github.com/cloudbuilders/keystone.git
10
+KEYSTONE_BRANCH=diablo
11
+
12
+# a websockets/html5 or flash powered VNC console for vm instances
13
+NOVNC_REPO=https://github.com/cloudbuilders/noVNC.git
14
+NOVNC_BRANCH=master
15
+
16
+# django powered web control panel for openstack
17
+DASH_REPO=https://github.com/cloudbuilders/openstack-dashboard.git
18
+DASH_BRANCH=master
19
+
20
+# add nixon, will use this to show munin graphs in dashboard
21
+NIXON_REPO=https://github.com/cloudbuilders/nixon.git
22
+NIXON_BRANCH=diablo
23
+
24
+# python client library to nova that dashboard (and others) use
25
+NOVACLIENT_REPO=https://github.com/cloudbuilders/python-novaclient.git
26
+NOVACLIENT_BRANCH=master
27
+
28
+# openstackx is a collection of extensions to openstack.compute & nova
29
+# that is *deprecated*.  The code is being moved into python-novaclient & nova.
30
+OPENSTACKX_REPO=https://github.com/cloudbuilders/openstackx.git
31
+OPENSTACKX_BRANCH=diablo
32
+
33
+# openstack-munin is a collection of munin plugins for monitoring the stack
34
+MUNIN_REPO=https://github.com/cloudbuilders/openstack-munin.git
35
+MUNIN_BRANCH=master