Commit f169097
committed
gen_hosts: remove 'write-your-own-template' placeholder text
During patch review, it was noted that the placeholder text
'write-your-own-template-for-...-workflow' was introduced in commit
71f085a4d77f ("kdevops: replace ansible hosts generation jinja2
templating") from kdevops-history and has been expanded to other
templates.
This placeholder text serves no functional purpose and should be
replaced with proper template structure. The cxl.j2 and pynfs.j2
workflow templates contained these placeholders which have now been
replaced with proper host definitions following the pattern used
by other workflow templates.
The templates now properly define:
- The workflow host in [all] section
- A [baseline] group with the workflow host
- A workflow-specific group ([cxl] or [pynfs]) with the host
- Proper ansible_python_interpreter variables for each group
This cleanup ensures consistency across all workflow templates.
Suggested-by: Daniel Gomez <[email protected]>
Fixes: 40df5ef ("gen_hosts: use kdevops_workflow_name directly for template selection")
Signed-off-by: Luis Chamberlain <[email protected]>1 parent c884721 commit f169097
2 files changed
+26
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments