mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
ansible: import elastic role with defaults for tests
This commit is contained in:
committed by
Dan Christian Bogos
parent
3a6d5dd090
commit
403295c52b
@@ -3,16 +3,7 @@
|
||||
roles:
|
||||
- ../roles/rabbitmq
|
||||
- ../roles/nats
|
||||
- role: ../roles/elasticsearch
|
||||
vars:
|
||||
auto_create_index: ".monitoring*,.watches,.triggered_watches,.watcher-history*,.ml*,cdrs"
|
||||
|
||||
# # Trying for now to overwrite the auto_create_index defaults.
|
||||
# # In case of failure, we will be using the commented task below:
|
||||
# - name: Create 'cdrs' index in Elasticsearch for CGRateS integration tests
|
||||
# command: 'curl -X PUT "localhost:9200/cdrs?pretty"'
|
||||
# ignore_errors: yes
|
||||
|
||||
- ../roles/elasticsearch
|
||||
- ../roles/kafka
|
||||
- ../roles/mongodb
|
||||
- ../roles/postgresql
|
||||
|
||||
Reference in New Issue
Block a user