mirror of
https://codeberg.org/Toasterson/solstice-ci.git
synced 2026-04-10 13:20:41 +00:00
This commit includes: - Adjusted runner logs from `info` to `debug` for reduced deployment log verbosity while retaining visibility in CI. - Added functionality to serve runner binaries directly from the orchestrator via HTTP. - Introduced new `RUNNER_DIR` configuration to specify the binary directory, with default paths and URL composition. - Updated HTTP routing to include runner file serving with validation and logging. - Improved AMQP body logging with a utility for better error debugging. - Updated task scripts for runner cross-building and serving, consolidating configurations and removing redundant files.
6 lines
305 B
Text
6 lines
305 B
Text
|
|
|
|
|
|
- Make orchestrator detect the address it will be reachable by checking the libvirt config or on illumos use it's external IP
|
|
- Make VM reachable IP of the orchestrator configurable in case the setup on illumos gets more complicated (via config file)
|
|
- Make the forge-integration task use fnox secrets
|