We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c311557 + 7c0d458 commit 70bba3fCopy full SHA for 70bba3f
ansible/roles/test/files/install.sh
@@ -171,6 +171,13 @@ inputTemplate=/opt/ohpc/pub/doc/recipes/${os_major}/input.local
171
inputFile=/root/ci_ohpc_inputs
172
status=0
173
174
+# For OpenHPC 4, "warewulf" is Warewulf v4 (not v3 as in OHPC 2/3).
175
+# Normalize Provisioner to "warewulf4" so that all existing conditionals
176
+# comparing against "warewulf4" are triggered correctly.
177
+if [[ "${VERSION_MAJOR}" == "4" ]] && [[ "${Provisioner}" == "warewulf" ]]; then
178
+ Provisioner="warewulf4"
179
+fi
180
+
181
enable_repo
182
183
install_doc_rpm
0 commit comments