diff --git a/ansible/fatimage.yml b/ansible/fatimage.yml index 7565af6f6..d811f53e8 100644 --- a/ansible/fatimage.yml +++ b/ansible/fatimage.yml @@ -117,7 +117,7 @@ - name: Install OpenHPC ansible.builtin.import_role: name: stackhpc.openhpc - tasks_from: install.yml + tasks_from: install-ohpc.yml when: "'openhpc' in group_names" # - import_playbook: portal.yml diff --git a/environments/.stackhpc/tofu/cluster_image.auto.tfvars.json b/environments/.stackhpc/tofu/cluster_image.auto.tfvars.json index 585cfe235..2a3002567 100644 --- a/environments/.stackhpc/tofu/cluster_image.auto.tfvars.json +++ b/environments/.stackhpc/tofu/cluster_image.auto.tfvars.json @@ -1,6 +1,6 @@ { "cluster_image": { - "RL8": "openhpc-RL8-251002-1537-1d21952c", - "RL9": "openhpc-RL9-251002-1456-1d21952c" + "RL8": "openhpc-RL8-251008-0814-cda7084d", + "RL9": "openhpc-RL9-251008-0814-cda7084d" } } diff --git a/requirements.yml b/requirements.yml index 27dbcbeba..13c6b77fe 100644 --- a/requirements.yml +++ b/requirements.yml @@ -4,7 +4,7 @@ roles: version: v25.3.2 name: stackhpc.nfs - src: https://github.com/stackhpc/ansible-role-openhpc.git - version: v1.3.0 + version: v1.4.0 name: stackhpc.openhpc - src: https://github.com/stackhpc/ansible-node-exporter.git version: stackhpc