Skip to content

Fix: Add missing additional_json_path parameter for aarch64 build image playbook#4326

Merged
abhishek-sa1 merged 1 commit into
dell:mainfrom
balajikumaran-c-s:main
Apr 28, 2026
Merged

Fix: Add missing additional_json_path parameter for aarch64 build image playbook#4326
abhishek-sa1 merged 1 commit into
dell:mainfrom
balajikumaran-c-s:main

Conversation

@balajikumaran-c-s
Copy link
Copy Markdown
Contributor

Issue

The 'build_image_aarch64' playbook was not including additional packages from 'additional_packages.json' for compute image roles (slurm_node, login_node, login_compiler_node). Only the base image packages were being added.

Root Cause

The 'image_package_collector' task in 'build_image_aarch64/roles/fetch_packages/tasks/fetch_packages.yml' was missing the 'additional_json_path' parameter, which is required to read and include packages from the additional_packages.json file.

This parameter was present in the x86_64 equivalent but was omitted during the aarch64 implementation.

Fix

Added the missing 'additional_json_path: "{{ additional_json_path }}"' parameter to the 'image_package_collector' task in the aarch64 fetch_packages.yml file.

Signed-off-by: balajikumaran.cs <balajikumaran.c.s@gmail.com>
@balajikumaran-c-s balajikumaran-c-s changed the title Add missing additional_json_path parameter for aarch64 build image playbook Fix: Add missing additional_json_path parameter for aarch64 build image playbook Apr 28, 2026
@abhishek-sa1 abhishek-sa1 merged commit ba66f24 into dell:main Apr 28, 2026
3 checks passed
abhishek-sa1 added a commit that referenced this pull request May 13, 2026
* Update fetch_packages.yml (#4326)

Signed-off-by: balajikumaran.cs <balajikumaran.c.s@gmail.com>

* Update feature_request.md

Removing project field from Feature request issue template

Signed-off-by: Luke Wilson <luke.wilson@dell.com>

* Update bug_report.md

removing unnecessary entries

Signed-off-by: John Lockman <jlockman3@gmail.com>

---------

Signed-off-by: balajikumaran.cs <balajikumaran.c.s@gmail.com>
Signed-off-by: Luke Wilson <luke.wilson@dell.com>
Signed-off-by: John Lockman <jlockman3@gmail.com>
Co-authored-by: balajikumaran.cs <balajikumaran.c.s@gmail.com>
Co-authored-by: Luke Wilson <luke.wilson@dell.com>
Co-authored-by: John Lockman <jlockman3@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants