Ticket 11342 - Incorrect image path in tf/examples/singularity/basic.tfvars
Summary: Incorrect image path in tf/examples/singularity/basic.tfvars
Status: RESOLVED INFOGIVEN
Alias: None
Product: Slurm
Classification: Unclassified
Component: GCP (show other tickets)
Version: 21.08.x
Hardware: Linux Linux
: 6 - No support contract
Assignee: Jacob Jenson
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2021-04-11 08:38 MDT by Jeff Cunningham
Modified: 2021-04-12 09:41 MDT (History)
1 user (show)

See Also:
Site: -Other-
Slinky Site: ---
Alineos Sites: ---
Atos/Eviden Sites: ---
Confidential Site: ---
Coreweave sites: ---
Cray Sites: ---
DS9 clusters: ---
Google sites: ---
HPCnow Sites: ---
HPE Sites: ---
IBM Sites: ---
NOAA SIte: ---
NoveTech Sites: ---
Nvidia HWinf-CS Sites: ---
OCF Sites: ---
Recursion Pharma Sites: ---
SFW Sites: ---
SNIC sites: ---
Tzag Elita Sites: ---
Linux Distro: ---
Machine Name:
CLE Version:
Version Fixed:
Target Release: ---
DevPrio: ---
Emory-Cloud Sites: ---


Attachments

Note You need to log in before you can comment on or make changes to this ticket.
Description Jeff Cunningham 2021-04-11 08:38:04 MDT
I think current example in the GitHub repo has the incorrect path (see commented out below) to the image for controller and login. The uncommented version is what I guessed at, but seems to have worked.

#controller_image        = "projects/slurm-184304/global/images/family/schedmd-slurm-20-11-4-hpc-centos-7
controller_image        = "projects/schedmd-slurm-public/global/images/family/schedmd-slurm-20-11-4-hpc-centos-7

#login_image        = "projects/slurm-184304/global/images/family/schedmd-slurm-20-11-4-hpc-centos-7
login_image        = "projects/schedmd-slurm-public/global/images/family/schedmd-slurm-20-11-4-hpc-7
Comment 1 Nick Ihli 2021-04-12 09:41:29 MDT
Jeff,

If you pull the latest updates you should find the correct image path:

https://github.com/SchedMD/slurm-gcp/blob/master/tf/examples/basic/basic.tfvars.example

Regards,
Nick