From 38c458e35a181e9cced957d733832c1e297e2e35 Mon Sep 17 00:00:00 2001 From: Stepan Andrushko Date: Tue, 19 Feb 2019 19:14:55 +0200 Subject: Yardstick container rabbitmq supervisor RUN state Rabbitmq process exited supervisor and couldn't respawn it afterwards. Updated the way rabbitmq service and node are spawned to have them RUNNING after a service stop or node down. JIRA: YARDSTICK-1600 Change-Id: Idd6812db7a1985e8c727efd7ea45572199c1a4a9 Signed-off-by: Stepan Andrushko --- ansible/install.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ansible/install.yaml') diff --git a/ansible/install.yaml b/ansible/install.yaml index 6146c7f19..0f010e507 100644 --- a/ansible/install.yaml +++ b/ansible/install.yaml @@ -39,7 +39,8 @@ - { role: configure_gui, when: installation_mode != inst_mode_container_pull } - { role: download_trex, when: installation_mode != inst_mode_container_pull } - { role: install_trex, when: installation_mode != inst_mode_container_pull } - - { role: configure_rabbitmq, when: installation_mode == inst_mode_baremetal } + - role: configure_rabbitmq + install_mode: "{{ installation_mode }}" post_tasks: -- cgit 1.2.3-korg