Skip to content

Instantly share code, notes, and snippets.

@janeczku
Last active November 22, 2021 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janeczku/a43b419fdb4a2e447f923f4c0427cc31 to your computer and use it in GitHub Desktop.
Save janeczku/a43b419fdb4a2e447f923f4c0427cc31 to your computer and use it in GitHub Desktop.
Harvester IPXE Boot Files
token: changeme
os:
hostname: harvey
ssh_authorized_keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4dPexLIQWUjATwjGGX0LbKXADFSj9mUWFACYDqVRzDF3Dx+G7OssPekHKKFREN1MQOMfHQgJep1avdrQom0HEEjjzWxuKHi8J8wfcb3H7xZr6ojTv6xPpJfvY9IWDqWjLpvXkSeb9dmUClXZk7mvhAIt7s+wtUhlG8ZRDWZ8k2R17tcy9L73oHzW+7DyLflkJoetjYPrew9ifyaH/WFIqtEX7NHdIHHSQoxlWNxf+QzVB4DmYMOzf/FHiKCwNuqEUhbB4h3yWUUKiB/5/psD2CGDnAlN0whHXGSJqn6DeyG7xBnsxg0T5k9OsX65KNSOAgrr/1grtL0Nz7+ll0Ylp
password: rancher
dns_nameservers:
- 8.8.8.8
- 1.1.1.1
install:
mode: create
networks:
harvester-mgmt:
interfaces:
- name: enp1s0
default_route: true
# static, dhcp, none
method: static
ip: 192.168.32.20
subnet_mask: 255.255.255.0
gateway: 192.168.32.1
bond_options:
mode: balance-tlb
miimon: 100
harvester-vlan:
interfaces:
- name: enp2s0
method: none
bond_options:
mode: balance-tlb
miimon: 100
device: /dev/sdb
# iso_url: http://192.168.40.11/harvester/v0.3.0-preview1/harvester.iso
iso_url: https://releases.rancher.com/harvester/v0.3.0/harvester-v0.3.0-amd64.iso
vip: 192.168.32.21
vip_mode: static
vip_hw_addr: 53:54:00:ec:0e:0b
#!ipxe
kernel https://releases.rancher.com/harvester/master/harvester-master-vmlinuz-amd64 ip=dhcp net.ifnames=1 rd.cos.disable rd.noverifyssl root=live:https://releases.rancher.com/harvester/master/harvester-rootfs-amd64.squashfs console=ttyS1,115200 harvester.install.automatic=true harvester.install.config_url=https://metadata.platformequinix.com/userdata
initrd https://releases.rancher.com/harvester/master/harvester-master-initrd-amd64
boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment