Shut down supervisor before starting it in foreground

Added shutdown for nailgun and ostf containers.

Change-Id: I7db970fed80cebcdfa3298eef94061709bae45b4
Partial-Bug: #117250
This commit is contained in:
Matthew Mosesohn 2014-08-27 19:45:54 +04:00
parent a4dea3bb30
commit f9ecbea42d
2 changed files with 2 additions and 0 deletions

View File

@ -10,4 +10,5 @@ ln -sf /etc/fuel/version.yaml /etc/nailgun/version.yaml
#Run puppet to apply custom config
puppet apply -v /etc/puppet/modules/nailgun/examples/nailgun-only.pp
service supervisord stop
/usr/bin/supervisord -n

View File

@ -6,4 +6,5 @@ rm -f /var/lib/rpm/__db.*
rpm --rebuilddb
puppet apply -v /etc/puppet/modules/nailgun/examples/ostf-only.pp
service supervisord stop
/usr/bin/supervisord -n