garm/runner
Gabriel Adrian Samfira 2a5e2409b2 Add system-info instance callback
Allow runners to update their own system information. Runners can now send
back os_name, os_version and agent_id back as part of a POST to
CALLBACK_URL/system-info/.

The goal is to get better info in regard to the actual OS that's running
and to move the agent_id from the status updates to the system-info callback.

The status updates should be used only to send back info about the status of
the installation process.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2024-01-04 15:23:43 +00:00
..
common Update go-github 2023-12-18 16:20:44 +00:00
mocks Add force delete runner 2023-10-12 06:15:36 +00:00
pool Update go-github 2023-12-18 16:20:44 +00:00
providers Remove the LXD internal provider 2023-12-18 12:16:48 +00:00
enterprises.go Move errors to external package 2023-07-22 22:26:47 +00:00
enterprises_test.go Move errors to external package 2023-07-22 22:26:47 +00:00
interfaces.go Slight refactor and fix tests 2023-07-05 09:46:19 +00:00
metadata.go Add metadata URLs 2023-09-24 13:50:21 +00:00
organizations.go Add flag to toggle webhook management 2023-08-22 09:39:02 +03:00
organizations_test.go Add keepWebhook flag when deleting entities 2023-08-22 09:39:01 +03:00
pools.go Move errors to external package 2023-07-22 22:26:47 +00:00
pools_test.go Move errors to external package 2023-07-22 22:26:47 +00:00
repositories.go Add flag to toggle webhook management 2023-08-22 09:39:02 +03:00
repositories_test.go Add keepWebhook flag when deleting entities 2023-08-22 09:39:01 +03:00
runner.go Add system-info instance callback 2024-01-04 15:23:43 +00:00
types.go Move code to external package 2023-07-21 15:34:18 +00:00