featurebase/qa/tf
garrison.davis@molecula.com fa9ae13363 Adds gauntlet testing framework for Samsung
This adds the Terraform needed to create a gauntlet testing framework for a cluster that is a mirror of Samsung's. It is meant to be run once a day in CI via the GitLab scheduler.
2022-01-03 12:15:07 -08:00
..
.modules/featurebase-cluster Adds gauntlet testing framework for Samsung 2022-01-03 12:15:07 -08:00
ci/singlenode Adds gauntlet testing framework for Samsung 2022-01-03 12:15:07 -08:00
gauntlet/samsung Adds gauntlet testing framework for Samsung 2022-01-03 12:15:07 -08:00
README.md Adds gauntlet testing framework for Samsung 2022-01-03 12:15:07 -08:00

Deploy testing environments with this one wierd trick

This directiory contains Terraform to deploy test environments both ad-hoc and as part of CI/CD pipelines.

The .modules contains the guts of the operation, the things you probably want are in the other directories, each with a README.

How to Terraform

With terraform installed (brew install terraform if not)...

You can do terraform plan -> terraform apply to spin up a cluster, terraform destroy to tear one down.

Other prerequisites:

Please read these carefully.