blob: 7df881048c00be98f2421e122d68399d40d429e8 [file] [log] [blame]
Jake Dahnb8b5ddd2011-09-16 16:12:08 -07001Tool to quickly deploy openstack dev environments
Jesse Andrewsba23cc72011-09-11 03:22:13 -07002
Anthony Young0e65abf2011-09-30 09:24:00 -07003Be 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
13You 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
Jesse Andrewsaec8fa42011-09-12 16:41:23 -070015# Todo
Jesse Andrews2caf8fd2011-09-12 16:15:11 -070016
Jesse Andrews2caf8fd2011-09-12 16:15:11 -070017* Add python-novaclient cli support
Jesse Andrews710eeec2011-09-13 00:04:24 -070018* move keystone/glance/dash to mysql
19* syslog
Jesse Andrews710eeec2011-09-13 00:04:24 -070020* check openstack-puppet recipes to see if anything else is missing
21* allow rabbit connection to be specified via environment variables with sensible defaults
Jesse Andrews1c1d1502011-09-12 19:29:56 -070022* Add volume support
Jesse Andrews2caf8fd2011-09-12 16:15:11 -070023* allow changing of git locations (specify different tag/branch or repos)
Jesse Andrews1c1d1502011-09-12 19:29:56 -070024* change method of invoking stack.sh to ./stack.sh all _or_ ./stack.sh nova-compute,nova-network,nova-api,nova-volume
25* Add quantum support
Jesse Andrews1c1d1502011-09-12 19:29:56 -070026
27# Done
28
29* sqlconn can be set via env
Jesse Andrewse192c382011-09-12 23:52:03 -070030* move back to using sudo
Jesse Andrews710eeec2011-09-13 00:04:24 -070031* move nova to mysql
Jake Dahn32dbf112011-09-16 16:06:46 -070032* munin
Dean Troyer076db802011-09-19 14:31:05 -050033* image upload with a script that supports generating images via debootstrap (ubuntu-vm-builder)
Jesse Andrews2caf8fd2011-09-12 16:15:11 -070034
35# Future
36
Jesse Andrews04ab3ae2011-09-12 16:29:14 -070037* idea: move from screen to tmux?
Jesse Andrewsba23cc72011-09-11 03:22:13 -070038* idea: create a live-cd / vmware preview image using this?
39* idea: use lxc to make the proto-image have everything? so launching a new server is just turn on / updating / run?