Skip to content

Commit

Permalink
add test manifests to previous version
Browse files Browse the repository at this point in the history
Signed-off-by: Tianle Huang <tianleh@amazon.com>
  • Loading branch information
tianleh committed Dec 14, 2021
1 parent 1279eab commit a31f1a4
Show file tree
Hide file tree
Showing 9 changed files with 564 additions and 0 deletions.
90 changes: 90 additions & 0 deletions manifests/1.0.0/opensearch-1.0.0-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
name: OpenSearch
components:
- name: index-management
integ-test:
build-dependencies:
- job-scheduler
test-configs:
- with-security
- without-security
additional-cluster-configs:
path.repo: ["/tmp"]
bwc-test:
test-configs:
- with-security
- without-security

- name: anomaly-detection
integ-test:
build-dependencies:
- job-scheduler
test-configs:
- with-security
- without-security
bwc-test:
test-configs:
- with-security
- without-security

- name: asynchronous-search
integ-test:
test-configs:
- with-security
- without-security
bwc-test:
test-configs:
- with-security
- without-security

- name: alerting
integ-test:
test-configs:
- with-security
- without-security
additional-cluster-configs:
plugins.destination.host.deny_list : [10.0.0.0/8, 127.0.0.1]
bwc-test:
test-configs:
- with-security
- without-security

- name: sql
integ-test:
test-configs:
- with-security
- without-security
additional-cluster-configs:
script.context.field.max_compilations_rate: 1000/1m
bwc-test:
test-configs:
- with-security
- without-security

- name: k-NN
integ-test:
test-configs:
- with-security
- without-security
bwc-test:
test-configs:
- with-security
- without-security

- name: dashboards-reports
working-directory: reports-scheduler
integ-test:
test-configs:
- without-security
bwc-test:
test-configs:
- without-security

- name: dashboards-notebooks
working-directory: opensearch-notebooks
integ-test:
test-configs:
- without-security
bwc-test:
test-configs:
- without-security
schema-version: '1.0'
90 changes: 90 additions & 0 deletions manifests/1.0.1/opensearch-1.0.1-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
name: OpenSearch
components:
- name: index-management
integ-test:
build-dependencies:
- job-scheduler
test-configs:
- with-security
- without-security
additional-cluster-configs:
path.repo: ["/tmp"]
bwc-test:
test-configs:
- with-security
- without-security

- name: anomaly-detection
integ-test:
build-dependencies:
- job-scheduler
test-configs:
- with-security
- without-security
bwc-test:
test-configs:
- with-security
- without-security

- name: asynchronous-search
integ-test:
test-configs:
- with-security
- without-security
bwc-test:
test-configs:
- with-security
- without-security

- name: alerting
integ-test:
test-configs:
- with-security
- without-security
additional-cluster-configs:
plugins.destination.host.deny_list : [10.0.0.0/8, 127.0.0.1]
bwc-test:
test-configs:
- with-security
- without-security

- name: sql
integ-test:
test-configs:
- with-security
- without-security
additional-cluster-configs:
script.context.field.max_compilations_rate: 1000/1m
bwc-test:
test-configs:
- with-security
- without-security

- name: k-NN
integ-test:
test-configs:
- with-security
- without-security
bwc-test:
test-configs:
- with-security
- without-security

- name: dashboards-reports
working-directory: reports-scheduler
integ-test:
test-configs:
- without-security
bwc-test:
test-configs:
- without-security

- name: dashboards-notebooks
working-directory: opensearch-notebooks
integ-test:
test-configs:
- without-security
bwc-test:
test-configs:
- without-security
schema-version: '1.0'
90 changes: 90 additions & 0 deletions manifests/1.1.0/opensearch-1.1.0-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
name: OpenSearch
components:
- name: index-management
integ-test:
build-dependencies:
- job-scheduler
test-configs:
- with-security
- without-security
additional-cluster-configs:
path.repo: ["/tmp"]
bwc-test:
test-configs:
- with-security
- without-security

- name: anomaly-detection
integ-test:
build-dependencies:
- job-scheduler
test-configs:
- with-security
- without-security
bwc-test:
test-configs:
- with-security
- without-security

- name: asynchronous-search
integ-test:
test-configs:
- with-security
- without-security
bwc-test:
test-configs:
- with-security
- without-security

- name: alerting
integ-test:
test-configs:
- with-security
- without-security
additional-cluster-configs:
plugins.destination.host.deny_list : [10.0.0.0/8, 127.0.0.1]
bwc-test:
test-configs:
- with-security
- without-security

- name: sql
integ-test:
test-configs:
- with-security
- without-security
additional-cluster-configs:
script.context.field.max_compilations_rate: 1000/1m
bwc-test:
test-configs:
- with-security
- without-security

- name: k-NN
integ-test:
test-configs:
- with-security
- without-security
bwc-test:
test-configs:
- with-security
- without-security

- name: dashboards-reports
working-directory: reports-scheduler
integ-test:
test-configs:
- without-security
bwc-test:
test-configs:
- without-security

- name: dashboards-notebooks
working-directory: opensearch-notebooks
integ-test:
test-configs:
- without-security
bwc-test:
test-configs:
- without-security
schema-version: '1.0'
8 changes: 8 additions & 0 deletions manifests/1.1.0/opensearch-dashboards-1.1.0-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: OpenSearch Dashboards
components:
- name: functionalTestDashboards
integ-test:
test-configs:
- with-security
- without-security
schema-version: '1.0'
90 changes: 90 additions & 0 deletions manifests/1.1.1/opensearch-1.1.1-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
name: OpenSearch
components:
- name: index-management
integ-test:
build-dependencies:
- job-scheduler
test-configs:
- with-security
- without-security
additional-cluster-configs:
path.repo: ["/tmp"]
bwc-test:
test-configs:
- with-security
- without-security

- name: anomaly-detection
integ-test:
build-dependencies:
- job-scheduler
test-configs:
- with-security
- without-security
bwc-test:
test-configs:
- with-security
- without-security

- name: asynchronous-search
integ-test:
test-configs:
- with-security
- without-security
bwc-test:
test-configs:
- with-security
- without-security

- name: alerting
integ-test:
test-configs:
- with-security
- without-security
additional-cluster-configs:
plugins.destination.host.deny_list : [10.0.0.0/8, 127.0.0.1]
bwc-test:
test-configs:
- with-security
- without-security

- name: sql
integ-test:
test-configs:
- with-security
- without-security
additional-cluster-configs:
script.context.field.max_compilations_rate: 1000/1m
bwc-test:
test-configs:
- with-security
- without-security

- name: k-NN
integ-test:
test-configs:
- with-security
- without-security
bwc-test:
test-configs:
- with-security
- without-security

- name: dashboards-reports
working-directory: reports-scheduler
integ-test:
test-configs:
- without-security
bwc-test:
test-configs:
- without-security

- name: dashboards-notebooks
working-directory: opensearch-notebooks
integ-test:
test-configs:
- without-security
bwc-test:
test-configs:
- without-security
schema-version: '1.0'
8 changes: 8 additions & 0 deletions manifests/1.1.1/opensearch-dashboards-1.1.1-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: OpenSearch Dashboards
components:
- name: functionalTestDashboards
integ-test:
test-configs:
- with-security
- without-security
schema-version: '1.0'
Loading

0 comments on commit a31f1a4

Please sign in to comment.