File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
ansible/roles/compute_init/files
environments/.stackhpc/tofu Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 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
-
71
65
- name : Mount /mnt/cluster
72
66
mount :
73
67
path : /mnt/cluster
76
70
opts : ro,sync
77
71
state : mounted
78
72
register : _mount_mnt_cluster
73
+ ignore_errors : true
74
+ # exits from playbook if this failed below, allowing ansible-init to
75
+ # finish, which allows site.yml to continue on initial deploy
79
76
80
77
- block :
81
78
- 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-250408-0812-c3b68b9c " ,
4
- "RL9" : " openhpc-RL9-250408-0813-c3b68b9c "
3
+ "RL8" : " openhpc-RL8-250409-0953-f5aefb1e " ,
4
+ "RL9" : " openhpc-RL9-250409-0953-f5aefb1e "
5
5
}
6
6
}
You can’t perform that action at this time.
0 commit comments