open-nomad/e2e/terraform/shared
Tim Gross 8c8b91e7b9
e2e: move systemd unit files into Packer build (#8751)
2020-08-26 16:45:09 -04:00
..
config e2e: move systemd unit files into Packer build (#8751) 2020-08-26 16:45:09 -04:00
consul e2e: move systemd unit files into Packer build (#8751) 2020-08-26 16:45:09 -04:00
nomad e2e: move systemd unit files into Packer build (#8751) 2020-08-26 16:45:09 -04:00
vault e2e: move systemd unit files into Packer build (#8751) 2020-08-26 16:45:09 -04:00
README.md e2e: split Packer build scripts from TF provisioning (#6542) 2019-10-25 08:08:24 -04:00

README.md

Terraform Provisioning

These scripts are copied up to instances via Terraform provisioning and executed after launch. This allows us to update the Nomad configurations for features that land on master without having to re-bake AMIs.

What goes here?

  • steps that are specific to a given Nomad build: ex. all Nomad configuration files.
  • steps that are specific to a given EC2 instance: configuring IP addresses.

These scripts should be idempotent: copy configurations from /ops/shared to their destinations where the services expect them to be, rather than moving them.