Terraform modules and Ansible playbook for Apache SkyWalking

Clone this repo:

Branches

  1. 9108676 Fix locals in elasticsearch (#32) by Mayank Sharma · 7 weeks ago main
  2. d643900 Add support for ElasticSearch/OpenSearch as a storage (#30) by kezhenxu94 · 8 months ago
  3. e43e63e Add anchor for variable by kezhenxu94 · 8 months ago
  4. 4b15cd7 Move skywalking cluster to a dedicated module and reorganize the doc (#29) by kezhenxu94 · 8 months ago
  5. d3f1b21 Do not run init job for h2 storage by kezhenxu94 · 8 months ago

Terraform module for SkyWalking

For now, we have supported the following cloud vendors, and we welcome everyone to contribute supports for more cloud vendors:

  • AWS: Terraform scripts to provision necessary resources on Amazon Web Services.

[!NOTE] HashiCorp had changed the LICENSE of Terraform from MPL 2.0 to BSL/BUSL 1.1 since its 1.5.6 release. We don't have hard-dependencies on Terraform.

OpenTF Foundation announced to maintain the MPL 2.0 based fork of Terraform. Read their announcement and website for more details.

All Terraform and/or OpenTF scripts are just for end-user convenience. The Apache 2.0 License is only for the scripts.

Ansible playbook for SkyWalking

You can use the Ansible playbook in combination with the Terraform to create necessary infrastructure and install SkyWalking on the created infrastructure, or you can use the Ansible to install SkyWalking on the existing infrastructure.

Please go to the ansible folder for more details.