]> WPIA git - infra.git/blob - packer/README.md
add: packer template for debian-9 installation
[infra.git] / packer / README.md
1 # infra/packer
2
3 ## Description
4
5 Packer provide an minimal Debian image which can be used to install the
6 required puppet modules. The image provided should be used for continues
7 integration and development.
8
9 At the moment it only builds with and for QEMU.
10
11 ## Requirements
12
13 - [Bash](https://www.gnu.org/software/bash)
14 - [Packer](https://packer.io)
15 - [QEMU](https://www.qemu.org)
16
17 ## Building
18
19 Verify which Debian version you would like to use.
20
21 ``` sh
22 $ cd debian-${DEBIAN_VERSION}
23 $ packer build packer.json
24 ```
25
26 ## Login
27
28 Default username and password is generated and should be changed if it's
29 not used for development.
30
31 - username: `wpia`
32 - password: `wpia`