{"id":14965285,"url":"https://github.com/sapucc/saltext-sap_xsa","last_synced_at":"2026-01-29T07:39:13.034Z","repository":{"id":63765885,"uuid":"570548778","full_name":"SAPUCC/saltext-sap_xsa","owner":"SAPUCC","description":"SaltStack extension for SAP HANA XSA","archived":false,"fork":false,"pushed_at":"2022-11-25T13:45:55.000Z","size":43,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-06-10T14:16:22.737Z","etag":null,"topics":["python","salt","salt-extension","saltext","saltstack","saltstack-extension"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SAPUCC.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-25T13:07:16.000Z","updated_at":"2022-11-25T13:44:54.000Z","dependencies_parsed_at":"2022-11-25T15:34:36.170Z","dependency_job_id":null,"html_url":"https://github.com/SAPUCC/saltext-sap_xsa","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SAPUCC/saltext-sap_xsa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAPUCC%2Fsaltext-sap_xsa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAPUCC%2Fsaltext-sap_xsa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAPUCC%2Fsaltext-sap_xsa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAPUCC%2Fsaltext-sap_xsa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SAPUCC","download_url":"https://codeload.github.com/SAPUCC/saltext-sap_xsa/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAPUCC%2Fsaltext-sap_xsa/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259293097,"owners_count":22835539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","salt","salt-extension","saltext","saltstack","saltstack-extension"],"created_at":"2024-09-24T13:34:31.838Z","updated_at":"2026-01-29T07:39:12.997Z","avatar_url":"https://github.com/SAPUCC.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SaltStack SAP HANA XSA extension\nThis SaltStack extensions allows managing SAP HANA XSA systems.\n\n**THIS PROJECT IS NOT ASSOCIATED WITH SAP IN ANY WAY**\n\n## Installation\nRun the following to install the SaltStack SAP Host Agent extension:\n```bash\nsalt-call pip.install saltext.sap-xsa\n```\nKeep in mind that this package must be installed on every minion that should utilize the states and execution modules.\n\nAlternatively, you can add this repository directly over gitfs\n```yaml\ngitfs_remotes:\n  - https://github.com/SAPUCC/saltext-sap_xsa.git:\n    - root: src/saltext/sap_xsa\n```\nIn order to enable this, logical links under `src/saltext/sap_xsa/` from `_\u003cdir_type\u003e` (where the code lives) to `\u003cdir_type\u003e` have been placed, e.g. `_states` -\u003e `states`. This will double the source data during build, but:\n * `_states` is required for integrating the repo over gitfs\n * `states` is required for the salt loader to find the modules / states\n\n## Usage\nA state using the SAP Host Agent extension looks like this:\n```jinja\nCA certificate is present in XSA HDB:\n  sap_xsa.trusted_certificate_present:\n    - name: MY_CA\n    - certfile: /etc/pki/trust/anchors/ca.crt\n    - api_url: https://api.hdb.my.domain:443\n    - password: __slot__:salt:vault.read_secret(path=\"xsa/HDB\", key=\"XSA_ADMIN\")\n    - username: XSA_ADMIN\n    - sid: HDB\n    - org: SAP\n    - bin: /hana/shared/HDB/xs/bin/xs\n    - space: SAP\n    - verify: False\n```\n\n## Docs\nSee https://saltext-sap-xsa.readthedocs.io/ for the documentation.\n\n## Contributing\nWe would love to see your contribution to this project. Please refer to `CONTRIBUTING.md` for further details.\n\n## License\nThis project is licensed under GPLv3. See `LICENSE.md` for the license text and `COPYRIGHT.md` for the general copyright notice.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsapucc%2Fsaltext-sap_xsa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsapucc%2Fsaltext-sap_xsa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsapucc%2Fsaltext-sap_xsa/lists"}