File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v2
22
22
23
23
- name : Write s3cmd configuration
24
- run : echo "${{ secrets.ARCUS_S3_CFG }}" > ~/.s3cfg
24
+ run : echo "${{ secrets.LEAFCLOUD_S3_CFG }}" > ~/.s3cfg
25
25
26
26
- name : Install s3cmd
27
27
run : |
Original file line number Diff line number Diff line change 19
19
inputs:
20
20
image_name:
21
21
type: string
22
- description: Image name from: (https://object.arcus.openstack.hpc.cam.ac.uk /swift/v1/AUTH_3a06571936a0424bb40bc5c672c4ccb1 /{BUCKET_NAME})
22
+ description: Image name from: (https://leafcloud.store /swift/v1/AUTH_f39848421b2747148400ad8eeae8d536 /{BUCKET_NAME})
23
23
required: true
24
24
bucket_name:
25
25
type: choice
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ All other commands should be run on the Ansible deploy host.
60
60
1 . Identify image(s) from the relevant [ Slurm appliance release] ( https://github.com/stackhpc/ansible-slurm-appliance/releases ) , and download
61
61
using the link on the release plus the image name, e.g. for an image ` openhpc-RL9-250708-1547-1494192e ` :
62
62
63
- wget https://object.arcus.openstack.hpc.cam.ac.uk /swift/v1/AUTH_3a06571936a0424bb40bc5c672c4ccb1 /openhpc-images/openhpc-RL9-250708-1547-1494192e
63
+ wget https://leafcloud.store /swift/v1/AUTH_f39848421b2747148400ad8eeae8d536 /openhpc-images/openhpc-RL9-250708-1547-1494192e
64
64
65
65
Note that some releases may not include new images. In this case use the image from the latest previous release with new images.
66
66
You can’t perform that action at this time.
0 commit comments