Commit Graph

12 Commits

Author SHA1 Message Date
Paul Payne
c0b1d60e7b Cluster nodes by name instead of (mutable) ip. 2025-07-21 17:32:21 -07:00
Paul Payne
24e3b64077 Refactor configuration scripts for improved clarity and structure; remove deprecated Talos ISO script and update Talos schemas with new version mappings. 2025-07-06 10:31:01 -07:00
Paul Payne
ddac8775b1 Remove README.md for cluster node setup 2025-06-28 09:42:27 -07:00
Paul Payne
66ff0e90e0 Comment out cluster configuration in controlplane.yaml 2025-06-28 09:42:20 -07:00
Paul Payne
9b0b6cd1bc Add customization options for Talos schemas 2025-06-27 17:00:48 -07:00
Paul Payne
1c7151712f Comment out allowSchedulingOnControlPlanes in controlplane.yaml 2025-06-27 17:00:37 -07:00
Paul Payne
7e65ea0754 Fix talos-schema versions. 2025-06-27 15:17:23 -07:00
Paul Payne
8b29e3e357 Split out wild-setup into three phase scripts. 2025-06-27 15:17:14 -07:00
Paul Payne
f64735a5c1 Breaks out wild-setup phases into independently-runnable scripts.
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.
2025-06-27 11:29:36 -07:00
Paul Payne
7d0381290c Removes cached data. 2025-06-26 13:46:22 -07:00
Paul Payne
f1fe4f9cc2 Settle on v1 setup method. Test run completed successfully from bootstrap to service setup.
- Refactor dnsmasq configuration and scripts for improved variable handling and clarity
- Updated dnsmasq configuration files to use direct variable references instead of data source functions for better readability.
- Modified setup scripts to ensure they are run from the correct environment and directory, checking for the WC_HOME variable.
- Changed paths in README and scripts to reflect the new directory structure.
- Enhanced error handling in setup scripts to provide clearer guidance on required configurations.
- Adjusted kernel and initramfs URLs in boot.ipxe to use the updated variable references.
2025-06-24 15:12:53 -07:00
Paul Payne
f90baac653 New OPS-centric setup. Integrated with wild-init and wild-setup. 2025-06-21 14:22:22 -07:00