Skip to content

fix: remove extra data directories in ansible deploy#125

Open
KatyaRyazantseva wants to merge 3 commits intoblockblaz:mainfrom
KatyaRyazantseva:ansible-data-folder-fix
Open

fix: remove extra data directories in ansible deploy#125
KatyaRyazantseva wants to merge 3 commits intoblockblaz:mainfrom
KatyaRyazantseva:ansible-data-folder-fix

Conversation

@KatyaRyazantseva
Copy link
Contributor

@KatyaRyazantseva KatyaRyazantseva commented Feb 27, 2026

Ansible extra vars have highest precedence, so the raw node_names string from --node was overriding the per-host node_names passed to the common role. This created directories like data/zeam_0,ream_0,qlean_0,lantern_0. Renamed to common_node_names to avoid the clash.

Screenshot 2026-02-27 at 21 19 00

@KatyaRyazantseva
Copy link
Contributor Author

Should be checked in ansible deploy after devnet-3 merge.

Comment on lines -204 to -205
vars:
node_names: "{{ [inventory_hostname] }}"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The variables are inherited, no need to redefine them here.

@KatyaRyazantseva
Copy link
Contributor Author

Resolved:

Screenshot 2026-03-06 at 17 23 46

@KatyaRyazantseva KatyaRyazantseva marked this pull request as ready for review March 6, 2026 16:26
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.

1 participant