2020-10-28 16:58:00 +00:00
|
|
|
region = "us-east-1"
|
|
|
|
instance_type = "t3.medium"
|
|
|
|
server_count = "3"
|
|
|
|
client_count_ubuntu_bionic_amd64 = "2"
|
|
|
|
client_count_windows_2016_amd64 = "0"
|
|
|
|
profile = "dev-cluster"
|
|
|
|
nomad_acls = false
|
|
|
|
nomad_enterprise = false
|
|
|
|
vault = true
|
|
|
|
volumes = false
|
2021-08-30 14:18:16 +00:00
|
|
|
tls = true
|
2020-10-28 14:01:42 +00:00
|
|
|
|
2021-01-08 21:50:00 +00:00
|
|
|
nomad_version = "1.0.1" # default version for deployment
|
2021-05-10 20:25:04 +00:00
|
|
|
nomad_local_binary = "" # overrides nomad_version if set
|
2021-05-25 17:47:39 +00:00
|
|
|
nomad_url = "" # overrides nomad_version if set
|
2020-10-28 20:50:20 +00:00
|
|
|
|
2020-10-28 14:01:42 +00:00
|
|
|
# Example overrides:
|
2021-03-18 19:35:11 +00:00
|
|
|
# nomad_local_binary = "../../pkg/linux_amd64/nomad"
|
2020-10-28 16:58:00 +00:00
|
|
|
# nomad_local_binary_client_windows_2016_amd64 = ["../../pkg/windows_amd64/nomad.exe"]
|
2021-05-10 20:25:04 +00:00
|
|
|
|
|
|
|
# The nightly E2E runner will set a nomad_sha flag; this should not be used
|
|
|
|
# outside of the nightly E2E runner and will usually fail because the build
|
|
|
|
# will not be available
|