Skip to content

Commit

Permalink
[EOED] [AUTO] [INITIAL] Create initial manifests for 2.11.1-ee1
Browse files Browse the repository at this point in the history
  • Loading branch information
salyh committed Feb 11, 2024
1 parent ac92738 commit 9696437
Show file tree
Hide file tree
Showing 4 changed files with 468 additions and 0 deletions.
139 changes: 139 additions & 0 deletions manifests/2.11.1-ee1/opensearch-2.11.1-ee1-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
---
schema-version: '1.0'
name: OpenSearch
ci:
image:
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3
args: -e JAVA_HOME=/opt/java/openjdk-17
components:
- 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

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

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

- name: cross-cluster-replication
integ-test:
topology:
- cluster_name: leader
data_nodes: 2
cluster_manager_nodes: 0
- cluster_name: follower
data_nodes: 2
cluster_manager_nodes: 0
test-configs:
- with-security
- without-security

- name: geospatial
integ-test:
test-configs:
- with-security
- without-security

- 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

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

- name: ml-commons
integ-test:
test-configs:
- with-security
- without-security

- name: neural-search
integ-test:
test-configs:
- with-security
- without-security

- name: notifications
working-directory: notifications
integ-test:
test-configs:
- with-security
- without-security
bwc-test:
test-configs:
- with-security

- name: opensearch-observability
integ-test:
test-configs:
- with-security
- without-security
bwc-test:
test-configs:
- with-security

- name: opensearch-reports
integ-test:
test-configs:
- with-security
- without-security

- name: security
integ-test:
test-configs:
- with-security

- name: security-analytics
integ-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
plugins.query.datasources.encryption.masterkey: 4fc8fee6a3fd7d6ca01772e5
bwc-test:
test-configs:
- with-security

- name: custom-codecs
integ-test:
test-configs:
- with-security
- without-security
192 changes: 192 additions & 0 deletions manifests/2.11.1-ee1/opensearch-2.11.1-ee1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,192 @@
schema-version: "1.0"

Check failure on line 1 in manifests/2.11.1-ee1/opensearch-2.11.1-ee1.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

1:1 [document-start] missing document start "---"

Check failure on line 1 in manifests/2.11.1-ee1/opensearch-2.11.1-ee1.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

1:17 [quoted-strings] string value is not quoted with single quotes
build:
name: OpenSearch
version: 2.11.1
qualifier: ee1
ci:
image:
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v3
args: -e JAVA_HOME=/opt/java/openjdk-17
components:
- name: OpenSearch
repository: https://github.com/eliatra-opensearch-enterprise-distro/OpenSearch.git
ref: 2.11.x-ee
checks:
- gradle:publish
- gradle:properties:version
- name: common-utils
repository: https://github.com/eliatra-opensearch-enterprise-distro/common-utils.git
ref: 2.11.x-ee
platforms:
- linux
- windows
checks:
- gradle:publish
- gradle:properties:version
- name: job-scheduler
repository: https://github.com/eliatra-opensearch-enterprise-distro/job-scheduler.git
ref: 2.11.x-ee
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: security
repository: https://github.com/eliatra-opensearch-enterprise-distro/security.git
ref: 2.11.x-ee
platforms:
- linux
- windows
- name: k-NN
repository: https://github.com/eliatra-opensearch-enterprise-distro/k-NN.git
ref: 2.11.x-ee
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: geospatial
repository: https://github.com/eliatra-opensearch-enterprise-distro/geospatial.git
ref: 2.11.x-ee
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: cross-cluster-replication
repository: https://github.com/eliatra-opensearch-enterprise-distro/cross-cluster-replication.git
ref: 2.11.x-ee
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: ml-commons
repository: https://github.com/eliatra-opensearch-enterprise-distro/ml-commons.git
ref: 2.11.x-ee
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-ml-plugin
- name: neural-search
repository: https://github.com/eliatra-opensearch-enterprise-distro/neural-search.git
ref: 2.11.x-ee
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: notifications-core
repository: https://github.com/eliatra-opensearch-enterprise-distro/notifications.git
ref: 2.11.x-ee
platforms:
- linux
- windows
working_directory: notifications
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-notifications-core
- name: notifications
repository: https://github.com/eliatra-opensearch-enterprise-distro/notifications.git
ref: 2.11.x-ee
platforms:
- linux
- windows
working_directory: notifications
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: notifications
- name: opensearch-observability
repository: https://github.com/eliatra-opensearch-enterprise-distro/observability.git
ref: 2.11.x-ee
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: opensearch-reports
repository: https://github.com/eliatra-opensearch-enterprise-distro/reporting.git
ref: 2.11.x-ee
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: sql
repository: https://github.com/eliatra-opensearch-enterprise-distro/sql.git
ref: 2.11.x-ee
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-sql-plugin
- name: asynchronous-search
repository: https://github.com/eliatra-opensearch-enterprise-distro/asynchronous-search.git
ref: 2.11.x-ee
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: anomaly-detection
repository: https://github.com/eliatra-opensearch-enterprise-distro/anomaly-detection.git
ref: 2.11.x-ee
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: alerting
repository: https://github.com/eliatra-opensearch-enterprise-distro/alerting.git
ref: 2.11.x-ee
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: alerting
- name: security-analytics
repository: https://github.com/eliatra-opensearch-enterprise-distro/security-analytics.git
ref: 2.11.x-ee
platforms:
- linux
- windows
checks:
- gradle:properties:version
- name: index-management
repository: https://github.com/eliatra-opensearch-enterprise-distro/index-management.git
ref: 2.11.x-ee
platforms:
- linux
- windows
checks:
- gradle:properties:version
- name: performance-analyzer
repository: https://github.com/eliatra-opensearch-enterprise-distro/performance-analyzer.git
ref: 2.11.x-ee
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: custom-codecs
repository: https://github.com/eliatra-opensearch-enterprise-distro/custom-codecs.git
ref: 2.11.x-ee
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
Loading

0 comments on commit 9696437

Please sign in to comment.