File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
ansible/roles/compute_init/files
environments/.stackhpc/tofu Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 61
61
owner : slurm
62
62
group : root
63
63
mode : u=rX,g=rwX,o=
64
-
64
+
65
+ - name : Wait for NFS to reachable (checks host network up)
66
+ ansible.builtin.wait_for :
67
+ port : 2049
68
+ host : ' {{ server_node_ip }}'
69
+ timeout : 120
70
+
65
71
- name : Mount /mnt/cluster
66
72
mount :
67
73
path : /mnt/cluster
70
76
opts : ro,sync
71
77
state : mounted
72
78
register : _mount_mnt_cluster
73
- ignore_errors : true
74
- # TODO: add some retries here?
75
79
76
80
- block :
77
81
- name : Report skipping initialization if cannot mount nfs
Original file line number Diff line number Diff line change 1
1
{
2
2
"cluster_image" : {
3
- "RL8" : " openhpc-RL8-250326-1048-3e132168 " ,
4
- "RL9" : " openhpc-RL9-250326-1049-3e132168 "
3
+ "RL8" : " openhpc-RL8-250331-1627-cccd6c9c " ,
4
+ "RL9" : " openhpc-RL9-250331-1627-cccd6c9c "
5
5
}
6
6
}
You can’t perform that action at this time.
0 commit comments