7e4a35ad7e
We intend to expand the nightly E2E test to cover multiple distros and platforms. Change the naming structure for "Linux client" to the more precise "Ubuntu Bionic", and "Windows" to "Windows 2016" to make it easier to add new targets without additional refactoring.
11 lines
421 B
HCL
11 lines
421 B
HCL
region = "us-east-1"
|
|
instance_type = "t3.medium"
|
|
server_count = "3"
|
|
client_count_ubuntu_bionic_amd64 = "4"
|
|
client_count_windows_2016_amd64 = "1"
|
|
profile = "full-cluster"
|
|
nomad_enterprise = true
|
|
nomad_acls = true
|
|
vault = true
|
|
volumes = true
|