Skip to content

Commit

Permalink
suite: add t95z, enable qemu's
Browse files Browse the repository at this point in the history
  • Loading branch information
rpardini committed May 23, 2024
1 parent ccaffd1 commit ec99c62
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 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: false
enabled: true
mac: "11:22:33:44:55:66"
"run-qemu-arm64":
enabled: false
enabled: true
mac: "11:22:33:44:55:77"


Expand Down Expand Up @@ -129,10 +129,10 @@ showcase:
#hookRef: "dev-default-hook-amd64" # "default-hook-amd64" # defined above

#imageRef: "fatso-el9-local-amd64"
imageRef: "fatso-ubuntu-noble-local-amd64"
#imageRef: "fatso-ubuntu-noble-local-amd64"
#imageRef: "fatso-rocky8-baremetal-amd64"
#imageRef: "fatso-rocky8-local-amd64"
#imageRef: "fatso-ubuntu-noble-baremetal-amd64"
imageRef: "fatso-ubuntu-noble-baremetal-amd64"
#imageRef: "fatso-ubuntu-noble-local-amd64"


Expand All @@ -147,6 +147,17 @@ showcase:
rootDisk: "/dev/mmcblk0"
ipv4:
address: "192.168.99.51"

"t95z":
enabled: true
arch: aarch64
mac: "ea:da:5c:76:8d:09"
rootDisk: "/dev/sda" # USB Disk plugged in
ipv4:
address: "192.168.99.27"
userData: |
#include https://cloud-init.pardini.net/rpardini/oldskool-rpardini/master/base

# RockPro64 and other rockchip64-based boards (u-boot)
"rockpro64":
Expand All @@ -160,7 +171,7 @@ showcase:
"orangepi3b":
enabled: false
mac: "b6:a7:96:d5:f1:84"
rootDisk: "/dev/disk/by-id/wwn-0x3001237923792379" # /dev/mmcblk0 is the eMMC
rootDisk: "/dev/sda" # usb disk # "/dev/disk/by-id/wwn-0x3001237923792379" # /dev/mmcblk0 is the eMMC
ipv4:
address: "192.168.99.53"

Expand Down

0 comments on commit ec99c62

Please sign in to comment.