Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sapucc/saltext-sap_likey
SaltStack extension for SAP NetWeaver License Keys
https://github.com/sapucc/saltext-sap_likey
python salt salt-extension saltext saltstack saltstack-extension
Last synced: 9 days ago
JSON representation
SaltStack extension for SAP NetWeaver License Keys
- Host: GitHub
- URL: https://github.com/sapucc/saltext-sap_likey
- Owner: SAPUCC
- License: gpl-3.0
- Created: 2022-11-24T12:20:32.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-11-24T13:46:42.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T19:41:27.059Z (about 1 month ago)
- Topics: python, salt, salt-extension, saltext, saltstack, saltstack-extension
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# SaltStack SAP NetWeaver license key extension
This SaltStack extensions allows managing license keys for SAP NetWeaver AS ABAP systems.**THIS PROJECT IS NOT ASSOCIATED WITH SAP IN ANY WAY**
## Installation
Run the following to install the SaltStack SAP license key extension:
```bash
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
```yaml
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 `_` (where the code lives) to `` have been placed, e.g. `_modules` -> `modules`. This will double the source data during build, but:
* `_modules` is required for integrating the repo over gitfs
* `modules` is required for the salt loader to find the modules / states## Usage
A state using the SAP license key extension looks like this:
```jinja
License for SAP System S4H is installed:
sap_likey.license_present:
- name: S4H
- filename: /tmp/S4H.txt
```## Docs
See https://saltext-sap-likey.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.