forked from os-autoinst/os-autoinst-distri-opensuse
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add fully_patch playbook in all qesap regression
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
Showing
13 changed files
with
12 additions
and
154 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 |
---|---|---|
|
@@ -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 | ||
|
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 |
---|---|---|
|
@@ -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 | ||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -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 | ||
|
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 |
---|---|---|
|
@@ -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 | ||
|
48 changes: 0 additions & 48 deletions
48
data/sles4sap/qe_sap_deployment/qesap_azure_fullypatch.yaml
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -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 | ||
|
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 |
---|---|---|
|
@@ -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%' | ||
|
@@ -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 | ||
|
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
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 |
---|---|---|
|
@@ -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%' | ||
|
@@ -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 | ||
|
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 |
---|---|---|
|
@@ -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 | ||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -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 | ||
|