Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add system-info instance callback #200

Merged

Commits on Jan 4, 2024

  1. 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>
    gabriel-samfira committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    2a5e240 View commit details
    Browse the repository at this point in the history