Skip to content

oxidecomputer/management-gateway-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0e1e055 · May 14, 2025
Jul 26, 2024
Jul 26, 2024
May 14, 2025
May 13, 2025
May 14, 2025
May 13, 2025
Jul 26, 2024
May 3, 2023
May 13, 2025
May 5, 2025
Oct 7, 2022
Oct 7, 2022
Feb 12, 2024
Oct 7, 2022

Repository files navigation

Overview

The Management Gateway Service (MGS) is the control plane service that communicates with Service Processors (SPs) running hubris.

MGS itself lives in the omicron repo, and there is a corresponding agent task in hubris with which it communicates.

Navigating

  • gateway-messages - no_std code that defines the messages exchanged between MGS and SPs and provides serialization/deserialization support. This is used by the hubris task on the real SPs, by MGS proper for messaging, and by the simulated SPs we use for testing. Sharing this crate between hubris and omicron is the primary motivation for the existence of this repository.

  • gateway-sp-comms - std code used by MGS and faux-mgs for communicating with a set of SPs.

  • faux-mgs - command line application intended for debug and development work; it can pretend to be MGS to communicate with a single target SP (either directly via IP address or discovered via UDP multicast similarily to how MGS's general discovery process works).

About

Crates shared between MGS in omicron and its agent task in hubris

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages