2015-07-06 15:14:54 +00:00
|
|
|
# ironic-python-agent - Openstack Ironic Python Agnet
|
|
|
|
#
|
|
|
|
# The ironic-python-agent helps ironic in deploying instances.
|
|
|
|
|
|
|
|
description "Ironic Python Agnet"
|
|
|
|
|
|
|
|
start on runlevel [2345]
|
|
|
|
stop on runlevel [!2345]
|
|
|
|
|
|
|
|
respawn
|
|
|
|
respawn limit 10 5
|
|
|
|
umask 022
|
|
|
|
|
|
|
|
expect stop
|
|
|
|
|
2016-03-21 20:31:29 +00:00
|
|
|
console output
|
|
|
|
|
2015-07-06 15:14:54 +00:00
|
|
|
pre-start script
|
2015-08-31 14:27:44 +00:00
|
|
|
echo Starting Ironic Python Agent
|
2015-07-06 15:14:54 +00:00
|
|
|
end script
|
|
|
|
|
2015-10-16 10:46:13 +00:00
|
|
|
exec /usr/local/bin/ironic-python-agent
|