Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 685 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 685 Bytes

Packer MAAS

Packer templates, associated scripts, and configuration for creating deployable OS images for MAAS.

See README.md in each directory for documentation on how to customize, build, and upload images.

Git Submodules

Packer MAAS uses git submodules to retrieve required resource files during image building. Packer MAAS and all submodules can be cloned at once with:

$ git clone --recurse-submodules git@github.com:canonical/packer-maas.git

If Packer MAAS has already been checked out submodules can be retrieved with

$ git submodule init
$ git submodule update