Skip to content

Commit

Permalink
Merge pull request #760 from rob0d/aas
Browse files Browse the repository at this point in the history
sap_swpm: sap_swpm_db_schema_password must be set explicitly  for AAS install due to anomaly in password_facts.yml
  • Loading branch information
berndfinger authored Jun 26, 2024
2 parents 4eb06b4 + 3d583c2 commit 8d9f78a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ sap_swpm_product_catalog_id: NW_DI:S4HANA2020.CORE.HDB.PD
sap_swpm_inifile_list:
- swpm_installation_media
- credentials
- credentials_hana
- db_connection_nw_hana
- nw_config_other
- nw_config_additional_application_server_instance
Expand All @@ -38,6 +39,7 @@ sap_swpm_db_system_password: "NewPass$321"
sap_swpm_db_systemdb_password: "NewPass$321"
sap_swpm_db_schema_abap: "SAPHANADB"
sap_swpm_db_schema_abap_password: "NewPass$321"
sap_swpm_db_schema_password: "{{ sap_swpm_db_schema_abap_password }}"
sap_swpm_db_sidadm_password: "NewPass$321"

# NW Instance Parameters
Expand Down

0 comments on commit 8d9f78a

Please sign in to comment.