metal-stack / metal-api

API to manage and control plane resources like machines, switches, operating system images, machine sizes, networks, IP addresses and more
GNU Affero General Public License v3.0
126 stars 9 forks source link

Migrate ipam to use the grpc service #522

Closed majst01 closed 5 days ago

majst01 commented 2 months ago

With this PR we move from library usage of go-ipam to a dedicated grpc go-ipam service. This removes the direct dependency to the ipam database as well and makes the overall architecture clearer.

TODO:

Replaces #312