← Back to team overview

openstack team mailing list archive

Re: turn a devstack into a deployment

 

Cool!

--
Lorin Hochstein, Computer Scientist
USC Information Sciences Institute
703.812.3710
http://www.east.isi.edu/~lorin




On Nov 22, 2011, at 12:05 PM, Yun Mao wrote:

> devstack makes setting up a dev environment such a breeze, that I'd
> rather not go back to the packages and manual installations if
> possible, for a not so serious deployment environment.
> 
> So I wrote the script upstart.sh and a few templates. The basic idea
> is that once you like what stack.sh has done to your system, you can
> convert them into upstart services. The benefits are: run them like
> daemons instead of in screens; store logs in files; automatic start up
> after a reboot.
> 
> It works with glance-*, nova-*, novnc, and keystone, not with quantum
> or swift yet.
> 
> put it on github https://github.com/maoy/devstack/tree/upstart
> 
> Usage: after you've done ./stack.sh
> do: ./upstart.sh install
> Now the services are installed. To use them, either reboot to get rid
> of the services started by stack.sh, and automatically start those
> services, or do killall screen, then ./upstart.sh start
> 
> Feedback is welcome. Thanks,
> 
> Yun
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp


References