diff options
author | Stepan Andrushko <stepanx.andrushko@intel.com> | 2018-10-18 21:16:09 +0300 |
---|---|---|
committer | Abhijit Sinha <abhijit.sinha@intel.com> | 2018-10-26 10:52:53 +0000 |
commit | d06e6da19db545dfcc6fdfdc706b9cccdb75c498 (patch) | |
tree | 3da97972000158683370e7b10ef5515f8a90a36a /ansible/roles/configure_rabbitmq/templates/rabbitmq.config.j2 | |
parent | a4084d27de22c64ecb690369c7bed49175703adf (diff) |
Trex KPI are not collected due to rabbitmq user
Changed the way rabbitmq-server user is created. Fix is needed to
collect KPIs from Trex.
JIRA: YARDSTICK-1479
Change-Id: I54369535fdb7af6af76de30f758227736f83db78
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
Diffstat (limited to 'ansible/roles/configure_rabbitmq/templates/rabbitmq.config.j2')
-rw-r--r-- | ansible/roles/configure_rabbitmq/templates/rabbitmq.config.j2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ansible/roles/configure_rabbitmq/templates/rabbitmq.config.j2 b/ansible/roles/configure_rabbitmq/templates/rabbitmq.config.j2 new file mode 100644 index 000000000..8f07edf5c --- /dev/null +++ b/ansible/roles/configure_rabbitmq/templates/rabbitmq.config.j2 @@ -0,0 +1,5 @@ + [
+ {rabbitmq_management, [
+ {load_definitions, "/etc/rabbitmq/definitions.json"}
+ ]}
+].
\ No newline at end of file |