From 0d6c251582f2fd19980c5d73d6a412a3b8fede64 Mon Sep 17 00:00:00 2001 From: Stepan Andrushko Date: Thu, 15 Nov 2018 23:14:33 +0200 Subject: Update#2: Trex KPI not collected no rabbitmq user Changed the way how rabbitmq user is created. For baremetal it is done using NSB installation script. For Yardstick installed in container supervisor is updated with user name/password. JIRA: YARDSTICK-1479 Change-Id: I4f42ab8d5ef1735b0416ed26d04e259efa155543 Signed-off-by: Stepan Andrushko --- ansible/install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible/install.yaml') diff --git a/ansible/install.yaml b/ansible/install.yaml index 084cdcef3..0c7ad7e92 100644 --- a/ansible/install.yaml +++ b/ansible/install.yaml @@ -39,7 +39,7 @@ - { 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_container_pull } + - { role: configure_rabbitmq, when: installation_mode == inst_mode_baremetal } post_tasks: -- cgit 1.2.3-korg