From fdddf0362a01adc2d0740a200785a3e906434bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Ruiz?= Date: Wed, 11 Sep 2024 15:49:18 +0200 Subject: [PATCH] Add issue template for Indexer-Dashboard packages testing --- .../ISSUE_TEMPLATE/compatibility_request.md | 5 ++-- .github/ISSUE_TEMPLATE/compatibility_test.md | 27 +++++++++++++++++++ 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/compatibility_test.md diff --git a/.github/ISSUE_TEMPLATE/compatibility_request.md b/.github/ISSUE_TEMPLATE/compatibility_request.md index 7a79b2de9d35e..0c596ff4a116b 100644 --- a/.github/ISSUE_TEMPLATE/compatibility_request.md +++ b/.github/ISSUE_TEMPLATE/compatibility_request.md @@ -2,7 +2,7 @@ name: Compatibility request about: Suggest supporting a new version of OpenSearch title: 'Compatibility with OpenSearch (version)' -labels: compatibility, level/task, type/research +labels: request/operational, level/task, type/research assignees: '' --- @@ -15,9 +15,10 @@ For that, we need to: - [ ] Review opensearch's release notes. - [ ] Identify improvements and potential impact. +- [ ] Identify changes on upstream files (listed on https://github.com/wazuh/wazuh-indexer/issues/94) - [ ] Create new development branch. - [ ] Develop a testing environment to verify our components would work under this new build. - +- [ ] Indexer-Dashboard compatibility testing (open issue using the [template](https://github.com/wazuh/wazuh-indexer/issues/new/choose)). ## Issues - _List here the detected issues_ diff --git a/.github/ISSUE_TEMPLATE/compatibility_test.md b/.github/ISSUE_TEMPLATE/compatibility_test.md new file mode 100644 index 0000000000000..a14da499694b2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/compatibility_test.md @@ -0,0 +1,27 @@ +--- +name: Indexer-Dashboard compatibility testing with OpenSearch +about: Issue to perform internal testing of Indexer-Dashboard packages under a new version of OpenSearch +title: 'Indexer-Dashboard testing under OpenSearch (version)' +labels: request/operational, level/task, type/test +assignees: '' + +--- + + +## Description + +We need to ensure our components work under the new version of OpenSearch. The goal of this issue is to test our packages, their lifecycle and the main correct communication of Indexer and Dashboard. + +For that, we need to: + +- [x] (Prerequisite) \ +- [x] (Prerequisite) \ +- [ ] Verify the packages installs +- [ ] Verify the package upgrades: \ ⇾ \ +- [ ] Indexer-Dashboard communication works + + +Tests must be performed following the official documentation under RHEL 9 and Ubuntu 22.04 operating systems, or newer versions if available and supported. + +## Issues +- _List here the detected issues_