Update Rack controller entities which were incomplete and not used
Add interactions with Rack controller(s) endpoints
Move node logic from machine to node and let machines and rack controllers inherit them
Update rack controller sample JSON responses, used for tests
Update of Subnet entity to include missing fields. This is needed to have successful rack controller tests. The tests are failing if the Go structs do not contain fields found in the response. Subnet is indirect as Rack Controller -> Interfaces -> Links -> Subnets
This PR includes the following changes:
Subnet
entity to include missing fields. This is needed to have successful rack controller tests. The tests are failing if the Go structs do not contain fields found in the response. Subnet is indirect asRack Controller
->Interfaces
->Links
->Subnets