Adam McArthur
Adam McArthur
Is there a good place to leave any questions I have about MCAD to have a discussion? I am from https://github.com/armadaproject/armada, and I was looking through https://www.cncf.io/wp-content/uploads/2020/10/Kube-two-level-RM.pdf. I am interested...
Hey Folks, I have been looking through V-JEPA and its predecessors, and I am trying to find if V-JEPA is making use of the conditional variables in the predictor, as...
Fixes #377 Also starts the V2 Migration discussed in https://github.com/openstack-exporter/openstack-exporter/issues/385 ## Testing with DevStack ### Regression Testing Checking for any metric formatting changes - there don't seem to be any....
Continuing the work of https://github.com/openstack-exporter/openstack-exporter/issues/377, get all of Ironics Fields 100% up-to-date with the main python implementation. This will require a Gophercloud ticket to go along side.
https://github.com/gophercloud/gophercloud/blob/master/docs/MIGRATING.md This has already been lightly covered in https://github.com/openstack-exporter/openstack-exporter/issues/381, but this ticket will track step-by-step changes I am working on to get to a fully migrated openstack-exporter. - [ ]...
This is an experimental-ticket to explore whether it is possible to dynamically support new fields in openstack-exporter. I currently can think of two ways to do this: - LamdaField Function...
Issue that needs to be addressed first in gophercloud is here with an attached PR: https://github.com/gophercloud/gophercloud/pull/3136 The ironic code: https://github.com/openstack/ironic/blob/1e52143f07266b53ad47d49a5be04cbf85cccc8b/ironic/objects/node.py#L178 I will work on this shortly.
From our work in https://github.com/openstack-exporter/openstack-exporter/pull/378, it wasn't immediately clear that Openstack-Exporter supported openstack's older than fields it explicitly references. This is likely to come up in the future more and...
Continuing the work from https://github.com/gophercloud/gophercloud/issues/3135, I would like to bring the whole of the Node API to parity in one PR. I think this achieves the right size to make...