Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.21 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.21 KB

Packer

FAQ | Glossary

Overview

Image creation is handled by packer and ansible. This packer project enables you to create Slurm cluster images with ease.

Usage

Modify example.pkrvars.hcl with required and desired values.

Then perform the following commands on the packer project root directory:

  • packer init . to get the plugins
  • packer validate -var-file=example.pkrvars.hcl . to validate the configuration
  • packer build -var-file=example.pkrvars.hcl . to run the image build process

Dependencies