Skip to content

fix: write heat-stack-info.txt from Go module at the configured dir#244

Merged
matbu merged 7 commits into
os-migrate:mainfrom
cloudguruab:fix-heat-info-generation
Jun 16, 2026
Merged

fix: write heat-stack-info.txt from Go module at the configured dir#244
matbu merged 7 commits into
os-migrate:mainfrom
cloudguruab:fix-heat-info-generation

Conversation

@cloudguruab

@cloudguruab cloudguruab commented May 27, 2026

Copy link
Copy Markdown
Contributor

(1) generates heat template files in expected location

The Ansible copy task used delegate_to: localhost which wrote the file to the controller host rather than where the module runs, causing the reported path to never match the actual file location. Move file writing into create_heat_stack.go via a new output_dir parameter so the file is always created on the same host and at the exact path the user configured.

(2) adds tests for volume lookup bug related to cinder volume mismatch

@matbu matbu left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just the requirements to adjust.

Comment thread aee/requirements.txt Outdated
Comment thread playbooks/setup_requirements.yml Outdated
@cloudguruab cloudguruab removed their assignment Jun 10, 2026
@cloudguruab cloudguruab requested a review from matbu June 15, 2026 09:29
@matbu matbu merged commit 7d18ab0 into os-migrate:main Jun 16, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants