Skip to content

Commit

Permalink
Add fully_patch playbook in all qesap regression
Browse files Browse the repository at this point in the history
Add playbook to run `zypper patch` in all qe-sap-deployment conf.yaml
for the qesap regression tests. Delete conf.yaml specifically dedicated
to this playbook test as all conf.yaml have it from now.
  • Loading branch information
mpagot committed Nov 28, 2023
1 parent c0fc2ec commit 78a2006
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 154 deletions.
3 changes: 2 additions & 1 deletion data/sles4sap/qe_sap_deployment/qesap_aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ ansible:
primary_site: 'goofy'
secondary_site: 'miky'
create:
- registration.yaml -e reg_code='%SCC_REGCODE_SLES4SAP%' -e [email protected]
- registration.yaml -e reg_code='%SCC_REGCODE_SLES4SAP%' -e email_address='[email protected]'
- fully-patch-system.yaml
- pre-cluster.yaml
- sap-hana-preconfigure.yaml
- sap-hana-storage.yaml
Expand Down
2 changes: 1 addition & 1 deletion data/sles4sap/qe_sap_deployment/qesap_aws_fencing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ansible:
primary_site: 'goofy'
secondary_site: 'miky'
create:
- registration.yaml -e reg_code='%SCC_REGCODE_SLES4SAP%' -e [email protected]
- registration.yaml -e reg_code='%SCC_REGCODE_SLES4SAP%' -e email_address='[email protected]'
- fully-patch-system.yaml
- pre-cluster.yaml
- sap-hana-preconfigure.yaml
Expand Down
49 changes: 0 additions & 49 deletions data/sles4sap/qe_sap_deployment/qesap_aws_fullypatch.yaml

This file was deleted.

1 change: 1 addition & 0 deletions data/sles4sap/qe_sap_deployment/qesap_aws_sapconf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ ansible:
secondary_site: 'miky'
create:
- registration.yaml -e reg_code='%SCC_REGCODE_SLES4SAP%' -e email_address='[email protected]'
- fully-patch-system.yaml
- pre-cluster.yaml
- sap-hana-preconfigure.yaml -e use_sapconf=true
- sap-hana-storage.yaml
Expand Down
1 change: 1 addition & 0 deletions data/sles4sap/qe_sap_deployment/qesap_azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ ansible:
secondary_site: 'miky'
create:
- registration.yaml -e reg_code='%SCC_REGCODE_SLES4SAP%' -e email_address='[email protected]'
- fully-patch-system.yaml
- pre-cluster.yaml
- sap-hana-preconfigure.yaml -e use_reboottimeout=900
- cluster_sbd_prep.yaml
Expand Down
48 changes: 0 additions & 48 deletions data/sles4sap/qe_sap_deployment/qesap_azure_fullypatch.yaml

This file was deleted.

1 change: 1 addition & 0 deletions data/sles4sap/qe_sap_deployment/qesap_azure_roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ ansible:
secondary_site: 'miky'
create:
- registration_role.yaml -e reg_code='%SCC_REGCODE_SLES4SAP%' -e email_address='[email protected]'
- fully-patch-system.yaml
- pre-cluster.yaml
- sap-hana-preconfigure.yaml -e use_reboottimeout=900
- cluster_sbd_prep.yaml
Expand Down
2 changes: 1 addition & 1 deletion data/sles4sap/qe_sap_deployment/qesap_azure_sapconf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ terraform:
public_key: '%SSH_KEY_PUB%'
hana_remote_python: '%ANSIBLE_REMOTE_PYTHON%'
iscsi_remote_python: '%ANSIBLE_REMOTE_PYTHON%'

ansible:
az_storage_account_name: '%HANA_ACCOUNT%'
az_container_name: '%HANA_CONTAINER%'
Expand All @@ -33,6 +32,7 @@ ansible:
secondary_site: 'miky'
create:
- registration.yaml -e reg_code='%SCC_REGCODE_SLES4SAP%' -e email_address='[email protected]'
- fully-patch-system.yaml
- pre-cluster.yaml
- sap-hana-preconfigure.yaml -e use_sapconf=true -e use_reboottimeout=900
- cluster_sbd_prep.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ terraform:
public_key: '%SSH_KEY_PUB%'
hana_remote_python: '%ANSIBLE_REMOTE_PYTHON%'
iscsi_remote_python: '%ANSIBLE_REMOTE_PYTHON%'

ansible:
az_storage_account_name: '%HANA_ACCOUNT%'
az_container_name: '%HANA_CONTAINER%'
Expand All @@ -32,6 +31,7 @@ ansible:
primary_site: 'goofy'
secondary_site: 'miky'
create:
- fully-patch-system.yaml
- pre-cluster.yaml
- sap-hana-preconfigure.yaml -e use_sapconf=true -e use_reboottimeout=900
- cluster_sbd_prep.yaml
Expand Down
4 changes: 2 additions & 2 deletions data/sles4sap/qe_sap_deployment/qesap_azure_uri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ terraform:
variables:
az_region: '%REGION%'
deployment_name: '%DEPLOYMENTNAME%'
os_image_uri: '%OS_URI%'
public_key: '%SSH_KEY_PUB%'
hana_remote_python: '%ANSIBLE_REMOTE_PYTHON%'
iscsi_remote_python: '%ANSIBLE_REMOTE_PYTHON%'
os_image_uri: '%OS_URI%'

ansible:
az_storage_account_name: '%HANA_ACCOUNT%'
az_container_name: '%HANA_CONTAINER%'
Expand All @@ -33,6 +32,7 @@ ansible:
secondary_site: 'miky'
create:
- registration.yaml -e reg_code='%SCC_REGCODE_SLES4SAP%' -e email_address='[email protected]'
- fully-patch-system.yaml
- pre-cluster.yaml
- sap-hana-preconfigure.yaml -e use_sapconf=%USE_SAPCONF%
- cluster_sbd_prep.yaml
Expand Down
1 change: 1 addition & 0 deletions data/sles4sap/qe_sap_deployment/qesap_gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ansible:
secondary_site: 'miky'
create:
- registration.yaml -e reg_code='%SCC_REGCODE_SLES4SAP%' -e email_address='[email protected]'
- fully-patch-system.yaml
- pre-cluster.yaml
- sap-hana-preconfigure.yaml
- sap-hana-storage.yaml
Expand Down
51 changes: 0 additions & 51 deletions data/sles4sap/qe_sap_deployment/qesap_gcp_fullypatch.yaml

This file was deleted.

1 change: 1 addition & 0 deletions data/sles4sap/qe_sap_deployment/qesap_gcp_sapconf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ansible:
secondary_site: 'miky'
create:
- registration.yaml -e reg_code='%SCC_REGCODE_SLES4SAP%' -e email_address='[email protected]'
- fully-patch-system.yaml
- pre-cluster.yaml
- sap-hana-preconfigure.yaml -e use_sapconf=true
- sap-hana-storage.yaml
Expand Down

0 comments on commit 78a2006

Please sign in to comment.