summaryrefslogtreecommitdiffstats
path: root/ansible/roles/configure_rabbitmq/templates
diff options
context:
space:
mode:
authorAbhijit Sinha <abhijit.sinha@intel.com>2018-10-31 17:19:58 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-10-31 17:19:58 +0000
commit1d7841d21af77492674bebf5675d6f33017baf9f (patch)
treee3a7b89f28497c9d71eef0d43fb9df65f2b806ba /ansible/roles/configure_rabbitmq/templates
parentdf0253cd111e32f42498da6d9d1c3b351a8ce738 (diff)
parentf878db7a430fc146f4b001d855ded580382ab014 (diff)
Merge "Revert "Trex KPI are not collected due to rabbitmq user"" into stable/gambia
Diffstat (limited to 'ansible/roles/configure_rabbitmq/templates')
-rw-r--r--ansible/roles/configure_rabbitmq/templates/rabbitmq.config.j25
-rw-r--r--ansible/roles/configure_rabbitmq/templates/user_definitions.json.j223
2 files changed, 0 insertions, 28 deletions
diff --git a/ansible/roles/configure_rabbitmq/templates/rabbitmq.config.j2 b/ansible/roles/configure_rabbitmq/templates/rabbitmq.config.j2
deleted file mode 100644
index 8f07edf5c..000000000
--- a/ansible/roles/configure_rabbitmq/templates/rabbitmq.config.j2
+++ /dev/null
@@ -1,5 +0,0 @@
- [
- {rabbitmq_management, [
- {load_definitions, "/etc/rabbitmq/definitions.json"}
- ]}
-]. \ No newline at end of file
diff --git a/ansible/roles/configure_rabbitmq/templates/user_definitions.json.j2 b/ansible/roles/configure_rabbitmq/templates/user_definitions.json.j2
deleted file mode 100644
index 831675ff1..000000000
--- a/ansible/roles/configure_rabbitmq/templates/user_definitions.json.j2
+++ /dev/null
@@ -1,23 +0,0 @@
- {
- "users": [{
- "name": "yardstick",
- "password_hash": "{{ }}",
- "hashing_algorithm": "rabbit_password_hashing_sha256",
- "tags": ""
- }],
- "vhosts": [{
- "name": "/"
- }],
- "permissions": [{
- "user": "yardstick",
- "vhost": "/",
- "configure": ".*",
- "write": ".*",
- "read": ".*"
- }],
- "parameters": [],
- "policies": [],
- "queues": [],
- "exchanges": [],
- "bindings": []
-}