forked from os-autoinst/os-autoinst-distri-opensuse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GCP generic HansSR conf.yaml template
TEAM-9645 - Add GCP variant for HanaSR regression in ow15
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# SUSE's openQA tests | ||
# | ||
# Copyright SUSE LLC | ||
# SPDX-License-Identifier: FSFAP | ||
# Maintainer: QE-SAP <[email protected]> | ||
# Summary: Generic yaml template for use with qe-sap-deployment project: https://github.com/SUSE/qe-sap-deployment | ||
# Settings are meant to be controlled via OpenQA variables and managed by test: | ||
# tests/sles4sap/publiccloud/qesap_ansible.pm | ||
provider: 'gcp' | ||
apiver: 3 | ||
terraform: | ||
variables: | ||
# GENERAL VARIABLES # | ||
project: 'ei-sle-qa-sap-8469' | ||
gcp_credentials_file: '/root/google_credentials.json' | ||
region: '%PUBLIC_CLOUD_REGION%' | ||
deployment_name: '%QESAP_DEPLOYMENT_NAME%' | ||
admin_user: 'cloudadmin' | ||
public_key: '%SLES4SAP_PUBSSHKEY%' | ||
os_image: '%SLES4SAP_OS_IMAGE_NAME%' | ||
hana_remote_python: '%ANSIBLE_REMOTE_PYTHON%' | ||
iscsi_remote_python: '%ANSIBLE_REMOTE_PYTHON%' | ||
|
||
# HANA | ||
hana_count: '%NODE_COUNT%' | ||
hana_ha_enabled: '%HA_CLUSTER%' | ||
hana_vm_size: '%PUBLIC_CLOUD_INSTANCE_TYPE%' | ||
hana_cluster_fencing_mechanism: '%FENCING_MECHANISM%' | ||
drbd_cluster_fencing_mechanism: '%FENCING_MECHANISM%' | ||
netweaver_cluster_fencing_mechanism: '%FENCING_MECHANISM%' | ||
hana_data_disk_type: 'pd-standard' | ||
hana_log_disk_type: 'pd-standard' | ||
ansible: | ||
az_storage_account_name: '%HANA_ACCOUNT%' | ||
az_container_name: '%HANA_CONTAINER%' | ||
az_key_name: '%HANA_KEYNAME%' | ||
hana_media: | ||
- '%HANA_SAR%' | ||
- '%HANA_CLIENT_SAR%' | ||
- '%HANA_SAPCAR%' | ||
destroy: | ||
- deregister.yaml |