Commit 7c0d458
committed
ci: normalize warewulf provisioner for OpenHPC 4
In OpenHPC 2/3, Provisioner=warewulf means Warewulf v3 and
Provisioner=warewulf4 means Warewulf v4. In OpenHPC 4, warewulf
v3 is gone and Provisioner=warewulf means Warewulf v4.
Normalize Provisioner to "warewulf4" when VERSION_MAJOR is 4
so that all existing warewulf4 conditionals in
support_functions.sh are triggered correctly. The normalization
is placed after the recipeFile path assignment to preserve the
correct on-disk path (warewulf/, not warewulf4/).
Generated with Claude Code (https://claude.ai/code)
Signed-off-by: Adrian Reber <areber@redhat.com>1 parent f4d1d42 commit 7c0d458
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
174 | 181 | | |
175 | 182 | | |
176 | 183 | | |
| |||
0 commit comments