Danielle Lancashire
efdfef868f
consul: Include port-label in service registration
...
It is possible to provide multiple identically named services with
different port assignments in a Nomad configuration.
We introduced a regression when migrating to stable service identifiers where
multiple services with the same name would conflict, and the last definition
would take precedence.
This commit includes the port label in the stable service identifier to
allow the previous behaviour where this was supported, for example
providing:
```hcl
service {
name = "redis-cache"
tags = ["global", "cache"]
port = "db"
check {
name = "alive"
type = "tcp"
interval = "10s"
timeout = "2s"
}
}
service {
name = "redis-cache"
tags = ["global", "foo"]
port = "foo"
check {
name = "alive"
type = "tcp"
port = "db"
interval = "10s"
timeout = "2s"
}
}
service {
name = "redis-cache"
tags = ["global", "bar"]
port = "bar"
check {
name = "alive"
type = "tcp"
port = "db"
interval = "10s"
timeout = "2s"
}
}
```
in a nomad task definition is now completely valid. Each service
definition with the same name must still have a unique port label however.
2019-06-13 15:24:54 +02:00
..
2019-06-13 15:24:54 +02:00
2018-03-11 17:43:19 +00:00
2018-04-18 12:02:11 -04:00
2017-10-06 14:35:14 -07:00
2018-04-18 13:55:51 -04:00
2017-10-06 14:35:14 -07:00
2018-04-18 13:55:51 -04:00
2017-10-13 16:31:46 -07:00
2018-04-18 13:55:51 -04:00
2017-10-13 16:37:33 -07:00
2018-04-18 12:02:11 -04:00
2018-04-18 12:02:11 -04:00
2017-10-06 14:35:14 -07:00
2018-04-18 12:02:11 -04:00
2017-10-06 14:35:14 -07:00
2018-04-18 13:55:51 -04:00
2017-10-06 14:35:14 -07:00
2018-04-18 13:55:51 -04:00
2019-04-12 15:48:36 +00:00
2019-04-12 15:48:36 +00:00
2017-10-13 16:31:46 -07:00
2018-04-18 12:02:11 -04:00
2017-10-06 14:35:14 -07:00
2018-04-18 13:55:51 -04:00
2018-04-18 12:02:11 -04:00
2018-04-18 12:02:11 -04:00
2018-04-18 13:51:17 -04:00
2018-05-11 18:05:43 -04:00
2019-05-16 17:06:03 -04:00
2019-05-12 22:04:50 -04:00
2019-05-12 22:04:50 -04:00
2019-05-17 11:58:31 -04:00
2018-04-18 13:51:17 -04:00
2018-04-18 13:55:51 -04:00
2018-04-18 13:51:17 -04:00
2019-05-12 22:04:50 -04:00
2019-04-11 14:25:49 +02:00
2019-05-12 22:04:50 -04:00
2019-04-26 12:47:53 +02:00
2019-04-26 12:47:53 +02:00
2019-04-10 10:34:10 -05:00
2019-04-10 10:34:10 -05:00
2019-04-23 12:50:23 +02:00
2019-04-23 12:50:23 +02:00
2018-04-18 12:02:11 -04:00
2017-07-20 21:24:21 -07:00
2018-04-18 12:02:11 -04:00
2019-05-12 22:04:50 -04:00
2017-07-20 21:24:21 -07:00
2017-07-07 12:07:07 -07:00
2018-04-18 13:51:17 -04:00
2018-12-13 13:22:17 -05:00
2018-04-18 13:51:17 -04:00
2018-04-18 12:02:11 -04:00
2018-04-18 13:51:17 -04:00
2018-04-18 13:55:51 -04:00
2018-04-18 13:51:17 -04:00
2018-04-18 13:55:51 -04:00
2018-04-18 13:51:17 -04:00
2018-04-18 13:55:51 -04:00
2018-04-18 13:51:17 -04:00
2018-05-07 14:50:01 -05:00
2018-05-24 12:44:21 -04:00
2019-01-11 11:36:37 -08:00
2018-04-18 13:51:17 -04:00
2018-04-18 12:02:11 -04:00
2018-04-18 12:02:11 -04:00
2019-04-23 09:52:46 -04:00
2018-12-12 09:17:31 -05:00
2018-12-10 12:18:24 -05:00
2018-04-03 18:15:12 -07:00
2018-04-18 12:19:53 -04:00
2018-12-04 11:50:59 -05:00
2019-05-13 18:53:47 -05:00
2019-05-15 21:16:57 -05:00
2018-04-18 13:51:17 -04:00
2018-04-18 21:21:43 -04:00
2018-05-10 15:30:44 -05:00
2018-05-21 18:00:14 -05:00
2018-04-18 13:51:17 -04:00
2018-08-14 14:06:04 -04:00
2019-02-02 09:43:24 +03:00
2019-02-14 12:49:26 -06:00
2018-04-18 13:51:17 -04:00
2018-04-18 13:55:51 -04:00
2019-04-12 20:55:55 +00:00
2019-04-12 20:55:55 +00:00
2019-04-12 20:55:55 +00:00
2018-11-08 09:48:43 -06:00
2018-11-08 09:48:43 -06:00
2018-04-18 13:51:17 -04:00
2018-04-18 13:55:51 -04:00
2018-04-18 13:51:17 -04:00
2019-04-10 10:34:10 -05:00
2018-04-18 13:51:17 -04:00
2018-04-26 15:46:22 -07:00
2019-04-10 10:34:10 -05:00
2019-04-10 10:34:10 -05:00
2018-04-18 13:51:17 -04:00
2018-04-18 13:55:51 -04:00
2018-04-18 13:51:17 -04:00
2018-04-18 13:55:51 -04:00
2018-04-18 12:02:11 -04:00
2019-01-11 11:36:37 -08:00
2017-09-15 23:33:43 +00:00
2018-03-21 20:27:32 -07:00
2018-03-11 19:06:15 +00:00
2018-10-30 12:03:23 -05:00
2018-04-18 13:51:17 -04:00
2018-04-18 13:55:51 -04:00
2018-04-18 13:51:17 -04:00
2018-04-18 13:55:51 -04:00
2018-04-18 13:51:17 -04:00
2018-04-18 13:55:51 -04:00
2018-04-18 13:51:17 -04:00
2018-04-18 12:02:11 -04:00
2018-04-18 13:51:17 -04:00
2018-04-18 13:55:51 -04:00
2018-04-18 12:02:11 -04:00
2018-04-18 13:51:17 -04:00
2019-05-13 10:01:19 -04:00
2019-01-08 09:35:16 -08:00
2019-01-08 09:35:16 -08:00
2018-04-18 13:51:17 -04:00
2018-04-18 12:02:11 -04:00
2018-11-16 10:26:32 -05:00
2019-01-22 19:34:02 -06:00
2018-06-14 15:48:01 +02:00
2017-12-18 14:29:41 -08:00
2018-04-18 12:02:11 -04:00
2018-09-25 13:49:35 -07:00
2018-09-25 13:49:35 -07:00
2017-12-18 14:29:41 -08:00
2018-04-18 12:02:11 -04:00
2018-03-21 20:27:32 -07:00
2018-04-18 12:02:11 -04:00
2018-04-18 12:02:11 -04:00
2017-07-20 21:24:21 -07:00
2018-04-18 12:02:11 -04:00
2018-01-16 13:35:32 -08:00
2018-04-18 12:02:11 -04:00
2017-07-20 21:24:21 -07:00
2018-04-18 12:02:11 -04:00
2017-07-20 21:24:21 -07:00
2018-04-18 12:02:11 -04:00
2018-04-18 13:51:17 -04:00
2018-04-18 13:55:51 -04:00
2018-04-18 13:51:17 -04:00
2018-04-18 13:55:51 -04:00
2018-04-18 13:51:17 -04:00
2018-04-18 12:02:11 -04:00
2018-04-18 13:51:17 -04:00
2018-04-18 13:55:51 -04:00
2018-04-18 13:51:17 -04:00
2018-04-18 12:02:11 -04:00
2018-04-18 13:51:17 -04:00
2018-04-18 13:55:51 -04:00
2018-04-18 12:02:11 -04:00
2017-09-19 10:08:23 -05:00
2018-04-18 13:55:51 -04:00
2017-09-19 10:08:23 -05:00
2018-04-18 13:55:51 -04:00
2017-09-19 10:08:23 -05:00
2018-04-18 12:02:11 -04:00
2017-09-19 10:08:23 -05:00
2018-04-18 13:55:51 -04:00
2018-04-18 12:02:11 -04:00
2017-07-20 21:24:21 -07:00
2018-05-11 18:05:43 -04:00
2017-07-20 21:24:21 -07:00
2018-05-11 18:05:43 -04:00
2018-04-18 13:51:17 -04:00
2018-04-18 12:02:11 -04:00
2018-04-18 12:02:11 -04:00
2017-08-29 08:42:09 -07:00
2019-04-11 13:15:44 +02:00
2018-04-18 12:02:11 -04:00
2017-10-23 16:48:20 -07:00
2017-07-20 21:24:21 -07:00
2018-04-18 12:02:11 -04:00