This PR adds examples of using the InfluxDB terraform modules as well as automated tests to verify that they work. It includes the following changes:
Add InfluxDB multi cluster example
Add InfluxDB single cluster example
Add InfluxDB multi cluster automated tests
Add InfluxDB single cluster automated tests
Move hostname function to a separate influxdb-commons.sh
Rework docker test to have a local version for multi and single cluster examples
Current issues:
~Amazon Linux 2 tests are currently failing because the data/meta node services randomly fail to start. I'm getting some assistance from InfluxDB on this~
Still troubleshooting some slight issues with the multi-cluster docker test. This is not a crucial component and I won't block the merging of this PR for it
This PR adds examples of using the InfluxDB terraform modules as well as automated tests to verify that they work. It includes the following changes:
influxdb-commons.sh
Current issues: