devstack_custom/README

28 lines
968 B
Text
Raw Normal View History

2011-09-12 23:15:11 +00:00
Tool to build (nfs export) openstack dev environments
2011-09-12 23:41:23 +00:00
# Todo
2011-09-12 23:15:11 +00:00
2011-09-13 02:29:56 +00:00
* Add python-novaclient cli support
2011-09-13 07:04:24 +00:00
* move keystone/glance/dash to mysql
* syslog
* munin
* check openstack-puppet recipes to see if anything else is missing
* allow rabbit connection to be specified via environment variables with sensible defaults
2011-09-12 23:15:11 +00:00
* Add volume support
2011-09-13 02:29:56 +00:00
* extract image upload to a seperate script that supports generating images via debootstrap (ubuntu-vm-builder?)
2011-09-12 23:15:11 +00:00
* allow changing of git locations (specify different tag/branch or repos)
2011-09-13 02:29:56 +00:00
* change method of invoking stack.sh to ./stack.sh all _or_ ./stack.sh nova-compute,nova-network,nova-api,nova-volume
* Add quantum support
# Done
* sqlconn can be set via env
2011-09-13 06:52:03 +00:00
* move back to using sudo
2011-09-13 07:04:24 +00:00
* move nova to mysql
2011-09-12 23:15:11 +00:00
# Future
2011-09-12 23:29:14 +00:00
* idea: move from screen to tmux?
* idea: create a live-cd / vmware preview image using this?
* idea: use lxc to make the proto-image have everything? so launching a new server is just turn on / updating / run?