Skip to content

Commit

Permalink
suite: update smee reference; add more examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rpardini committed May 23, 2024
1 parent ec99c62 commit d9f5598
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions tinkerbell/suite/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ showcase:
#### `export MAC=11:22:33:44:55:66 TINK_SERVER=x.y.z.y` can be used with the below "machines".
#### The MAC address is not really used by the qemu VM, but is passed via kernel cmdline.
"run-qemu-x86":
enabled: true
enabled: false
mac: "11:22:33:44:55:66"
"run-qemu-arm64":
enabled: true
enabled: false
mac: "11:22:33:44:55:77"


Expand All @@ -74,7 +74,7 @@ showcase:
address: "192.168.99.41"

"vm08":
enabled: true
enabled: false
arch: x86_64
mac: "52:54:00:01:03:08"
rootDisk: "/dev/disk/by-id/virtio-root_disk_serial"
Expand All @@ -90,7 +90,7 @@ showcase:
# bootMode: kexec

"vm09":
enabled: true
enabled: false
arch: x86_64
mac: "52:54:00:01:03:09"
rootDisk: "/dev/disk/by-id/virtio-root_disk_serial"
Expand All @@ -104,7 +104,7 @@ showcase:


"thundercat":
enabled: true
enabled: false
arch: x86_64
#mac: "3c:18:a0:15:9a:9f" # thinkpad 100mbit/s?
#mac: "8c:ae:4c:dd:10:78" # 2.5gbit plugable
Expand Down Expand Up @@ -149,7 +149,7 @@ showcase:
address: "192.168.99.51"

"t95z":
enabled: true
enabled: false
arch: aarch64
mac: "ea:da:5c:76:8d:09"
rootDisk: "/dev/sda" # USB Disk plugged in
Expand All @@ -158,6 +158,15 @@ showcase:
userData: |
#include https://cloud-init.pardini.net/rpardini/oldskool-rpardini/master/base
"odroidhc4":
enabled: false
arch: aarch64
mac: "00:1e:06:49:15:91"
rootDisk: "/dev/sda" # SATA Disk plugged in
ipv4:
address: "192.168.99.28"
userData: |
#include https://cloud-init.pardini.net/rpardini/oldskool-rpardini/master/base
# RockPro64 and other rockchip64-based boards (u-boot)
"rockpro64":
Expand All @@ -179,9 +188,11 @@ showcase:
"rpi4b":
enabled: false
mac: "dc:a6:32:ec:8b:49"
rootDisk: "/dev/disk/by-id/wwn-0x3001237923792379"
rootDisk: "/dev/disk/by-id/wwn-0x3001237923792379" # a specific USB disk, by-id.
ipv4:
address: "192.168.99.54"
userData: |
#include https://cloud-init.pardini.net/rpardini/oldskool-rpardini/master/base
"mekotronics-r58x-pro-via-usb":
enabled: false
Expand All @@ -207,7 +218,8 @@ smee:
hostNetwork: true # no proxies, loadbalancers, or anything: it just runs as if directly on the k8s host.
logLevel: "debug"
tinkWorkerImage: quay.io/tinkerbell/tink-worker:v0.10.0
image: quay.io/tinkerbellrpardini/smee:latest-rpardini5 # custom build with updated ipxedust and arm64 NAPNULL for u-boot's PXE-via-EFI
#image: quay.io/tinkerbellrpardini/smee:latest-rpardini5 # custom build with updated ipxedust; some DTBs; pxelinux.cfg
image: quay.io/tinkerbellrpardini/smee:latest-rpardini8 # custom build with updated ipxedust; some DTBs; pxelinux.cfg; HC4 DT; rebased vs upstream/main after a long while
# @TODO bug in smee chart, the values is under http: but the usage is not
trustedProxies: [ "0.0.0.0/0" ] # Trust _all_ proxies, insecure
publicIP: 192.168.99.2 # Must be set
Expand Down

0 comments on commit d9f5598

Please sign in to comment.