Fix Thanos Terraform-managed bucket setup
Version Control Information
Source branch: sstrk/fix-thanos-terraform-managed-bucket-with-cluster-name
Target branch: devel
Commits:
* Fix Thanos Terraform-managed bucket setup
If one defines a cluster name in the terraform section and uses Thanos
with a managed bucket (manage_thanos_bucket=true which is default),
the previous templating created incorrect secrets for Thanos.
Terraform will create a bucket in the form of
"{{ cluster_name }}-monitoring-thanos-data".
As the cluster_name previously has not been populated into the Ansible
stages, the inventory updated had to be adjusted.
During or post core-split we should rework our config handling.
Description
Feel free to add further information about your MR in this section
Closes: #
Merge Prerequisites
-
MR title (and description) are descriptive -
Code is readable and syntactically correct -
Code is understandable -
Documentation has been updated, if necessary -
Commit messages look good
As a developer: please do not tick these boxes yourself. As a reviewer: please get yourself a hot cold beverage.