hashicorp / nomad-driver-virt

Mozilla Public License 2.0
8 stars 1 forks source link

Use network hostname #59

Open Juanadelacuesta opened 4 weeks ago

Juanadelacuesta commented 4 weeks ago

A new field was added as part of the task definition for the virt driver for the network hostname, but the job spec already has one. This PR removes the task field and uses the network one instead.

Juanadelacuesta commented 4 weeks ago

Currently virt only supports host network mode, which conflicts with setting the hostname. This PR will have to wait until that validation in the jobspec is expanded or more network modes are supported.