diff --git a/e2e/terraform/README.md b/e2e/terraform/README.md index 8b3675d76..9cdd95a6c 100644 --- a/e2e/terraform/README.md +++ b/e2e/terraform/README.md @@ -73,7 +73,7 @@ If you want to bootstrap Nomad ACLs, include `-var 'nomad_acls=true'`. The `profile` field selects from a set of configuration files for Nomad, Consul, and Vault by uploading the files found in `./config/`. The -profiles are as follows: +standard profiles are as follows: * `full-cluster`: This profile is used for nightly E2E testing. It assumes at least 3 servers and includes a unique config for each Nomad client. @@ -81,10 +81,10 @@ profiles are as follows: set of clients. It assumes at least 3 servers but uses the one config for all the Linux Nomad clients and one config for all the Windows Nomad clients. -* `custom`: This profile is used for one-off developer testing of more complex - interactions between features. You can build your own custom profile by - writing config files to the `./config/custom` directory, which are protected - by `.gitignore` + +You may create additional profiles for testing more complex interactions between features. +You can build your own custom profile by writing config files to the +`./config/` directory. For each profile, application (Nomad, Consul, Vault), and agent type (`server`, `client_linux`, or `client_windows`), the agent gets the following diff --git a/e2e/terraform/packer/README.md b/e2e/terraform/packer/README.md index f5d25c3c0..a6b843107 100644 --- a/e2e/terraform/packer/README.md +++ b/e2e/terraform/packer/README.md @@ -17,10 +17,10 @@ $ packer --version 1.6.4 # build Ubuntu Bionic AMI -$ packer build ubuntu-bionic-amd64.pkr.hcl +$ ./build ubuntu-bionic-amd64 # build Windows AMI -$ packer build windows-2016-amd64.pkr.hcl +$ ./build windows-2016-amd64 ``` ## Debugging Packer Builds