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

Status Report for Packet Instance #566

Merged
merged 3 commits into from
Aug 1, 2018

Commits on Aug 1, 2018

  1. stages: Change Run() to return error

    Run() returns an error instead of a bool.
    Bubblemelon committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    ce93f0a View commit details
    Browse the repository at this point in the history
  2. internal/oem: Implement framework for reporting status

    main.go checks if stage Run() is successful.
    
    oem.go implements the a Status() function
    that calls the oem specific fucntion to
    report the ignition status.
    
    FetchFromHTTP in url.go will check if f.client is nill.
    Bubblemelon committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    9526d0f View commit details
    Browse the repository at this point in the history
  3. oem/packet: Add Packet report status implementation

    packet.go POST igntion status
    messages to Packet.net via Packet's api url.
    Bubblemelon committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    d604cd9 View commit details
    Browse the repository at this point in the history