SaltStack general SAP extension
This SaltStack extension handles generic SAP operations.
THIS PROJECT IS NOT ASSOCIATED WITH SAP IN ANY WAY
Installation
Run the following to install the SaltStack general SAP extension:
salt-call pip.install saltext.sap
Keep in mind that this package must be installed on every minion that should utilize the states and execution modules.
Alternatively, you can add this repository directly over gitfs
gitfs_remotes:
- https://github.com/SAPUCC/saltext-sap.git:
- root: src/saltext/sap
In order to enable this, logical links under src/saltext/sap/ from _<dir_type> (where the code lives) to <dir_type> have been placed, e.g. _modules -> modules. This will double the source data during build, but:
_modulesis required for integrating the repo over gitfsmodulesis required for the salt loader to find the modules / states
Usage
A state using the generic SAP extension looks like this:
{%- set system_data = salt["sap.get_system_data"](sid="S4H", username="sapadm", password="Abcd1234!") %}
{%- set message_server = system_data["message_servers"][0] %}
{%- set logon_group = system_data["logon_groups"][0] %}
SLD config is present on S4H:
sap_nwabap.sld_config_present:
- name: SLD_DS_TARGET
- sid: S4H
- client: "000"
- message_server_host: {{ message_server["host"] }}
- message_server_port: {{ message_server["msport"] }}
- logon_group: {{ logon_group }}
- username: SALT
- password: __slot__:salt:vault.read_secret(path="nwabap/S4H/000", key="SALT")
Docs
See https://saltext-sap.readthedocs.io/ for the documentation.
Contributing
We would love to see your contribution to this project. Please refer to CONTRIBUTING.md for further details.
License
This project is licensed under GPLv3. See LICENSE.md for the license text and COPYRIGHT.md for the general copyright notice.
Release files for saltext.sap 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| saltext.sap-1.0.0.tar.gz | 20.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| saltext.sap-1.0.0-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 43.1 kB
Release files / saltext.sap-1.0.0.tar.gz
| Download URL | saltext.sap-1.0.0.tar.gz |
|---|---|
| Size | 20.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3d305ad5d4d63a0d01524f8418bb78d926b805170bf7dc978e4282894a42681b
|
|
BLAKE2b-256 checksum How to use checksums |
f0ad0de1f26cc8821b1c0474208fc2755c702d76155cddbc30aa611bea00dc26
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15
|
Release files / saltext.sap-1.0.0-py2.py3-none-any.whl
| Download URL | saltext.sap-1.0.0-py2.py3-none-any.whl |
|---|---|
| Size | 22.9 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
94112ff4b31b624a4d9c8b8ade734328b3d984fe0372536e0db81bd99d847cde
|
|
BLAKE2b-256 checksum How to use checksums |
6ac5779dd2fcb346b1ee5caa80e55a8794488fe282d2ff8bb3ab833f4cae50b1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.3 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.10.0 urllib3/1.26.12 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15
|