Ticket 11342

Summary: Incorrect image path in tf/examples/singularity/basic.tfvars
Product: Slurm Reporter: Jeff Cunningham <jeffreycunn>
Component: GCPAssignee: Jacob Jenson <jacob>
Status: RESOLVED INFOGIVEN QA Contact:
Severity: 6 - No support contract    
Priority: --- CC: nick
Version: 21.08.x   
Hardware: Linux   
OS: Linux   
Site: -Other- Alineos Sites: ---
Atos/Eviden Sites: --- Confidential Site: ---
Coreweave sites: --- Cray Sites: ---
DS9 clusters: --- HPCnow Sites: ---
HPE Sites: --- IBM Sites: ---
NOAA SIte: --- OCF Sites: ---
Recursion Pharma Sites: --- SFW Sites: ---
SNIC sites: --- Linux Distro: ---
Machine Name: CLE Version:
Version Fixed: Target Release: ---
DevPrio: --- Emory-Cloud Sites: ---

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