tripleo-ansible/playbooks/files/rabbitmq-server.override
Julia Kreger d1415735bc Unblock startup of RabbitMQ during upgrade
RabbitMQ requires the hosts file to have addresses populated for
the host names it is expected to connect to, and without it spins
endlessly until restarted.

Changing the post-upgrade initialization sequence to invoke the
the hosts file generation script directly in the event that we stop
os-collect-config before it writes the file out.  This at some point
should be rewritten to be performed with a template or a new plugin.

Additionally placing an override file to short circuit the startup
wait which can seemingly get into a state where it never exits.

Change-Id: I7d03f4e08fd751a788fbe79782d253724f64fc9c
2014-11-18 21:39:39 -05:00

2 lines
26 B
Plaintext

post-start exec /bin/true