Commit Graph

178 Commits

Author SHA1 Message Date
Paul Payne
d1912af913 Update terminology from "Wild-Cloud" to "Wild Cloud" across scripts and documentation for consistency 2025-07-06 12:18:10 -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
dc8141e6d5 Better cluster-node lifecycle. 2025-07-06 09:26:00 -07:00
Paul Payne
2a9bdb6c9c Setup script cleanup. 2025-07-06 09:18:28 -07:00
Paul Payne
c9284a16e0 Setup dir rename. 2025-07-06 09:18:11 -07:00
Paul Payne
364c8c3da8 Add documentation management and reorganize scaffold docs
- Add wild-setup-docs command to copy documentation to cloud projects
- Move node setup guide from scaffold to main docs/guides/
- Add app workflow guide to main docs/guides/
- Update cluster installation scripts to use standard env initialization
2025-07-06 03:19:12 -07:00
Paul Payne
58097f7831 Standard env init. 2025-06-30 09:16:21 -07:00
Paul Payne
8f513235e2 Refactor installation scripts to use new configuration prompt helpers for improved user experience 2025-06-29 15:40:56 -07:00
Paul Payne
dab2551471 Enhance installation scripts to prompt for configuration variables and initialize Wild-Cloud environment 2025-06-29 13:48:53 -07:00
Paul Payne
5579e1e3c0 Updates service installs to not copy kustomize templates. 2025-06-29 13:30:28 -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
3300fef7f1 Remove fallback to current directory in init_wild_env function 2025-06-28 09:41:57 -07:00
Paul Payne
bcccb150e3 Extracts common library from wild scripts. 2025-06-28 08:18:11 -07:00
Paul Payne
0399bd54cf Adds basic tests. 2025-06-28 08:17:12 -07:00
Paul Payne
2968042236 Tweak setup script comments 2025-06-27 17:09:01 -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
7374e06f48 Remove unused annotations in CoreDNS LoadBalancer service configuration 2025-06-27 17:00:28 -07:00
Paul Payne
4131a2f39f Add wild-dnsmasq-install script for DNSMasq setup and installation 2025-06-27 17:00:18 -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
8848f5682a Refactor dnsmasq setup logic in installation scripts 2025-06-26 16:32:10 -07:00
Paul Payne
81a74e1d0d Add gitignore pattern. 2025-06-26 13:49:24 -07:00
Paul Payne
8b9df8dbbd Delete cached data. 2025-06-26 13:49:00 -07:00
Paul Payne
7d0381290c Removes cached data. 2025-06-26 13:46:22 -07:00
Paul Payne
58b24b8575 Launch config for experimental gui. 2025-06-26 08:30:15 -07:00
Paul Payne
c855786e61 Experimental gui. 2025-06-26 08:28:52 -07:00
Paul Payne
55b052256a Refactor env.sh for wild-setup. 2025-06-25 12:35:12 -07:00
Paul Payne
3dc5d545ff Refactor wild-init script to integrate configuration setup and enhance scaffolding checks; remove wild-setup-config script and update setup documentation. 2025-06-25 12:34:20 -07:00
Paul Payne
68ac9b2e8c Add wild-setup-config script for wild-cloud configuration setup 2025-06-25 12:10:18 -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
d5d4562e2f Add wild-config-set and wild-secret-set scripts for YAML configuration management 2025-06-25 12:09:42 -07:00
Paul Payne
07072d1c72 Add comprehensive setup documentation for wild-cloud 2025-06-24 17:51:02 -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
335cca1eba Update .gitignore and remove obsolete kill.sh script 2025-06-21 14:28:56 -07:00
Paul Payne
f90baac653 New OPS-centric setup. Integrated with wild-init and wild-setup. 2025-06-21 14:22:22 -07:00
Paul Payne
e55b9b2b8c Refactor wild-central-generate-setup script and add wild-compile-template for gomplate processing 2025-06-21 13:16:31 -07:00
Paul Payne
42b0b7720e Add example configuration and secrets files for wildcloud setup 2025-06-21 13:01:35 -07:00
Paul Payne
1fcec15853 Enhance dnsmasq setup with new scripts and documentation
- Add custom dictionary words for spell checking.
- Refactor wild-central-generate-setup script for improved error handling and structure.
- Create README.md for central dnsmasq setup with detailed instructions.
- Implement create-setup-bundle.sh and setup.sh scripts for setting up dnsmasq and PXE booting.
- Add transfer-setup-bundle.sh for transferring setup files to the server.
- Update SETUP.md with clearer instructions for initial setup and configuration.
- Introduce .gitignore for dnsmasq setup bundle.
2025-06-21 13:01:19 -07:00
Paul Payne
0f2e73e54c Add wild-config script to read values from config.yaml using YAML key paths 2025-06-21 13:00:16 -07:00
Paul Payne
7d6312e60b Remove TODO.md file as tasks have been completed or are no longer relevant 2025-06-20 16:39:36 -07:00
Paul Payne
3dbd037386 Add cluster node setup documentation and scripts for K3s and Talos 2025-06-20 16:39:22 -07:00
Paul Payne
e2485627b1 Add initial setup for Central DNS and PXE services using dnsmasq
- Created README.md for Central setup documentation.
- Added dnsmasq configuration files and scripts for setting up DNS and PXE booting.
- Implemented nginx configuration to serve PXE boot assets.
- Developed setup.sh script to automate installation and configuration of dnsmasq and nginx.
- Removed outdated dnsmasq setup guide from documentation.
2025-06-20 16:38:45 -07:00
Paul Payne
02a282899b Add dnsmasq and Talos setup documentation and configuration files
- Created `dnsmasq-setup.md` guide for setting up dnsmasq on hardware like Orange Pi Zero 3.
- Added `talos-setup.md` guide for an alternate setup using Talos and bare Kubernetes.
- Introduced configuration files for dnsmasq including `.not_logged_in_yet`, `bare-metal.yaml`, `boot.ipxe`, `dnsmasq.conf`, and `nginx.conf`.
- Implemented `setup.sh` script for automating the installation and configuration of dnsmasq and nginx.
- Updated example configuration in `config.example.yaml` to include Talos versioning.
- Modified README to reflect changes in Wild-Cloud app commands.
2025-06-08 16:32:45 -07:00