mesosphere / net-modules

Apache Mesos modules for network isolation.
55 stars 28 forks source link

Implemented "reserve" command for IPAM interface. #41

Closed karya0 closed 9 years ago

karya0 commented 9 years ago

This allows us to reserve static IPs, passed by the framework, with the IPAM server.

spikecurtis commented 9 years ago

Unfortunately this isn't sufficient for static container IPs. We need to extend the IPAM API to allow Agents to request specific IP addresses, otherwise the IPAM system won't know the address is taken an could assign it to a different container.

karya0 commented 9 years ago

Updated the PR to add the "reserve" command for IPAM.

spikecurtis commented 9 years ago

@djosborne can you try your code out with this? Or should I just merge (e.g. OK to temporarily break the integration branch until your stuff is in)?

ozdanborne commented 9 years ago

I updated the calico binary, fixed the demos, and fixed a typo in the isolator in #44. We can close this one