Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release main-1.17.2 #74

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ SAP Operations Collection Release Notes

.. contents:: Topics

v1.17.2
=======

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

Lifecycle release

Minor Changes
-------------

- update collection readme file as per recommendations from Ansible Partners organization

v1.17.1
=======

Expand Down
74 changes: 70 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,64 @@ Added link to collection documentation

<https://catalog.redhat.com/software/collection/sap/sap_operations>

# Ansible Collection - sap.sap_operations
# sap.sap_operations

This collection contains modules and plugins to assist in automating SAP day 2 operations with Ansible.
Ansible collection to automate SAP operations

## Installation and Usage
## Description

Ansible roles, modules and plugins to automate SAP operations.

Following use cases are covered in this collection:

- SAP HANA Automation

- SAP Netweaver Automation

- SAP ABAP automation

- SAP host automation (sap host agent related functionality)

See playbook examples in playbook folder.

## Installation

```bash
ansible-galaxy collection install sap.sap_operations

ansible-galaxy collection install sap.sap_operations --upgrade
```

Role `prepare` will make sure that all necessary package dependencies are installed on RHEL host, so content from this collection can be executed.

Please see documentation for role `prepare`.

## Use cases

- SAP HANA update

- SAP NW kernel update

- get information about current SAP landscape

- start / stop / restart SAP system

- get status and configuration information about SAP clusters

- get configuration information from SAP ABAP system

- unpack SAP software from archives

## Testing

Collection tested automatically using ansible molecule and Azure molecule driver <https://github.com/redhat-sap/molecule.driver>

Ansible plugins and modules are covered with python unit and integration tests.

Test cover RHEL 7, RHEL 8 and RHEL 9 - supported versions.

Supported (and thus tested) ansible-core and python versions on controller and managed hosts see below.

## Requirements

### Ansible
Expand All @@ -51,6 +95,8 @@ ansible-core 2.15

ansible-core 2.16

ansible-core 2.17

### Python

Ansible collection is designed to work with following python versions on controller host
Expand Down Expand Up @@ -97,8 +143,28 @@ Collection is supported as part of Red Hat Ansible Automation Platform subscript

<https://access.redhat.com/support/policy/updates/ansible-automation-platform>

## LICENSE
## Contributing

Contributions are accepted at <https://github.com/redhat-sap/rh_operations> - main branch.

See details in that repository.

## Support

This collection is supported by Red Hat with limitations described in Ansible Automation Platform Lifecycle.

<https://access.redhat.com/support/policy/updates/ansible-automation-platform>

## Release Notes and Roadmap

## Related Information

## License Information

GPL-3.0-only

GNU General Public License v3.0

See <https://www.gnu.org/licenses/gpl-3.0.txt> for details

2022 - 2024 (c) Project Atmosphere
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace: sap

name: sap_operations

version: 1.17.1
version: 1.17.2

readme: README.md

Expand Down
Loading