forked from opensearch-project/opensearch-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
opensearch-1.0.0.yml
50 lines (50 loc) · 1.73 KB
/
opensearch-1.0.0.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
schema-version: "1.0"
build:
name: OpenSearch
version: "1.0.0"
components:
- name: OpenSearch
repository: https://github.com/opensearch-project/OpenSearch.git
ref: "1.0"
- name: common-utils
repository: https://github.com/opensearch-project/common-utils.git
ref: "1.0"
- name: job-scheduler
repository: https://github.com/opensearch-project/job-scheduler.git
ref: 1.0.0.0
- name: sql
repository: https://github.com/opensearch-project/sql.git
ref: 1.0.0.0
- name: alerting
repository: https://github.com/opensearch-project/alerting.git
ref: 1.0.0.0
- name: security
repository: https://github.com/opensearch-project/security.git
ref: 1.0.0.0
# - name: performance-analyzer-rca
# repository: https://github.com/opensearch-project/performance-analyzer-rca.git
# ref: 1.0.0.0
# - name: performance-analyzer
# repository: https://github.com/opensearch-project/performance-analyzer.git
# ref: 1.0.0.0
- name: index-management
repository: https://github.com/opensearch-project/index-management.git
ref: 1.0.0.0
- name: k-NN
repository: https://github.com/opensearch-project/k-NN.git
ref: 1.0.0.0
- name: anomaly-detection
repository: https://github.com/opensearch-project/anomaly-detection.git
ref: "1.0"
- name: asynchronous-search
repository: https://github.com/opensearch-project/asynchronous-search.git
ref: "main"
- name: dashboards-reports
repository: https://github.com/opensearch-project/dashboards-reports.git
ref: 1.0.0.0
working_directory: "reports-scheduler"
- name: dashboards-notebooks
repository: https://github.com/opensearch-project/dashboards-notebooks.git
ref: 1.0.0.0
working_directory: "opensearch-notebooks"