-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathconfig.yaml.example
More file actions
41 lines (40 loc) · 1.33 KB
/
config.yaml.example
File metadata and controls
41 lines (40 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
provider: <PROVIDER>
apiver: 3
terraform:
# For use of different binary then 'terraform' uncomment and set the following 'bin' variable
# bin: < YOUR_FAVORIT_BINARY_WITH_FULL_PATH EG: /usr/bin/tofu>
variables:
az_region: <YOUR_REGION>
deployment_name: <YOUR_NAME>
# On Azure the source of the OS image could be chosen from the catalog - default value
# or from the uploaded vhd, switch comments if you need to use the other option
os_image: <YOUR_FAVORITE_SLE_IMAGE>
# os_image_uri: <URI_TO_YOUR_FAVORITE_UPLOADED_SLE_IMAGE>
public_key: <YOUR_KEY_PATH>/id_rsa_cloud.pub
ansible:
# Ansible verbosity (from 1 to 6)
# verbosity: 4
az_storage_account_name: <YOUR_ACCOUNT>
az_container_name: <YOUR_CONTAINER>
az_sas_token: <YOUR_TOKEN>
hana_media:
- <YOUR_SAPCAR>
- <IMDB_SERVER>
- <IMDB_CLIENT>
create:
- registration.yaml -e reg_code=${REG_CODE} -e email_address=${EMAIL}
- pre-cluster.yaml
- sap-hana-preconfigure.yaml -e use_sapconf=${SAPCONF}
- cluster_sbd_prep.yaml
- sap-hana-storage.yaml
- sap-hana-download-media.yaml
- sap-hana-install.yaml
- sap-hana-system-replication.yaml
- sap-hana-system-replication-hooks.yaml
- sap-hana-cluster.yaml
destroy:
- deregister.yaml
variables:
REG_CODE: <YOUR_CODE>
EMAIL: <YOUR_REG_EMAIL>
SAPCONF: true