Skip to content

Commit d0eab26

Browse files
committed
Set cluster_name and cluster_id in image_build_infra
1 parent caf5698 commit d0eab26

File tree

1 file changed

+2
-0
lines changed
  • roles/image_build_infra/defaults

1 file changed

+2
-0
lines changed

roles/image_build_infra/defaults/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
image_build_terraform_project_path: "{{ playbook_dir }}/terraform-caas-image-build"
44
image_build_cluster_name: "caas-image-build"
5+
cluster_name: "{{ image_build_cluster_name }}"
6+
cluster_id: "{{ image_build_cluster_name }}"
57

68
# Regex to capture existing cloud image names to use as the
79
# OpenHPC Slurm base-image

0 commit comments

Comments
 (0)