open-nomad/e2e/terraform/shared/nomad/indexed/client-1.hcl
Tim Gross ba7e7413ef
e2e: refactor Nomad configuration (#6560)
Share base configuration for telemetry and consul. Have the server
configurations respect the `var.server_count` config. Make changes
recommended by `shellcheck` in the provisioning scripts for this section.

Switch to OS/arch-tagged release bundles on S3 for compatibility with
adding Windows builds in the near future.
2019-10-28 08:21:02 -04:00

18 lines
238 B
HCL

client {
enabled = true
options {
"driver.raw_exec.enable" = "1"
"docker.privileged.enabled" = "true"
}
meta {
"rack" = "r2"
}
}
vault {
enabled = true
address = "http://active.vault.service.consul:8200"
}