Remove deprecated scripts and add Talos schema mappings - Deleted the following scripts as they are no longer needed: - create-installer-image.sh - detect-node-hardware.sh - generate-machine-configs.sh - Added a new file `talos-schemas.yaml` to maintain mappings of Talos versions to their corresponding schematic IDs for wild-cloud deployments. - Updated the README in the home scaffold to simplify the initial setup instructions.
20 lines
718 B
YAML
20 lines
718 B
YAML
# Talos Version to Schematic ID Mappings
|
|
#
|
|
# This file contains mappings of Talos versions to their corresponding
|
|
# default schematic IDs for wild-cloud deployments.
|
|
#
|
|
# Schematic IDs are generated from factory.talos.dev and include
|
|
# common system extensions needed for typical hardware.
|
|
#
|
|
# To add new versions:
|
|
# 1. Go to https://factory.talos.dev/
|
|
# 2. Select the system extensions you need
|
|
# 3. Generate the schematic
|
|
# 4. Add the version and schematic ID below
|
|
|
|
# Format: "version": "schematic-id"
|
|
talos-schemas:
|
|
"v1.6.1": "e6230b0db3fd355a0bb77a9de74af41a9f3edd168f913cbd94807629a2116d07"
|
|
# Add more versions here as needed
|
|
# "v1.6.2": "example-schematic-id-here"
|
|
# "v1.7.0": "example-schematic-id-here" |