aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/configure_rabbitmq/templates/rabbitmq.config.j2
diff options
context:
space:
mode:
authorStepan Andrushko <stepanx.andrushko@intel.com>2018-10-18 21:16:09 +0300
committerAbhijit Sinha <abhijit.sinha@intel.com>2018-10-27 11:29:56 +0000
commitce809669d3051524508edf5a3d69e83dde8a9080 (patch)
tree4e3e82ebc2e37cfd9c5d84b0f4d77c0eb1988a49 /ansible/roles/configure_rabbitmq/templates/rabbitmq.config.j2
parente0b7c0ad95d44eea4db4a3fb532f51688c97c8fc (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> (cherry picked from commit d06e6da19db545dfcc6fdfdc706b9cccdb75c498)
Diffstat (limited to 'ansible/roles/configure_rabbitmq/templates/rabbitmq.config.j2')
-rw-r--r--ansible/roles/configure_rabbitmq/templates/rabbitmq.config.j25
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