You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It turns out that our Git dependency on the
oxidecomputer/management-gateway-service repo hasn't been updated in...
a while. We're currently on a commit from September of last year,
oxidecomputer/management-gateway-service@9bbac47.
This branch updates it to the current HEAD commit,
oxidecomputer/management-gateway-service@f9566e6.
The only changes in MGS that required code changes in Omicron are:
- oxidecomputer/management-gateway-service#291, where I added a new
`MeasurementKind` for AMD CPU T<sub>ctl</sub> values (which are not
temperatures in degrees Celcius, but a secret third thing).
- oxidecomputer/management-gateway-service#316 by @mkeeter, adding the
interface to read SP task dumps over the network. Since this adds
methods to the `sp_impl::SpHandler` trait, the SP simulator
implementations need to be updated, or else they will no longer compile.
For now, I've just made these `unimplemented!()`, as we're not currently
actually _using_ them.
In my PR #7903 implementing ereport ingestion from SPs, I had to make
these changes as part of changing the MGS dependency to pull in the new
`gateway-sp-comms` code for ereports. Since this isn't actually related,
and is just necessary to update the Git dep, I figured I'd pull that
commit (49973ae) into its own PR.
---------
Co-authored-by: John Gallagher <[email protected]>
0 commit comments