wazuh / wazuh-virtual-machines

Wazuh - Virtual Machines (OVA and AMI)
https://wazuh.com/
GNU General Public License v2.0
0 stars 0 forks source link

OVA workflow uses the wrong directory name and its SHA file does not have an extension #94

Closed rauldpm closed 1 day ago

rauldpm commented 2 days ago
Version Revision Production/Development Component Install type
4.10.0 Alpha 2 Development OVA Assistant

Description

The OVA workflow generates a SHASUM file incorrectly named, as the SHASUM file does not specify the .ova extension, also, the packages are being uploaded to an OVA directory, when it should be ova

S3 OVA URI: s3://packages-dev.internal.wazuh.com/development/wazuh/4.x/secondary/OVA/wazuh-4.10.0-1.ova
S3 sha512 OVA URI: s3://packages-dev.internal.wazuh.com/development/wazuh/4.x/secondary/OVA/wazuh-4.10.0-1.sha512

Should be

S3 OVA URI: s3://packages-dev.internal.wazuh.com/development/wazuh/4.x/secondary/ova/wazuh-4.10.0-1.ova
S3 sha512 OVA URI: s3://packages-dev.internal.wazuh.com/development/wazuh/4.x/secondary/ova/wazuh-4.10.0-1.ova.sha512

Environment

Steps to reproduce

  1. Run the OVA workflow with the following parameters
  1. Check the output and look for the S3 sha512 OVA URI value in the Generating sha512 file stage

Current result

The SHA512 file is generated without the .ova extension The OVA and its SHA are generated in a directory called OVA

Expected result

The SHA512 file is generated with the .ova extension The OVA and its SHA are generated in a directory called ova

Attachments