featurebase/qa/tf
souhailanoor b82375bca2
Tremor delete test scripts (#1974)
- terraform scripts to set up cluster
- cloud-formation scripts to set up cluster
- set up ingest node with kafka server and datagen
- set up second ingest node with molecula-consumer-kafka-static
- set up datadog in all nodes (ingest + featurebase)
- set up script to execute different queries
- only run delete test on schedule
2022-05-05 10:25:35 -05:00
..
.modules/featurebase-cluster Tremor delete test scripts (#1974) 2022-05-05 10:25:35 -05:00
ci Tremor delete test scripts (#1974) 2022-05-05 10:25:35 -05:00
gauntlet remove trailing spaces en masse (#2024) 2022-04-18 09:31:35 -05:00
perf remove trailing spaces en masse (#2024) 2022-04-18 09:31:35 -05:00
README.md Update qa/tf/README.md 2022-01-03 16:06:54 -06:00

Deploy testing environments with this one weird trick!

This directory 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.