This repository was archived by the owner on Mar 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 139139- hosts : dac_workers:slurm_workers
140140 become : True
141141 vars :
142- lustre_release : " 2.10.5 "
142+ lustre_release : " 2.12.0 "
143143 tasks :
144144 - name : Install Lustre Server
145145 yum :
149149- hosts : dac_workers:slurm_workers
150150 become : True
151151 vars :
152- lustre_release : " 2.10.5 "
152+ lustre_release : " 2.12.0 "
153153 tasks :
154154 - name : Install Lustre Client
155155 yum :
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ data_acc_launch: True
1111data_acc_name : ' data-acc-{{data_acc_version}}'
1212data_acc_tgz : ' {{data_acc_name}}.tgz'
1313# data_acc_tgz_url: '{{data_acc_mirror}}/{{data_acc_version}}/{{data_acc_tgz}}'
14- data_acc_tgz_url : ' https://github.com/RSE-Cambridge/data-acc/releases/download/v0.5 /data-acc-v0.5 .tgz'
15- data_acc_checksum : ' sha256:67bf35aae21efa8bd9111959dd596e2eee0aed56c897e3ecdd25f7bc247de8c7 '
14+ data_acc_tgz_url : ' https://github.com/RSE-Cambridge/data-acc/releases/download/v0.17 /data-acc-v0.17 .tgz'
15+ data_acc_checksum : ' sha256:26671f456294a7d22839a58f3bf979617b084d604d3e931aec998d87abd136f6 '
1616
1717data_acc_user : dac
1818data_acc_group : dac
Original file line number Diff line number Diff line change 33 - name : download data_acc
44 become : yes
55 become_user : root
6- copy :
7- src : ~/{{data_acc_tgz}}
8- dest : /tmp/{{data_acc_tgz}}
9- # get_url:
10- # url: '{{data_acc_tgz_url}}'
6+ # copy:
7+ # src: ~/{{data_acc_tgz}}
118# dest: /tmp/{{data_acc_tgz}}
12- # checksum: '{{data_acc_checksum}}'
13- # timeout: '{{data_acc_download_timeout_seconds}}'
14- # mode: 0644
9+ get_url :
10+ url : ' {{data_acc_tgz_url}}'
11+ dest : /tmp/{{data_acc_tgz}}
12+ checksum : ' {{data_acc_checksum}}'
13+ timeout : ' {{data_acc_download_timeout_seconds}}'
14+ mode : 0644
1515 - name : create install dir
1616 become : yes
1717 become_user : root
You can’t perform that action at this time.
0 commit comments