0ff1d633cd
With the recent update in Hook to publish the kernel and initrd we can make make hook the default in the sandbox. Original OSIE can still be used by updating deploy/compose/.env and setting OSIE_DOWNLOAD_URL to an OSIE URL and TINKERBELL_USE_HOOK to false. Currently only an x86_64 Hook is published so only x86_64 machines can be provisioned with the sandbox using Hook. Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
13 lines
727 B
Bash
13 lines
727 B
Bash
#OSIE_DOWNLOAD_URL="https://tinkerbell-oss.s3.amazonaws.com/osie-uploads/osie-1790-23d78ea47f794d0e5c934b604579c26e5fce97f5.tar.gz"
|
|
OSIE_DOWNLOAD_URL="https://github.com/tinkerbell/hook/releases/download/5.10.57/hook-x86_64.tar.gz"
|
|
TINKERBELL_USE_HOOK="true"
|
|
TINK_CLI_IMAGE="quay.io/tinkerbell/tink-cli:sha-8ea8a0e5"
|
|
TINK_SERVER_IMAGE="quay.io/tinkerbell/tink:sha-8ea8a0e5"
|
|
BOOTS_SERVER_IMAGE="quay.io/tinkerbell/boots:sha-94f43947"
|
|
HEGEL_SERVER_IMAGE="quay.io/tinkerbell/hegel:sha-9f5da0a8"
|
|
TINKERBELL_HARDWARE_MANIFEST="/manifests/hardware/hardware.json"
|
|
TINKERBELL_TEMPLATE_MANIFEST="/manifests/template/ubuntu.yaml"
|
|
TINKERBELL_HOST_IP=192.168.50.4
|
|
TINKERBELL_CLIENT_IP=192.168.50.43
|
|
TINKERBELL_CLIENT_MAC=08:00:27:9e:f5:3a
|