Skip to content

Commit

Permalink
2.2.1: Add rest of components
Browse files Browse the repository at this point in the history
Signed-off-by: prudhvigodithi <pgodithi@amazon.com>
  • Loading branch information
prudhvigodithi committed Aug 23, 2022
1 parent 431703e commit e1ce554
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 1 deletion.
81 changes: 81 additions & 0 deletions manifests/2.2.1/opensearch-2.2.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,30 @@ components:
ref: '2.2'
platforms:
- linux
- name: geospatial
repository: https://github.com/opensearch-project/geospatial.git
ref: '2.2'
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: k-NN
repository: https://github.com/opensearch-project/k-NN.git
ref: '2.2'
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: cross-cluster-replication
repository: https://github.com/opensearch-project/cross-cluster-replication.git
ref: '2.2'
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: notifications-core
repository: https://github.com/opensearch-project/notifications.git
ref: '2.2'
Expand All @@ -69,3 +93,60 @@ components:
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: notifications
- name: anomaly-detection
repository: https://github.com/opensearch-project/anomaly-detection.git
ref: '2.2'
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: asynchronous-search
repository: https://github.com/opensearch-project/asynchronous-search.git
ref: '2.2'
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: alerting
repository: https://github.com/opensearch-project/alerting.git
ref: '2.2'
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: alerting
- name: index-management
repository: https://github.com/opensearch-project/index-management.git
ref: '2.2'
platforms:
- linux
checks:
- gradle:properties:version
- name: sql
repository: https://github.com/opensearch-project/sql.git
ref: '2.2'
platforms:
- linux
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: opensearch-sql-plugin
- name: opensearch-observability
repository: https://github.com/opensearch-project/observability
ref: '2.2'
platforms:
- linux
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.2'
platforms:
- linux
working_directory: reports-scheduler
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
37 changes: 36 additions & 1 deletion manifests/2.2.1/opensearch-dashboards-2.2.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,50 @@
schema-version: '1.0'
build:
name: OpenSearch Dashboards
version: 2.2.0
version: 2.2.1
ci:
image:
name: opensearchstaging/ci-runner:ci-runner-centos7-opensearch-dashboards-build-v2
components:
- name: OpenSearch-Dashboards
repository: https://github.com/opensearch-project/OpenSearch-Dashboards.git
ref: '2.2'
- name: functionalTestDashboards
repository: https://github.com/opensearch-project/opensearch-dashboards-functional-test.git
ref: '2.2'
- name: securityDashboards
repository: https://github.com/opensearch-project/security-dashboards-plugin.git
ref: '2.2'
- name: customImportMapDashboards
repository: https://github.com/opensearch-project/dashboards-maps.git
working_directory: src/plugins/custom_import_map
ref: '2.2'
- name: notificationsDashboards
repository: https://github.com/opensearch-project/notifications.git
working_directory: dashboards-notifications
ref: '2.2'
- name: anomalyDetectionDashboards
repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin
ref: '2.2'
- name: alertingDashboards
repository: https://github.com/opensearch-project/alerting-dashboards-plugin.git
ref: '2.2'
- name: indexManagementDashboards
repository: https://github.com/opensearch-project/index-management-dashboards-plugin.git
ref: '2.2'
- name: queryWorkbenchDashboards
repository: https://github.com/opensearch-project/sql.git
working_directory: workbench
ref: '2.2'
- name: observabilityDashboards
repository: https://github.com/opensearch-project/observability.git
working_directory: dashboards-observability
ref: '2.2'
- name: ganttChartDashboards
repository: https://github.com/opensearch-project/dashboards-visualizations.git
working_directory: gantt-chart
ref: '2.2'
- name: reportsDashboards
repository: https://github.com/opensearch-project/dashboards-reports.git
working_directory: dashboards-reports
ref: '2.2'

0 comments on commit e1ce554

Please sign in to comment.