diff --git a/ansible/roles/compute_init/files/compute-init.yml b/ansible/roles/compute_init/files/compute-init.yml index 06d62c798..139726c83 100644 --- a/ansible/roles/compute_init/files/compute-init.yml +++ b/ansible/roles/compute_init/files/compute-init.yml @@ -62,12 +62,6 @@ group: root mode: u=rX,g=rwX,o= - - name: Wait for NFS to reachable (checks host network up) - ansible.builtin.wait_for: - port: 2049 - host: '{{ server_node_ip }}' - timeout: 120 - - name: Mount /mnt/cluster mount: path: /mnt/cluster @@ -76,6 +70,9 @@ opts: ro,sync state: mounted register: _mount_mnt_cluster + ignore_errors: true + # exits from playbook if this failed below, allowing ansible-init to + # finish, which allows site.yml to continue on initial deploy - block: - name: Report skipping initialization if cannot mount nfs diff --git a/environments/.stackhpc/tofu/cluster_image.auto.tfvars.json b/environments/.stackhpc/tofu/cluster_image.auto.tfvars.json index 814769ed1..3f449a8bf 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-250408-0812-c3b68b9c", - "RL9": "openhpc-RL9-250408-0813-c3b68b9c" + "RL8": "openhpc-RL8-250409-0953-f5aefb1e", + "RL9": "openhpc-RL9-250409-0953-f5aefb1e" } }