Skip to content

Commit

Permalink
add status of each template
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswayg committed Apr 11, 2020
1 parent 0be5f0e commit 0ba607e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

- use the latest tagged version which has been tested more thoroughly than 'master'

#### [Debian ](https://www.debian.org/releases/) v10 (buster) [Packer Template](https://github.com/chriswayg/packer-proxmox-templates/tree/master/debian-10-amd64-proxmox) using Packer Proxmox Builder to build a Proxmox VM image template (working well)
#### [Debian ](https://www.debian.org/releases/) v10 (buster) [Packer Template](https://github.com/chriswayg/packer-proxmox-templates/tree/master/debian-10-amd64-proxmox) using Packer Proxmox Builder to build a Proxmox VM image template

#### [Ubuntu ](http://releases.ubuntu.com/) 18.04 (bionic) [Packer Template](https://github.com/chriswayg/packer-proxmox-templates/tree/master/ubuntu-18.04-amd64-proxmox) using Packer Proxmox Builder to build a Proxmox VM image template (working well)
#### [Ubuntu ](http://releases.ubuntu.com/) 18.04 (bionic) [Packer Template](https://github.com/chriswayg/packer-proxmox-templates/tree/master/ubuntu-18.04-amd64-proxmox) using Packer Proxmox Builder to build a Proxmox VM image template

#### [OpenBSD ](https://www.openbsd.org/index.html) 6 [Packer Template](https://github.com/chriswayg/packer-proxmox-templates/tree/master/openbsd-6-amd64-proxmox) using Packer Proxmox Builder to build a Proxmox VM image template

#### [Alpine](https://wiki.alpinelinux.org/wiki/Alpine_Linux:Releases) Linux [Packer Template](https://github.com/chriswayg/packer-proxmox-templates/tree/master/alpine3.10-qemu) using QEMU Builder to build a KVM image usable in Openstack (or Proxmox)
#### [Alpine](https://wiki.alpinelinux.org/wiki/Alpine_Linux:Releases) Linux [Packer Template](https://github.com/chriswayg/packer-proxmox-templates/tree/master/alpine3.10-qemu) using QEMU Builder to build a KVM image usable in Openstack or Proxmox

#### [Alpine](https://wiki.alpinelinux.org/wiki/Alpine_Linux:Releases) Linux [Packer Template](https://github.com/chriswayg/packer-proxmox-templates/tree/master/alpine-3.10-x86_64-proxmox) using Packer Proxmox Builder to build a Proxmox VM image template (unfinished)
#### [Alpine](https://wiki.alpinelinux.org/wiki/Alpine_Linux:Releases) Linux [Packer Template](https://github.com/chriswayg/packer-proxmox-templates/tree/master/alpine-3.10-x86_64-proxmox) using Packer Proxmox Builder to build a Proxmox VM image template


## Proxmox KVM image templates
Expand Down Expand Up @@ -58,7 +58,7 @@ pip3 install j2cli[yaml]

### Download the latest release of packer-proxmox-templates on the Proxmox server

`wget https://github.com/chriswayg/packer-proxmox-templates/archive/v1.4.zip && unzip v1.4.zip && cd packer-proxmox-templates-*`
`wget https://github.com/chriswayg/packer-proxmox-templates/archive/v1.5.zip && unzip v1.5.zip && cd packer-proxmox-templates-*`

### Usage

Expand Down Expand Up @@ -118,4 +118,4 @@ printf "$(lsb_release -d) $(cat /etc/debian_version)\n" && \
j2cli 0.3.10, Jinja2 2.11.1
```

For security reasons it would be preferable to build the Proxmox template images on a local Proxmox staging server (for example in a VM) and then to transfer the Proxmox templates using migration onto the live server(s).
**NOTE:** For security reasons it would be preferable to build the Proxmox template images on a local Proxmox staging server (for example in a VM) and then to transfer the Proxmox templates using migration onto the live server(s).
2 changes: 2 additions & 0 deletions alpine3.10-qemu/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Alpine Linux](http://alpinelinux.org) Packer Template using QEMU Builder to build a KVM cloud image usable in Proxmox or Openstack

Status: **working, limited testing**

* this creates a cloud image with cloud-init to be used on Proxmox and possibly Openstack

### Prerequisites
Expand Down
2 changes: 2 additions & 0 deletions debian-10-amd64-proxmox/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Debian ](http://debian.org) v10.0 (buster) Packer Template using [Packer Proxmox Builder](https://www.packer.io/docs/builders/proxmox.html) to build a Proxmox KVM image template

Status: **working well**

- downloads the ISO and places it in Proxmox
- creates a Proxmox VM
- builds the image using preseed.cfg and Ansible
Expand Down
2 changes: 2 additions & 0 deletions openbsd-6-amd64-proxmox/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## OpenBSD 6.5 Packer Template using [Packer Proxmox Builder](https://www.packer.io/docs/builders/proxmox.html) to build a Proxmox KVM image template

Status: **working well**

- downloads the ISO and places it in Proxmox
- creates a Proxmox VM
- builds the image using preseed.cfg and Ansible
Expand Down
2 changes: 2 additions & 0 deletions ubuntu-18.04-amd64-proxmox/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Ubuntu ](http://releases.ubuntu.com/18.04/) 18.04 (bionic) Packer Template using [Packer Proxmox Builder](https://www.packer.io/docs/builders/proxmox.html) to build a Proxmox KVM image template

Status: **working well**

- downloads the ISO and places it in Proxmox
- creates a Proxmox VM
- builds the image using preseed.cfg and Ansible
Expand Down

0 comments on commit 0ba607e

Please sign in to comment.