]> WPIA git - infra.git/commit
add: packer template for debian-9 installation
authorThomas Merkel <tm@core.io>
Sun, 20 Sep 2020 10:40:41 +0000 (12:40 +0200)
committerThomas Merkel <tm@core.io>
Sun, 20 Sep 2020 10:50:43 +0000 (12:50 +0200)
commit229a483e1753b4c5804a8424f1518ed66ebe66bd
tree4f64e37b62b3e3ed2b55a0f488218fb8e06e15de
parentfe23b90cd10bcfa6c462c9b76d4c89920cb52293
add: packer template for debian-9 installation

Provide a simple packer template to generate an QEMU image for CI and
development. Maybe it should optional to run the puppet also during
image creation, but this could be considered when the image is stable.

Change-Id: I9a9a7690349b2956a3ddee3798f461f31eb5f052
packer/.gitignore [new file with mode: 0644]
packer/README.md [new file with mode: 0644]
packer/debian-9/http/preseed.cfg [new file with mode: 0644]
packer/debian-9/packer.json [new file with mode: 0644]
packer/debian-9/scripts/00-install-packages.sh [new file with mode: 0755]
packer/debian-9/scripts/01-configure-cloudinit.sh [new file with mode: 0755]
packer/debian-9/scripts/02-enable-services.sh [new file with mode: 0755]
packer/debian-9/scripts/99-cleanup.sh [new file with mode: 0755]