mirror of https://github.com/status-im/consul.git
Revert "[CC-4519] Include Consul NodeID in Envoy bootstrap metadata" (#17191)
This commit is contained in:
parent
2c0da88ce7
commit
0fc4fc6429
|
@ -17,9 +17,6 @@ type BootstrapTplArgs struct {
|
|||
// the agent to deliver the correct configuration.
|
||||
ProxyID string
|
||||
|
||||
// NodeID is the ID of the node on which the proxy service instance is registered.
|
||||
NodeID string
|
||||
|
||||
// NodeName is the name of the node on which the proxy service instance is registered.
|
||||
NodeName string
|
||||
|
||||
|
@ -187,7 +184,6 @@ const bootstrapTemplate = `{
|
|||
{{- if .NodeName }}
|
||||
"node_name": "{{ .NodeName }}",
|
||||
{{- end }}
|
||||
"node_id": "{{ .NodeID }}",
|
||||
"namespace": "{{if ne .Namespace ""}}{{ .Namespace }}{{else}}default{{end}}",
|
||||
"partition": "{{if ne .Partition ""}}{{ .Partition }}{{else}}default{{end}}"
|
||||
}
|
||||
|
|
|
@ -722,12 +722,6 @@ func (c *cmd) generateConfig() ([]byte, error) {
|
|||
args.Datacenter = datacenter
|
||||
}
|
||||
|
||||
info, err := c.client.Agent().Self()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
args.NodeID, _ = info["Config"]["NodeID"].(string)
|
||||
|
||||
if err := generateAccessLogs(c, args); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
|
@ -1691,7 +1691,6 @@ func testMockAgentSelf(
|
|||
resp := agent.Self{
|
||||
Config: map[string]interface{}{
|
||||
"Datacenter": "dc1",
|
||||
"NodeID": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_name": "test-node",
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "ingress-gateway",
|
||||
"id": "ingress-gateway",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "ingress-gateway",
|
||||
"id": "ingress-gateway",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
"id": "ingress-gateway-1",
|
||||
"metadata": {
|
||||
"node_name": "test-node",
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "my-gateway-123",
|
||||
"id": "my-gateway-123",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "my-gateway",
|
||||
"id": "my-gateway",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "ingress-gateway-1",
|
||||
"id": "ingress-gateway-1",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"cluster": "test",
|
||||
"id": "test-proxy",
|
||||
"metadata": {
|
||||
"node_id": "7cbef9fc-4fb1-4c84-b100-689db9755449",
|
||||
"namespace": "default",
|
||||
"partition": "default"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue