From d9f559829720dd562df444f7a71df578c11e6269 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Thu, 23 May 2024 01:50:29 +0200 Subject: [PATCH] suite: update smee reference; add more examples --- tinkerbell/suite/values.yaml | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/tinkerbell/suite/values.yaml b/tinkerbell/suite/values.yaml index cda650bf..39ef1054 100644 --- a/tinkerbell/suite/values.yaml +++ b/tinkerbell/suite/values.yaml @@ -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" @@ -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" @@ -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" @@ -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 @@ -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 @@ -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": @@ -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 @@ -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