Skip to content

Commit

Permalink
First short for ee2
Browse files Browse the repository at this point in the history
  • Loading branch information
salyh committed May 5, 2024
1 parent 9696437 commit 83f1ce7
Show file tree
Hide file tree
Showing 4 changed files with 483 additions and 0 deletions.
139 changes: 139 additions & 0 deletions manifests/2.11.1-ee2/opensearch-2.11.1-ee2-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
207 changes: 207 additions & 0 deletions manifests/2.11.1-ee2/opensearch-2.11.1-ee2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,207 @@
schema-version: "1.0"

Check failure on line 1 in manifests/2.11.1-ee2/opensearch-2.11.1-ee2.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-ee2/opensearch-2.11.1-ee2.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: ee2
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
# eliatra plugins

Check warning on line 17 in manifests/2.11.1-ee2/opensearch-2.11.1-ee2.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

17:1 [comments-indentation] comment not indented like content
- name: cloud-lock
repository: https://github.com/eliatra-opensearch-enterprise-distro/cloud-lock.git
ref: main
platforms:
- linux
- windows
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
# - name: common-utils

Check warning on line 27 in manifests/2.11.1-ee2/opensearch-2.11.1-ee2.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

27:3 [comments-indentation] comment not indented like content
# 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



Check failure on line 205 in manifests/2.11.1-ee2/opensearch-2.11.1-ee2.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

205:1 [empty-lines] too many blank lines (3 > 2)
# external plugins like https://github.com/Aiven-Open/prometheus-exporter-plugin-for-opensearch

Check warning on line 206 in manifests/2.11.1-ee2/opensearch-2.11.1-ee2.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

206:1 [comments-indentation] comment not indented like content
#./bin/opensearch-plugin install https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/2.13.0.0/prometheus-exporter-2.13.0.0.zip

Check warning on line 207 in manifests/2.11.1-ee2/opensearch-2.11.1-ee2.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

207:2 [comments] missing starting space in comment

Check failure on line 207 in manifests/2.11.1-ee2/opensearch-2.11.1-ee2.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

207:160 [new-line-at-end-of-file] no new line character at the end of file
Loading

0 comments on commit 83f1ce7

Please sign in to comment.