| ... | ... |
@@ -1,5 +1,17 @@ |
| 1 | 1 |
Tool to quickly deploy openstack dev environments |
| 2 | 2 |
|
| 3 |
+Be sure to carefully read these scripts before you run them as they install software and may alter your networking configuration. |
|
| 4 |
+ |
|
| 5 |
+# To start a dev cloud on your local machine (installing on a dedicated vm is safer!): |
|
| 6 |
+ |
|
| 7 |
+ ./stack.sh |
|
| 8 |
+ |
|
| 9 |
+# To start a dev cloud in an lxc container: |
|
| 10 |
+ |
|
| 11 |
+ ./build_lxc.sh |
|
| 12 |
+ |
|
| 13 |
+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. |
|
| 14 |
+ |
|
| 3 | 15 |
# Todo |
| 4 | 16 |
|
| 5 | 17 |
* Add python-novaclient cli support |
| ... | ... |
@@ -16,7 +16,7 @@ NOVNC_BRANCH=master |
| 16 | 16 |
|
| 17 | 17 |
# django powered web control panel for openstack |
| 18 | 18 |
DASH_REPO=https://github.com/cloudbuilders/openstack-dashboard.git |
| 19 |
-DASH_BRANCH=glance_type_image |
|
| 19 |
+DASH_BRANCH=master |
|
| 20 | 20 |
|
| 21 | 21 |
# add nixon, will use this to show munin graphs in dashboard |
| 22 | 22 |
NIXON_REPO=https://github.com/cloudbuilders/nixon.git |