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 6262 group : root
6363 mode : u=rX,g=rwX,o=
6464
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-
7165 - name : Mount /mnt/cluster
7266 mount :
7367 path : /mnt/cluster
7670 opts : ro,sync
7771 state : mounted
7872 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
7976
8077 - block :
8178 - name : Report skipping initialization if cannot mount nfs
Original file line number Diff line number Diff line change 11{
22 "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 "
55 }
66}
You can’t perform that action at this time.
0 commit comments