Alternative supported deployment methods (like a terraform module)
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 629
- Avg merge
- 4d 6h
- Merged PRs (30d)
- 22
Description
Hello,
A few teams I am working with have been using a manually deployed instance of Clusterfuzz but are finding it hard to maintain and deploy since the supported deployment and upgrade path is to [run a python script](https://google.github.io/clusterfuzz/production-setup/clusterfuzz/#run-the-project-setup-script).
With production environments, we generally only have bots running as service accounts handle deployments of true production services which makes running the `butler.py` script difficult due to its interactive nature & required dependencies. I think this is probably true for many other organizations.
Are there any other supported methods for deploying Clusterfuzz? Has the team considered creating a Terraform module that could be used to stand up all of the infra?
Contributor guide
Assessment
This issue has not been assessed yet.