Skip to content

Commit

Permalink
Merge pull request #441 from sean-freeman/new-version-1.3.1
Browse files Browse the repository at this point in the history
collection: prepare for v1.3.1
  • Loading branch information
berndfinger authored Aug 14, 2023
2 parents e94338b + 1104e95 commit 7b9d8a7
Show file tree
Hide file tree
Showing 16 changed files with 42 additions and 23 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ community.sap_install Release Notes
.. contents:: Topics


v1.3.1
======

Release Summary
---------------

| Release Date: 2023-08-14
| sap_ha_pacemaker_cluster: Improved AWS constructs based on feedback
| sap_ha_pacemaker_cluster: Improved no STONITH resource definition handling
| sap_hana_install: Bug fix for arg spec on deprecated vars
| sap_hostagent: Bug fix for media handling
| sap_install_media_detect: Improved handling based on feedback
| sap_storage_setup: Bug fix for existing storage devices
| sap_swpm: Make full log output optional and replace with sapcontrol log final status
| collection: Bug fix for sample Ansible Playbooks
v1.3.0
======
Expand Down
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,25 +95,29 @@ There are various methods to execute the Ansible Collection, dependant on the us
| ---- | ---- | ---- |
| Ansible Playbook <br/>-> source Ansible Collection <br/>-> execute Ansible Task <br/>--> run Ansible Role <br/>---> run Ansible Module for Shell (built-in)<br/>---> ... | Complex executions with various interlinked activities;<br/> run in parallel or sequentially | Localhost or Remote |

## Requirements, Dependencies and Testing
## Testing, Requirements and Dependencies

## Testing with SAP Software Provisioning Manager (SWPM)
### Testing

Various SAP Software solutions have been extensively tested:

- SAP HANA
- SAP NetWeaver AS (ABAP or JAVA)
- SAP S/4HANA AnyPremise 1809, 1909, 2020, 2021
- One Host installation
- Dual Host installation
- Scale-Up
- Scale-Out
- High Availability
- SAP NetWeaver AS (ABAP or JAVA) and additional addons (e.g. GRC, ADS)
- SAP S/4HANA AnyPremise (1809, 1909, 2020, 2021, 2022)
- Sandbox (One Host) installation
- Standard (Dual Host) installation
- Distributed installation
- High Availability installation
- System Copy (Homogeneous with SAP HANA Backup / Recovery) installation
- Maintenance Planner installation
- System Rename
- SAP BW/4HANA
- SAP Business Suite on HANA (SoH, i.e. SAP ECC on HANA)
- SAP Business Suite (i.e. SAP ECC with SAP AnyDB - SAP ASE, SAP MaxDB, IBM Db2, Oracle DB)
- SAP Solution Manager 7.2
- SAP Business Suite (i.e. ECC)
- SAP NetWeaver applications (e.g. GRC)
- SAP Web Dispatcher

### Target host - Operating System requirements
Expand All @@ -136,7 +140,7 @@ N.B. The Ansible Collection works with SLES from version 15 SP3 and upwards, for

Execution of Ansible Playbooks using this Ansible Collection have been tested with:
- Python 3.9.7 and above (i.e. CPython distribution)
- Ansible Core 2.11.5 and above (included with optional installation of Ansible Community Edition 4.0 and above)
- Ansible Core 2.11.5 and above _(included with optional installation of Ansible Community Edition 4.0 and above)_
- OS: macOS with Homebrew, RHEL, SLES, and containers in Task Runners (e.g. Azure DevOps)

## License
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace: community
name: sap_install

# The version of the collection. Must be compatible with semantic versioning
version: 1.3.0
version: 1.3.1

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

# Detect SAP HANA and SAP NetWeaver software
sap_install_media_detect_directory: "/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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Detect SAP HANA and SAP NetWeaver software
# Set vars: on each Ansible Task depending on chosen template
sap_install_media_detect_directory: "/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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

# Detect SAP HANA and SAP NetWeaver software
sap_install_media_detect_directory: "/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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

# Detect SAP NetWeaver software
sap_install_media_detect_directory: "/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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

# Detect SAP NetWeaver software
sap_install_media_detect_directory: "/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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

# Detect SAP NetWeaver software
sap_install_media_detect_directory: "/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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

# Detect SAP NetWeaver software
sap_install_media_detect_directory: "/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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

# Detect SAP HANA and SAP NetWeaver software
sap_install_media_detect_directory: "/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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

# Detect SAP HANA and SAP NetWeaver software
sap_install_media_detect_directory: "/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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

# Detect SAP HANA and SAP NetWeaver software
sap_install_media_detect_directory: "/software"
sap_install_media_detect_source_directory: "/software"
sap_install_media_detect_source: local_dir
sap_install_media_detect_db: "saphana"
sap_install_media_detect_swpm: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

# Detect SAP HANA and SAP NetWeaver software
sap_install_media_detect_directory: "/software"
sap_install_media_detect_source_directory: "/software"
sap_install_media_detect_source: local_dir
sap_install_media_detect_db: "saphana"
sap_install_media_detect_swpm: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

# Detect SAP HANA and SAP NetWeaver software
sap_install_media_detect_directory: "/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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Detect SAP HANA and SAP NetWeaver software
# Set vars: on each Ansible Task depending on chosen template
sap_install_media_detect_directory: "/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
Expand Down

0 comments on commit 7b9d8a7

Please sign in to comment.