-
Notifications
You must be signed in to change notification settings - Fork 5
Migrate the generate_ova.sh script to Python for local OVA compilation #252
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
Comments
Update report 07/05/2025I’ve been reviewing what needs to be developed, as a large part of the script is focused on setting up |
Update report 08/05/2025I have been researching how to implement the logic in the simplest and cleanest way possible. For now, the plan is to have the script bring up a machine with the custom Vagrantfile. In this Vagrantfile, the virtual machines repo will be included using rsync, and Hatch will be installed on the machine. Once Hatch is installed, the For now, I am running some tests to see if this idea can be implemented and if there are no issues during its development. |
Update report 12/05/2025I have finished the development concerning the export of the OVA. I still need to do the necessary tests to know if there is anything to be added to the local construction process. |
Update report 13/05/2025Testing has been carried out to ensure everything is working as expected. An issue was detected with the generation of the server certificates, and a corresponding issue has been opened (#291) Once the problem with the server certificates was fixed, it was found that the indexer was not starting correctly. It is currently being investigated whether the issue is related to the OVA generation or the Wazuh indexer package itself. |
Uh oh!
There was an error while loading. Please reload this page.
Description
We need to investigate migrating the generate_ova.sh script code to Python to use all the modules created during Level 1 of the DevOps Review.
Tasks
Related
The text was updated successfully, but these errors were encountered: