-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #771 from sap-linuxlab/dev
collection: merge dev to main for release 1.4.1
- Loading branch information
Showing
176 changed files
with
3,831 additions
and
854 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
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
--- | ||
|
||
name: CodeSpell | ||
|
||
on: | ||
|
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
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
55 changes: 55 additions & 0 deletions
55
playbooks/vars/sample-variables-sap-swpm-default-mode-s4hana-distributed-aas-install.yml
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,55 @@ | ||
--- | ||
|
||
# Detect SAP NetWeaver software | ||
sap_install_media_detect_source_directory: "/software" | ||
sap_install_media_detect_source: local_dir | ||
sap_install_media_detect_swpm: true | ||
sap_install_media_detect_hostagent: true | ||
sap_install_media_detect_igs: true | ||
sap_install_media_detect_kernel: true | ||
sap_install_media_detect_webdisp: false | ||
|
||
# Product ID for New Installation | ||
sap_swpm_product_catalog_id: NW_DI:S4HANA2020.CORE.HDB.PD | ||
#NW_DI:S4HANA2020.CORE.HDB.ABAPHA | ||
|
||
# Generate inifile.params using sap_swpm Ansible Role | ||
sap_swpm_inifile_list: | ||
- swpm_installation_media | ||
- credentials | ||
- db_connection_nw_hana | ||
- nw_config_other | ||
- nw_config_additional_application_server_instance | ||
- nw_config_host_agent | ||
- sap_os_linux_user | ||
|
||
# Software | ||
sap_swpm_software_path: /software/download_basket | ||
sap_swpm_sapcar_path: /software/download_basket | ||
sap_swpm_swpm_path: /software/download_basket | ||
|
||
# NW Passwords | ||
sap_swpm_master_password: "NewPass$321" | ||
sap_swpm_ddic_000_password: "NewPass$321" | ||
|
||
# HDB Passwords | ||
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_sidadm_password: "NewPass$321" | ||
|
||
# NW Instance Parameters | ||
sap_swpm_sid: S4D | ||
sap_swpm_aas_instance_nr: "00" | ||
sap_swpm_aas_instance_hostname: "s4h2020aas" | ||
|
||
# Unix User ID | ||
sap_swpm_sapadm_uid: '3000' | ||
sap_swpm_sapsys_gid: '3001' | ||
sap_swpm_sidadm_uid: '3001' | ||
|
||
# HDB Instance Parameters | ||
sap_swpm_db_host: "hana01" | ||
sap_swpm_db_sid: HDD | ||
sap_swpm_db_instance_nr: "00" |
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
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
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
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
Oops, something went wrong.