mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
I think I did it.
This commit is contained in:
committed by
Alex Dadgar
parent
530cf03177
commit
4a4417d556
@@ -280,6 +280,7 @@ func (a *Agent) clientConfig() (*clientconfig.Config, error) {
|
||||
// Setup the node
|
||||
conf.Node = new(structs.Node)
|
||||
conf.Node.Datacenter = a.config.Datacenter
|
||||
conf.Node.Region = a.config.Region
|
||||
conf.Node.Name = a.config.NodeName
|
||||
conf.Node.Meta = a.config.Client.Meta
|
||||
conf.Node.NodeClass = a.config.Client.NodeClass
|
||||
|
||||
Reference in New Issue
Block a user