diskimage-builder/elements/os-svc-install
Clint Byrum 4762f65dc1 Streamline upstart scripts in os-svc-daemon
Best practice is to use start-stop-daemon rather than sudo, as sudo will
apply user-centric pam limits and create a wtmp entry. Also there is no
need for a script stanza, as we are only execing one command.

Change-Id: I0c2f12536b56d90fd43ab40e74424350efcc0b61
2013-04-03 11:32:17 -07:00
..
bin Streamline upstart scripts in os-svc-daemon 2013-04-03 11:32:17 -07:00
pre-install.d Run all openstack services in virtualenvs: 2013-04-02 18:13:07 -07:00
README.md Consolidate common OS installation into a script: 2013-02-13 11:06:00 -08:00

Installs 'os-svc-install', a script to perform one-line installs of init-controlled openstack services from github.

Example Usage

os-svc-install -u nova -n nova-all -c 'nova-all --someoption' -r https://github.com/openstack/nova.git

The above command will pip-install the repo specified by '-r', and create a service start script called nova-all (from -n), which starts the command specified by -c as user -u