hashicorp / nomad-driver-virt

Mozilla Public License 2.0
8 stars 1 forks source link

net: add network specific config objects and parsing. #17

Closed jrasell closed 2 months ago

jrasell commented 2 months ago

This change adds the initial task configuration objects specific to networking. These objects allow us to pass config to Nomad and decode passed task config objects which contain network interface details.

The change also sets network related driver capabilities, so these are correctly seen by Nomad agents.

RFC: https://go.hashi.co/rfc/nmd-199 Related ticket: https://hashicorp.atlassian.net/browse/NET-10228