From 906b27d49ccf43880f2ef95920f5db344ed0cf41 Mon Sep 17 00:00:00 2001 From: bertiethorpe <84867280+bertiethorpe@users.noreply.github.com> Date: Tue, 7 Oct 2025 10:37:47 +0100 Subject: [PATCH 1/3] Bump openhpc role to v1.4.0 --- requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From cda7084de69ad422b7d79b5da871ea9ee92ac0bb Mon Sep 17 00:00:00 2001 From: bertiethorpe Date: Tue, 7 Oct 2025 15:13:21 +0000 Subject: [PATCH 2/3] fix import role task name for ohpc install --- ansible/fatimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 98c4edf8d9f349bcee5cb759c2c5ad9c88420c2b Mon Sep 17 00:00:00 2001 From: bertiethorpe <84867280+bertiethorpe@users.noreply.github.com> Date: Wed, 8 Oct 2025 11:54:51 +0100 Subject: [PATCH 3/3] Bump CI images --- environments/.stackhpc/tofu/cluster_image.auto.tfvars.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } }