wazuh / wazuh-packages

Wazuh - Tools for packages creation
https://wazuh.com
GNU General Public License v2.0
98 stars 89 forks source link

Improved clean-up in OVA generation #2827

Closed davidcr01 closed 4 months ago

davidcr01 commented 4 months ago
Related issue
https://github.com/wazuh/wazuh-packages/issues/2816

Description

The aim of this PR is to improve the clean-up stage of the OVA generation. To achieve this, a postProvision.sh script has been added and some steps (such as removing Wazuh indices and logs) have been included.

Related PR: https://github.com/wazuh/wazuh-jenkins/pull/6268

Tests

Complete testing is in: https://github.com/wazuh/wazuh-packages/issues/2816#issuecomment-1943654802

image