From 7ff53961cc835b07100366d7f0550d96fe268ecc Mon Sep 17 00:00:00 2001 From: Zelin Hao Date: Mon, 2 May 2022 16:01:58 -0700 Subject: [PATCH 1/2] Change refs to tags in the manifests Signed-off-by: Zelin Hao --- manifests/2.0.0/opensearch-2.0.0.yml | 34 +++++++++---------- .../2.0.0/opensearch-dashboards-2.0.0.yml | 20 +++++------ 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/manifests/2.0.0/opensearch-2.0.0.yml b/manifests/2.0.0/opensearch-2.0.0.yml index 3fb8f2f88e..42965e08a7 100644 --- a/manifests/2.0.0/opensearch-2.0.0.yml +++ b/manifests/2.0.0/opensearch-2.0.0.yml @@ -10,32 +10,32 @@ build: qualifier: rc1 components: - name: OpenSearch - ref: '2.0' + ref: tags/2.0.0-rc1 repository: https://github.com/opensearch-project/OpenSearch.git checks: - gradle:publish - gradle:properties:version - name: common-utils repository: https://github.com/opensearch-project/common-utils.git - ref: '2.0' + ref: tags/2.0.0.0-rc1 checks: - gradle:publish - gradle:properties:version - name: job-scheduler repository: https://github.com/opensearch-project/job-scheduler.git - ref: '2.0' + ref: tags/2.0.0.0-rc1 checks: - gradle:properties:version - gradle:dependencies:opensearch.version - name: ml-commons repository: https://github.com/opensearch-project/ml-commons.git - ref: '2.0' + ref: tags/2.0.0.0-rc1 checks: - gradle:properties:version - gradle:dependencies:opensearch.version: opensearch-ml-plugin - name: k-NN repository: https://github.com/opensearch-project/k-NN.git - ref: '2.0' + ref: tags/2.0.0.0-rc1 platforms: - darwin - linux @@ -44,74 +44,74 @@ components: - gradle:dependencies:opensearch.version - name: notifications-core repository: https://github.com/opensearch-project/notifications.git - ref: '2.0' + ref: tags/2.0.0.0-rc1 working_directory: notifications checks: - gradle:properties:version - gradle:dependencies:opensearch.version: opensearch-notifications-core - name: notifications repository: https://github.com/opensearch-project/notifications.git - ref: '2.0' + ref: tags/2.0.0.0-rc1 working_directory: notifications checks: - gradle:properties:version - gradle:dependencies:opensearch.version: notifications - name: alerting repository: https://github.com/opensearch-project/alerting.git - ref: '2.0' + ref: tags/2.0.0.0-rc1 checks: - gradle:properties:version - gradle:dependencies:opensearch.version: alerting - name: index-management repository: https://github.com/opensearch-project/index-management.git - ref: '2.0' + ref: tags/2.0.0.0-rc1 checks: - gradle:properties:version - gradle:dependencies:opensearch.version - name: anomaly-detection repository: https://github.com/opensearch-project/anomaly-detection.git - ref: '2.0' + ref: tags/2.0.0.0-rc1 checks: - gradle:properties:version - gradle:dependencies:opensearch.version - name: asynchronous-search repository: https://github.com/opensearch-project/asynchronous-search.git - ref: '2.0' + ref: tags/2.0.0.0-rc1 checks: - gradle:properties:version - gradle:dependencies:opensearch.version - name: sql repository: https://github.com/opensearch-project/sql.git - ref: '2.0' + ref: tags/2.0.0.0-rc1 checks: - gradle:properties:version - gradle:dependencies:opensearch.version: plugin - name: opensearch-observability repository: https://github.com/opensearch-project/observability - ref: '2.0' + ref: tags/2.0.0.0-rc1 working_directory: opensearch-observability checks: - gradle:properties:version - gradle:dependencies:opensearch.version - name: dashboards-reports repository: https://github.com/opensearch-project/dashboards-reports.git - ref: '2.0' + ref: tags/2.0.0.0-rc1 working_directory: reports-scheduler checks: - gradle:properties:version - gradle:dependencies:opensearch.version - name: security repository: https://github.com/opensearch-project/security.git - ref: '2.0' + ref: tags/2.0.0.0-rc1 - name: cross-cluster-replication repository: https://github.com/opensearch-project/cross-cluster-replication.git - ref: '2.0' + ref: tags/2.0.0.0-rc1 checks: - gradle:properties:version - gradle:dependencies:opensearch.version - name: performance-analyzer repository: https://github.com/opensearch-project/performance-analyzer.git - ref: '2.0' + ref: tags/2.0.0.0-rc1 checks: - gradle:properties:version - gradle:dependencies:opensearch.version diff --git a/manifests/2.0.0/opensearch-dashboards-2.0.0.yml b/manifests/2.0.0/opensearch-dashboards-2.0.0.yml index 176c95f817..c0acf021e3 100644 --- a/manifests/2.0.0/opensearch-dashboards-2.0.0.yml +++ b/manifests/2.0.0/opensearch-dashboards-2.0.0.yml @@ -9,7 +9,7 @@ ci: name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-dashboards-build-v2 components: - name: OpenSearch-Dashboards - ref: '2.0' + ref: tags/2.0.0-rc1 repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git checks: - npm:package:version @@ -19,32 +19,32 @@ components: - name: queryWorkbenchDashboards repository: https://github.com/opensearch-project/sql.git working_directory: workbench - ref: '2.0' + ref: tags/2.0.0.0-rc1 - name: observabilityDashboards repository: https://github.com/opensearch-project/observability.git working_directory: dashboards-observability - ref: '2.0' + ref: tags/2.0.0.0-rc1 - name: ganttChartDashboards repository: https://github.com/opensearch-project/dashboards-visualizations.git working_directory: gantt-chart - ref: '2.0' + ref: tags/2.0.0.0-rc1 - name: reportsDashboards repository: https://github.com/opensearch-project/dashboards-reports.git working_directory: dashboards-reports - ref: '2.0' + ref: tags/2.0.0.0-rc1 - name: indexManagementDashboards repository: https://github.com/opensearch-project/index-management-dashboards-plugin.git - ref: '2.0' + ref: tags/2.0.0.0-rc1 - name: alertingDashboards repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git - ref: '2.0' + ref: tags/2.0.0.0-rc1 - name: securityDashboards repository: https://github.com/opensearch-project/security-dashboards-plugin.git - ref: '2.0' + ref: tags/2.0.0.0-rc1 - name: anomalyDetectionDashboards repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin - ref: '2.0' + ref: tags/2.0.0.0-rc1 - name: notificationsDashboards repository: https://github.com/opensearch-project/notifications.git working_directory: dashboards-notifications - ref: '2.0' + ref: tags/2.0.0.0-rc1 From 9307f780cc895335c0b505ec3ed12526b67676b9 Mon Sep 17 00:00:00 2001 From: Zelin Hao Date: Tue, 3 May 2022 13:02:48 -0700 Subject: [PATCH 2/2] Update the manifests for rc1 Signed-off-by: Zelin Hao --- .../2.0.0-rc1/opensearch-2.0.0-rc1-test.yml | 78 ++++++++++++ manifests/2.0.0-rc1/opensearch-2.0.0-rc1.yml | 117 ++++++++++++++++++ .../opensearch-dashboards-2.0.0-rc1-test.yml | 17 +++ .../opensearch-dashboards-2.0.0-rc1.yml | 50 ++++++++ manifests/2.0.0/opensearch-2.0.0.yml | 35 +++--- .../2.0.0/opensearch-dashboards-2.0.0.yml | 21 ++-- 6 files changed, 289 insertions(+), 29 deletions(-) create mode 100644 manifests/2.0.0-rc1/opensearch-2.0.0-rc1-test.yml create mode 100644 manifests/2.0.0-rc1/opensearch-2.0.0-rc1.yml create mode 100644 manifests/2.0.0-rc1/opensearch-dashboards-2.0.0-rc1-test.yml create mode 100644 manifests/2.0.0-rc1/opensearch-dashboards-2.0.0-rc1.yml diff --git a/manifests/2.0.0-rc1/opensearch-2.0.0-rc1-test.yml b/manifests/2.0.0-rc1/opensearch-2.0.0-rc1-test.yml new file mode 100644 index 0000000000..4d390c9b93 --- /dev/null +++ b/manifests/2.0.0-rc1/opensearch-2.0.0-rc1-test.yml @@ -0,0 +1,78 @@ +--- +schema-version: '1.0' +name: OpenSearch +ci: + image: + name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v2 + args: -e JAVA_HOME=/opt/java/openjdk-17 +components: + - name: index-management + integ-test: + build-dependencies: + - job-scheduler + test-configs: + - with-security + - without-security + additional-cluster-configs: + path.repo: [/tmp] + + - name: anomaly-detection + integ-test: + build-dependencies: + - job-scheduler + test-configs: + - with-security + - without-security + + - name: asynchronous-search + integ-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] + + - name: notifications + working-directory: notifications + 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 + + - name: k-NN + integ-test: + test-configs: + - with-security + - without-security + + - name: dashboards-reports + working-directory: reports-scheduler + integ-test: + test-configs: + - without-security + + - name: opensearch-observability + working-directory: opensearch-observability + integ-test: + test-configs: + - without-security + + - name: ml-commons + integ-test: + test-configs: + - with-security + - without-security diff --git a/manifests/2.0.0-rc1/opensearch-2.0.0-rc1.yml b/manifests/2.0.0-rc1/opensearch-2.0.0-rc1.yml new file mode 100644 index 0000000000..42965e08a7 --- /dev/null +++ b/manifests/2.0.0-rc1/opensearch-2.0.0-rc1.yml @@ -0,0 +1,117 @@ +--- +schema-version: '1.0' +ci: + image: + name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-build-v2 + args: -e JAVA_HOME=/opt/java/openjdk-17 +build: + name: OpenSearch + version: 2.0.0 + qualifier: rc1 +components: + - name: OpenSearch + ref: tags/2.0.0-rc1 + repository: https://github.com/opensearch-project/OpenSearch.git + checks: + - gradle:publish + - gradle:properties:version + - name: common-utils + repository: https://github.com/opensearch-project/common-utils.git + ref: tags/2.0.0.0-rc1 + checks: + - gradle:publish + - gradle:properties:version + - name: job-scheduler + repository: https://github.com/opensearch-project/job-scheduler.git + ref: tags/2.0.0.0-rc1 + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version + - name: ml-commons + repository: https://github.com/opensearch-project/ml-commons.git + ref: tags/2.0.0.0-rc1 + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version: opensearch-ml-plugin + - name: k-NN + repository: https://github.com/opensearch-project/k-NN.git + ref: tags/2.0.0.0-rc1 + platforms: + - darwin + - linux + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version + - name: notifications-core + repository: https://github.com/opensearch-project/notifications.git + ref: tags/2.0.0.0-rc1 + working_directory: notifications + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version: opensearch-notifications-core + - name: notifications + repository: https://github.com/opensearch-project/notifications.git + ref: tags/2.0.0.0-rc1 + working_directory: notifications + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version: notifications + - name: alerting + repository: https://github.com/opensearch-project/alerting.git + ref: tags/2.0.0.0-rc1 + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version: alerting + - name: index-management + repository: https://github.com/opensearch-project/index-management.git + ref: tags/2.0.0.0-rc1 + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version + - name: anomaly-detection + repository: https://github.com/opensearch-project/anomaly-detection.git + ref: tags/2.0.0.0-rc1 + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version + - name: asynchronous-search + repository: https://github.com/opensearch-project/asynchronous-search.git + ref: tags/2.0.0.0-rc1 + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version + - name: sql + repository: https://github.com/opensearch-project/sql.git + ref: tags/2.0.0.0-rc1 + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version: plugin + - name: opensearch-observability + repository: https://github.com/opensearch-project/observability + ref: tags/2.0.0.0-rc1 + working_directory: opensearch-observability + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version + - name: dashboards-reports + repository: https://github.com/opensearch-project/dashboards-reports.git + ref: tags/2.0.0.0-rc1 + working_directory: reports-scheduler + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version + - name: security + repository: https://github.com/opensearch-project/security.git + ref: tags/2.0.0.0-rc1 + - name: cross-cluster-replication + repository: https://github.com/opensearch-project/cross-cluster-replication.git + ref: tags/2.0.0.0-rc1 + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version + - name: performance-analyzer + repository: https://github.com/opensearch-project/performance-analyzer.git + ref: tags/2.0.0.0-rc1 + checks: + - gradle:properties:version + - gradle:dependencies:opensearch.version diff --git a/manifests/2.0.0-rc1/opensearch-dashboards-2.0.0-rc1-test.yml b/manifests/2.0.0-rc1/opensearch-dashboards-2.0.0-rc1-test.yml new file mode 100644 index 0000000000..3ad90cc802 --- /dev/null +++ b/manifests/2.0.0-rc1/opensearch-dashboards-2.0.0-rc1-test.yml @@ -0,0 +1,17 @@ +--- +schema-version: '1.0' +name: OpenSearch Dashboards +ci: + image: + name: opensearchstaging/ci-runner:ci-runner-rockylinux8-opensearch-dashboards-integtest-v2 +components: + - name: OpenSearch-Dashboards + bwc-test: + test-configs: + - with-security + - without-security + - name: functionalTestDashboards + integ-test: + test-configs: + - with-security + - without-security diff --git a/manifests/2.0.0-rc1/opensearch-dashboards-2.0.0-rc1.yml b/manifests/2.0.0-rc1/opensearch-dashboards-2.0.0-rc1.yml new file mode 100644 index 0000000000..c0acf021e3 --- /dev/null +++ b/manifests/2.0.0-rc1/opensearch-dashboards-2.0.0-rc1.yml @@ -0,0 +1,50 @@ +--- +schema-version: '1.0' +build: + name: OpenSearch Dashboards + version: 2.0.0 + qualifier: rc1 +ci: + image: + name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-dashboards-build-v2 +components: + - name: OpenSearch-Dashboards + ref: tags/2.0.0-rc1 + repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git + checks: + - npm:package:version + - name: functionalTestDashboards + repository: https://github.com/opensearch-project/opensearch-dashboards-functional-test.git + ref: main + - name: queryWorkbenchDashboards + repository: https://github.com/opensearch-project/sql.git + working_directory: workbench + ref: tags/2.0.0.0-rc1 + - name: observabilityDashboards + repository: https://github.com/opensearch-project/observability.git + working_directory: dashboards-observability + ref: tags/2.0.0.0-rc1 + - name: ganttChartDashboards + repository: https://github.com/opensearch-project/dashboards-visualizations.git + working_directory: gantt-chart + ref: tags/2.0.0.0-rc1 + - name: reportsDashboards + repository: https://github.com/opensearch-project/dashboards-reports.git + working_directory: dashboards-reports + ref: tags/2.0.0.0-rc1 + - name: indexManagementDashboards + repository: https://github.com/opensearch-project/index-management-dashboards-plugin.git + ref: tags/2.0.0.0-rc1 + - name: alertingDashboards + repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git + ref: tags/2.0.0.0-rc1 + - name: securityDashboards + repository: https://github.com/opensearch-project/security-dashboards-plugin.git + ref: tags/2.0.0.0-rc1 + - name: anomalyDetectionDashboards + repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin + ref: tags/2.0.0.0-rc1 + - name: notificationsDashboards + repository: https://github.com/opensearch-project/notifications.git + working_directory: dashboards-notifications + ref: tags/2.0.0.0-rc1 diff --git a/manifests/2.0.0/opensearch-2.0.0.yml b/manifests/2.0.0/opensearch-2.0.0.yml index 42965e08a7..721a40da14 100644 --- a/manifests/2.0.0/opensearch-2.0.0.yml +++ b/manifests/2.0.0/opensearch-2.0.0.yml @@ -7,35 +7,34 @@ ci: build: name: OpenSearch version: 2.0.0 - qualifier: rc1 components: - name: OpenSearch - ref: tags/2.0.0-rc1 + ref: '2.0' repository: https://github.com/opensearch-project/OpenSearch.git checks: - gradle:publish - gradle:properties:version - name: common-utils repository: https://github.com/opensearch-project/common-utils.git - ref: tags/2.0.0.0-rc1 + ref: '2.0' checks: - gradle:publish - gradle:properties:version - name: job-scheduler repository: https://github.com/opensearch-project/job-scheduler.git - ref: tags/2.0.0.0-rc1 + ref: '2.0' checks: - gradle:properties:version - gradle:dependencies:opensearch.version - name: ml-commons repository: https://github.com/opensearch-project/ml-commons.git - ref: tags/2.0.0.0-rc1 + ref: '2.0' checks: - gradle:properties:version - gradle:dependencies:opensearch.version: opensearch-ml-plugin - name: k-NN repository: https://github.com/opensearch-project/k-NN.git - ref: tags/2.0.0.0-rc1 + ref: '2.0' platforms: - darwin - linux @@ -44,74 +43,74 @@ components: - gradle:dependencies:opensearch.version - name: notifications-core repository: https://github.com/opensearch-project/notifications.git - ref: tags/2.0.0.0-rc1 + ref: '2.0' working_directory: notifications checks: - gradle:properties:version - gradle:dependencies:opensearch.version: opensearch-notifications-core - name: notifications repository: https://github.com/opensearch-project/notifications.git - ref: tags/2.0.0.0-rc1 + ref: '2.0' working_directory: notifications checks: - gradle:properties:version - gradle:dependencies:opensearch.version: notifications - name: alerting repository: https://github.com/opensearch-project/alerting.git - ref: tags/2.0.0.0-rc1 + ref: '2.0' checks: - gradle:properties:version - gradle:dependencies:opensearch.version: alerting - name: index-management repository: https://github.com/opensearch-project/index-management.git - ref: tags/2.0.0.0-rc1 + ref: '2.0' checks: - gradle:properties:version - gradle:dependencies:opensearch.version - name: anomaly-detection repository: https://github.com/opensearch-project/anomaly-detection.git - ref: tags/2.0.0.0-rc1 + ref: '2.0' checks: - gradle:properties:version - gradle:dependencies:opensearch.version - name: asynchronous-search repository: https://github.com/opensearch-project/asynchronous-search.git - ref: tags/2.0.0.0-rc1 + ref: '2.0' checks: - gradle:properties:version - gradle:dependencies:opensearch.version - name: sql repository: https://github.com/opensearch-project/sql.git - ref: tags/2.0.0.0-rc1 + ref: '2.0' checks: - gradle:properties:version - gradle:dependencies:opensearch.version: plugin - name: opensearch-observability repository: https://github.com/opensearch-project/observability - ref: tags/2.0.0.0-rc1 + ref: '2.0' working_directory: opensearch-observability checks: - gradle:properties:version - gradle:dependencies:opensearch.version - name: dashboards-reports repository: https://github.com/opensearch-project/dashboards-reports.git - ref: tags/2.0.0.0-rc1 + ref: '2.0' working_directory: reports-scheduler checks: - gradle:properties:version - gradle:dependencies:opensearch.version - name: security repository: https://github.com/opensearch-project/security.git - ref: tags/2.0.0.0-rc1 + ref: '2.0' - name: cross-cluster-replication repository: https://github.com/opensearch-project/cross-cluster-replication.git - ref: tags/2.0.0.0-rc1 + ref: '2.0' checks: - gradle:properties:version - gradle:dependencies:opensearch.version - name: performance-analyzer repository: https://github.com/opensearch-project/performance-analyzer.git - ref: tags/2.0.0.0-rc1 + ref: '2.0' checks: - gradle:properties:version - gradle:dependencies:opensearch.version diff --git a/manifests/2.0.0/opensearch-dashboards-2.0.0.yml b/manifests/2.0.0/opensearch-dashboards-2.0.0.yml index c0acf021e3..5fda6a0d41 100644 --- a/manifests/2.0.0/opensearch-dashboards-2.0.0.yml +++ b/manifests/2.0.0/opensearch-dashboards-2.0.0.yml @@ -3,13 +3,12 @@ schema-version: '1.0' build: name: OpenSearch Dashboards version: 2.0.0 - qualifier: rc1 ci: image: name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-dashboards-build-v2 components: - name: OpenSearch-Dashboards - ref: tags/2.0.0-rc1 + ref: '2.0' repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git checks: - npm:package:version @@ -19,32 +18,32 @@ components: - name: queryWorkbenchDashboards repository: https://github.com/opensearch-project/sql.git working_directory: workbench - ref: tags/2.0.0.0-rc1 + ref: '2.0' - name: observabilityDashboards repository: https://github.com/opensearch-project/observability.git working_directory: dashboards-observability - ref: tags/2.0.0.0-rc1 + ref: '2.0' - name: ganttChartDashboards repository: https://github.com/opensearch-project/dashboards-visualizations.git working_directory: gantt-chart - ref: tags/2.0.0.0-rc1 + ref: '2.0' - name: reportsDashboards repository: https://github.com/opensearch-project/dashboards-reports.git working_directory: dashboards-reports - ref: tags/2.0.0.0-rc1 + ref: '2.0' - name: indexManagementDashboards repository: https://github.com/opensearch-project/index-management-dashboards-plugin.git - ref: tags/2.0.0.0-rc1 + ref: '2.0' - name: alertingDashboards repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git - ref: tags/2.0.0.0-rc1 + ref: '2.0' - name: securityDashboards repository: https://github.com/opensearch-project/security-dashboards-plugin.git - ref: tags/2.0.0.0-rc1 + ref: '2.0' - name: anomalyDetectionDashboards repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin - ref: tags/2.0.0.0-rc1 + ref: '2.0' - name: notificationsDashboards repository: https://github.com/opensearch-project/notifications.git working_directory: dashboards-notifications - ref: tags/2.0.0.0-rc1 + ref: '2.0'