diff --git a/e2e/servicediscovery/input/simple_lb_clients.nomad b/e2e/servicediscovery/input/simple_lb_clients.nomad new file mode 100644 index 000000000..875db2393 --- /dev/null +++ b/e2e/servicediscovery/input/simple_lb_clients.nomad @@ -0,0 +1,55 @@ +job "simple_lb_clients" { + datacenters = ["dc1"] + type = "batch" + + constraint { + attribute = "${attr.kernel.name}" + value = "linux" + } + + group "client_1" { + task "cat" { + driver = "raw_exec" + config { + command = "bash" + args = ["-c", "sleep 15000"] + } + resources { + cpu = 10 + memory = 16 + } + template { + destination = "output.txt" + data = <