yankcrime / Rancher-Packer

Packer Templates for Rancher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Templates v2

Packer Templates for Rancher

This repo contains Packer templates suitable to create RKE VM's for a number of IaaS providers. These can be used as-is or used as a basis for further customisation

How to use

  • Clone the repo
  • Rename variables.json.example to variables.json
  • Populate variables.json with information specific to your environment
  • If desired, replace script.sh with one of the variants located in the corresponding customisation_scripts folder.
  • Build with the template and variables files. For example : packer build -var-file=variables.json ubuntu-18.json

Current Templates

vSphere

OS Version Base Install Script Additional Install Script Variants
Centos 7 Link None
OpenSuse Leap 15.2 Link None
OpenSuse Leap 15.3 Link None
RHEL 7 Link None
RHEL 8 Link None
SLES 15 SP 2 Link None
Ubuntu 18.04 Link Disable DHCP
Ubuntu 20.04 Link Disable DHCP
Guestinfo OVF
Longhorn

To do

  • CentOS 8

About

Packer Templates for Rancher

License:Apache License 2.0


Languages

Language:Shell 100.0%