Browse code

move readme to markdown

Jesse Andrews authored on 2011/10/14 02:37:45
Showing 2 changed files
1 1
deleted file mode 100644
... ...
@@ -1,43 +0,0 @@
1
-Tool to quickly deploy openstack dev environments.
2
-
3
-# Goals
4
-
5
-* To quickly build dev openstack environments in clean natty environments
6
-* To describe working configurations of openstack (which code branches work together?  what do config files look like for those branches?)
7
-* To make it easier for developers to dive into openstack so that they can productively contribute without having to understand every part of the system at once
8
-* To make it easy to prototype cross-project features
9
-
10
-Read more at http://devstack.org (built from the gh-pages branch)
11
-
12
-Be sure to carefully read these scripts before you run them as they install software and may alter your networking configuration.
13
-
14
-# To start a dev cloud on your local machine (installing on a dedicated vm is safer!):
15
-
16
-    ./stack.sh
17
-
18
-If working correctly, you should be able to access openstack endpoints, like:
19
-
20
-* Dashboard: http://myhost/
21
-* Keystone: http://myhost:5000/v2.0/
22
-
23
-# To start a dev cloud in an lxc container:
24
-
25
-    ./build_lxc.sh
26
-
27
-You will need to configure a bridge and network on your host machine (by default br0) before starting build_lxc.sh.  A sample host-only network configuration can be found in lxc_network_hostonlyplusnat.sh.
28
-
29
-# Customizing
30
-
31
-You can tweak environment variables by creating file name 'localrc' should you need to override defaults.  It is likely that you will need to do this to tweak your networking configuration should you need to access your cloud from a different host.
32
-
33
-# Todo
34
-
35
-* Add python-novaclient cli support
36
-* syslog
37
-* Add volume support
38
-* Add quantum support
39
-
40
-# Future
41
-
42
-* idea: move from screen to tmux?
43
-* idea: create a live-cd / vmware preview image using this?
44 1
new file mode 100644
... ...
@@ -0,0 +1,43 @@
0
+Tool to quickly deploy openstack dev environments.
1
+
2
+# Goals
3
+
4
+* To quickly build dev openstack environments in clean natty environments
5
+* To describe working configurations of openstack (which code branches work together?  what do config files look like for those branches?)
6
+* To make it easier for developers to dive into openstack so that they can productively contribute without having to understand every part of the system at once
7
+* To make it easy to prototype cross-project features
8
+
9
+Read more at http://devstack.org (built from the gh-pages branch)
10
+
11
+Be sure to carefully read these scripts before you run them as they install software and may alter your networking configuration.
12
+
13
+# To start a dev cloud on your local machine (installing on a dedicated vm is safer!):
14
+
15
+    ./stack.sh
16
+
17
+If working correctly, you should be able to access openstack endpoints, like:
18
+
19
+* Dashboard: http://myhost/
20
+* Keystone: http://myhost:5000/v2.0/
21
+
22
+# To start a dev cloud in an lxc container:
23
+
24
+    ./build_lxc.sh
25
+
26
+You will need to configure a bridge and network on your host machine (by default br0) before starting build_lxc.sh.  A sample host-only network configuration can be found in lxc_network_hostonlyplusnat.sh.
27
+
28
+# Customizing
29
+
30
+You can tweak environment variables by creating file name 'localrc' should you need to override defaults.  It is likely that you will need to do this to tweak your networking configuration should you need to access your cloud from a different host.
31
+
32
+# Todo
33
+
34
+* Add python-novaclient cli support
35
+* syslog
36
+* Add volume support
37
+* Add quantum support
38
+
39
+# Future
40
+
41
+* idea: move from screen to tmux?
42
+* idea: create a live-cd / vmware preview image using this?