mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
During initial development of upgrade testing, we had a hard-coded prefix to distinguish between clusters created for this vs those created by GHA runners. Update the prefix to be a variable so that developers can add their own prefix during test workload development.
13 lines
674 B
HCL
13 lines
674 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
prefix = "<your initials or name>"
|
|
artifactory_username = "<your email address>"
|
|
artifactory_token = "<your ARTIFACTORY_TOKEN from above>"
|
|
product_version = "1.8.9" # starting version
|
|
upgrade_version = "1.9.4" # version to upgrade to
|
|
download_binary_path = "/home/foo/Downloads/nomad" # directory on your machine to download binaries
|
|
nomad_license = "<your Nomad Enterprise license, currently always required>"
|
|
consul_license = "<your Consul Enterprise license, currently always required>"
|
|
aws_region = "us-east-1"
|