Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync TOC of each Terraform readme #194

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions terraform/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
* [Quickstart](#quickstart)
* [High level description](#high-level-description)
* [Customization](#customization)
* [QA deployment](#qa-deployment)
* [Pillar files configuration](#pillar-files-configuration)
* [Use already existing network resources](#use-already-existing-network-resources)
* [Autogenerated network addresses](#autogenerated-network-addresses)
* [Advanced Customization](#advanced-customization)
* [Terraform Parallelism](#terraform-parallelism)
* [Remote State](#remote-state)
* [AWS catalog images"](#aws-catalog-images)
* [AWS catalog images](#aws-catalog-images)
* [How to upload a custom image](#how-to-upload-a-custom-image)
* [Troubleshooting](#troubleshooting)

Expand Down
4 changes: 1 addition & 3 deletions terraform/azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
* [Quickstart](#quickstart)
* [High level description](#high-level-description)
* [Customization](#customization)
* [QA deployment](#qa-deployment)
* [Pillar files configuration](#pillar-files-configuration)
* [Use already existing network resources](#use-already-existing-network-resources)
* [Autogenerated network addresses](#autogenerated-network-addresses)
* [HANA configuration](#hana-configuration)
Expand Down Expand Up @@ -641,7 +639,7 @@ However using the cloud's native fencing mechanisms is also possible.

In the azure implementation this is the "Azure Fence Agent" called `stonith:fence_azure_arm`.

Please read the Microsoft Azure documentation [Create Azure Fence agent STONITH device🔗](https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/high-availability-guide-suse-pacemaker#create-azure-fence-agent-stonith-device) for the detailed steps that are needed in azure.
Please read the Microsoft Azure documentation [Create Azure Fence agent STONITH device🔗](https://docs.microsoft.com/en-us/azure/virtual-machines/workloads/sap/high-availability-guide-suse-pacemaker#create-azure-fence-agent-stonith-device) for the detailed steps that are needed in Azure. Please refer also to the main repo README about requirements needed in the Ansible part.

Native fencing can be set per cluster type in `terraform.tfvars`:

Expand Down
3 changes: 1 addition & 2 deletions terraform/gcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
* [Quickstart](#quickstart)
* [Highlevel description](#highlevel-description)
* [Customization](#customization)
* [QA deployment](#qa-deployment)
* [Pillar files configuration](#pillar-files-configuration)
* [Use already existing network resources](#use-already-existing-network-resources)
* [Autogenerated network addresses](#autogenerated-network-addresses)
* [Advanced Customization](#advanced-customization)
* [Terraform Parallelism](#terraform-parallelism)
* [How to upload SAP install sources](#how-to-upload-sap-install-sources)
Expand Down