Commit Graph

12 Commits

Author SHA1 Message Date
Paul Payne
7374e06f48 Remove unused annotations in CoreDNS LoadBalancer service configuration 2025-06-27 17:00:28 -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
274e8de4b8 Refactor dnsmasq setup script: update file paths and remove obsolete script 2025-06-27 08:48:13 -07:00
Paul Payne
d1ea7ea998 Fix warnings and improve setup script execution for dnsmasq installation 2025-06-27 06:53:01 -07:00
Paul Payne
2def62e218 Consolidate wild-init. 2025-06-27 06:03:53 -07:00
Paul Payne
7d0381290c Removes cached data. 2025-06-26 13:46:22 -07:00
Paul Payne
be9b161d72 Add wild-dnsmasq-install.sh script for DNSMasq setup and remove transfer-setup-bundle.sh 2025-06-25 12:09:58 -07:00
Paul Payne
36196f5095 Remove custom setup. 2025-06-24 17:50:43 -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