This SaltStack extensions allows managing license keys for SAP NetWeaver AS ABAP systems.
THIS PROJECT IS NOT ASSOCIATED WITH SAP IN ANY WAY
Run the following to install the SaltStack SAP license key extension:
salt-call pip.install saltext.sap-likey
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_likey.git:
- root: src/saltext/sap_likey
In order to enable this, logical links under src/saltext/sap_likey/
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:
_modules
is required for integrating the repo over gitfsmodules
is required for the salt loader to find the modules / states
A state using the SAP license key extension looks like this:
License for SAP System S4H is installed:
sap_likey.license_present:
- name: S4H
- filename: /tmp/S4H.txt
See https://saltext-sap-likey.readthedocs.io/ for the documentation.
We would love to see your contribution to this project. Please refer to CONTRIBUTING.md
for further details.
This project is licensed under GPLv3. See LICENSE.md
for the license text and COPYRIGHT.md
for the general copyright notice.