Support ARM architecture for Wazuh central components #225
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #155
Description
The goal of this PR is for the Wazuh installation wizard to support the installation of ARM packages for core components.
Test
Important
For test this variables where set:
And need to hardcode this variable
filebeat_wazuh_template
with:Important
Revision change for offline install:
Important
Wazuh_gpg_key changed:
from: readonly wazuh_gpg_key="https://${bucket}/key/GPG-KEY-WAZUH"
to: readonly wazuh_gpg_key="https://packages-dev.wazuh.com/key/GPG-KEY-WAZUH"
Important
Another change in offline validation:
form:
to:
These ios because the name of the filebeat change without -oss
Test cases for ARM64:
Sysmtem details:
Test AIO Install 🟢
Test Uninstall 🟢
Test Distributed 🟢
Test install Indexer 🟢
Test install Server 🟢
Test install Dashboard 🟢
Test Offline 🟢
Download package 🟢
Install offline 🟢
Test cases for AMD64:
Important
Note:
For test this variables where ser:
And need to hardcode this variable
filebeat_wazuh_template
with:Sysmtem details:
Test AIO Remove and Install 🟢
Test Uninstall 🟢
Test Distributed 🟢
Test install Indexer 🟢
Test install Server 🟢
Test install Dashboard 🟢
Test Offline 🟢
Download package 🟢
Install offline 🟢
New test
Test architecture suggestion 🟢