Skip to content

Commit

Permalink
Add roles for eval mode
Browse files Browse the repository at this point in the history
  • Loading branch information
weslambert authored Oct 31, 2023
1 parent 1b99d50 commit ed6473a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion salt/elasticsearch/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9088,7 +9088,13 @@ elasticsearch:
so-eval:
config:
node:
roles: []
roles:
- master
- data
- data_hot
- ingest
- transform
- remote_cluster_client
so-heavynode:
config:
node:
Expand Down

0 comments on commit ed6473a

Please sign in to comment.