-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify the provisioning scripts in AMI with the changes applied in the Wazuh installation assistant #48
Comments
UpdatePlease consider the next information, because our package generation script needs an undocumented mandatory input field and behaviors. Specs:
run-name: Build AMI ${{ inputs.id }}
id:
type: string
required: false id:
type: string
description: |
ID used to identify the workflow uniquely.
required: false |
Update reportThe changes related to the installation of Wazuh (Related: wazuh/wazuh-installation-assistant#63) on the AMI have been made in the playbook.
TestingWorkflow executionAll these changes have been tested by running the following workflow, which completed successfully: AMI installationAfter running the workflow, if we create an instance with the generated AMI, we can see that the packages are installed, and the dashboard is accessible without any issues. $ ssh -i test-wvm-48-AMI.pem -p 2200 [email protected]
Last login: Wed Sep 25 10:39:56 2024 from XX.XX.XX.XX
wwwwww. wwwwwww. wwwwwww.
wwwwwww. wwwwwww. wwwwwww.
wwwwww. wwwwwwwww. wwwwwww.
wwwwwww. wwwwwwwww. wwwwwww.
wwwwww. wwwwwwwwwww. wwwwwww.
wwwwwww. wwwwwwwwwww. wwwwwww.
wwwwww. wwwwww.wwwwww. wwwwwww.
wwwwwww. wwwww. wwwwww. wwwwwww.
wwwwww. wwwwww. wwwwww. wwwwwww.
wwwwwww. wwwww. wwwwww. wwwwwww.
wwwwww. wwwwww. wwwwww.wwwwwww.
wwwwwww.wwwww. wwwwww.wwwwwww.
wwwwwwwwwwww. wwwwwwwwwwww.
wwwwwwwwwww. wwwwwwwwwwww. oooooo
wwwwwwwwww. wwwwwwwwww. oooooooo
wwwwwwwww. wwwwwwwwww. oooooooooo
wwwwwwww. wwwwwwww. oooooooooo
wwwwwww. wwwwwwww. oooooooo
wwwwww. wwwwww. oooooo
WAZUH Open Source Security Platform
https://wazuh.com/
[wazuh-user@wazuh-server ~]$ rpm -qa | grep wazuh
wazuh-indexer-4.9.0-1.x86_64
wazuh-manager-4.9.0-1.x86_64
wazuh-dashboard-4.9.0-2.x86_64 |
related: wazuh/wazuh-installation-assistant#63
Regarding the issue, the installation assistant allows you to choose by parameter from which repository you want to install the packages.
wazuh-virtual-machines/ova/generate_ova.sh
Lines 232 to 238 in 192030f
wazuh-virtual-machines/ova/generate_ova.sh
Line 256 in 192030f
Tasks
SUFFIX_AMI
input toAMI_REVISION
Important
The AMI_REVISION input must have a numeric format like
wazuh-4.10.0-1
it is reserved for AMI candidates, to build a development AMI use another revision format, like -devThe text was updated successfully, but these errors were encountered: