Skip to content

Commit aa741c9

Browse files
authored
Merge pull request #757 from wazuh/bug753-the-ami-and-ova-generation-fails-in-v4104-rc1-ova-2
Updated AMI and OVA builds for 4.10.4 version
2 parents 14b10ce + d434f16 commit aa741c9

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/builder_OVA.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ env:
7474
OVA_PATH: "/var/provision/wazuh-virtual-machines"
7575
WIA_DIR: "wazuh-installation-assistant"
7676
WIA_REPOSITORY: "https://github.com/wazuh/wazuh-installation-assistant"
77-
ANSIBLE_CALLBACK: "yaml"
77+
ANSIBLE_CALLBACK_RESULT_FORMAT: "yaml"
7878

7979
permissions:
8080
id-token: write # This is required for requesting the JWT
@@ -190,7 +190,7 @@ jobs:
190190
- name: Run Ansible playbook to generate the OVA
191191
run: |
192192
builder_args="-i"
193-
ANSIBLE_STDOUT_CALLBACK=$ANSIBLE_CALLBACK ansible-playbook -i ${{ env.INVENTORY_PATH }}/inventory .github/workflows/ansible_playbooks/ova_generator.yaml \
193+
ANSIBLE_CALLBACK_RESULT_FORMAT=$ANSIBLE_CALLBACK_RESULT_FORMAT ansible-playbook -i ${{ env.INVENTORY_PATH }}/inventory .github/workflows/ansible_playbooks/ova_generator.yaml \
194194
--extra-vars " \
195195
wia_branch=${{ inputs.wazuh_installation_assistant_reference }} \
196196
repository=${{ inputs.wazuh_package_repository }} \

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ All notable changes to this project will be documented in this file.
1313

1414
### Fixed
1515

16-
- None
16+
- Updated AMI and OVA builds for 4.10.4 version. ([757](https://github.com/wazuh/wazuh-virtual-machines/pull/757))
1717

1818
### Deleted
1919

ami/playbooks/build_ami_packages.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@
181181

182182
- name: Run {{ installer_script_name }} script
183183
command: "bash {{ installation_assistant_directory }}/{{ installer_script_name }} -a -v -o -d"
184+
async: 7200
185+
poll: 30
184186

185187
###############################
186188
# Post-install stage

0 commit comments

Comments
 (0)