mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 05:28:34 +00:00
This commit moves the ML QA tests to be a sub-project of ML. The purpose of this refactoring is to enable ML developers to run :x-pack:plugin:ml:check and run the vast majority of a ML tests with a single command (this still does not contain the ML REST tests, nor the upgrade tests). This simplifies local development for faster iteration.
18 lines
663 B
YAML
18 lines
663 B
YAML
minimal:
|
|
cluster:
|
|
# This is always required because the REST client uses it to find the version of
|
|
# Elasticsearch it's talking to
|
|
- cluster:monitor/main
|
|
indices:
|
|
# Give all users involved in these tests access to the indices where the data to
|
|
# be analyzed is stored, because the ML roles alone do not provide access to
|
|
# non-ML indices
|
|
- names: [ 'airline-data', 'index-*', 'unavailable-data', 'utopia' ]
|
|
privileges:
|
|
- indices:admin/create
|
|
- indices:admin/refresh
|
|
- indices:data/read/field_caps
|
|
- indices:data/read/search
|
|
- indices:data/write/bulk
|
|
- indices:data/write/index
|