We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf5698 commit d0eab26Copy full SHA for d0eab26
roles/image_build_infra/defaults/main.yml
@@ -2,6 +2,8 @@
2
3
image_build_terraform_project_path: "{{ playbook_dir }}/terraform-caas-image-build"
4
image_build_cluster_name: "caas-image-build"
5
+cluster_name: "{{ image_build_cluster_name }}"
6
+cluster_id: "{{ image_build_cluster_name }}"
7
8
# Regex to capture existing cloud image names to use as the
9
# OpenHPC Slurm base-image
0 commit comments