Skip to main content

SaltStack extension to handle SAPCAR archives

Project description

SaltStack SAPCAR extension

This SaltStack extention allows the handling of SAPCAR archives over states. Right now, only extraction is supported as it is the biggest use case.

THIS PROJECT IS NOT ASSOCIATED WITH SAP IN ANY WAY

Installation

Run the following to install the SaltStack SAPCAR extension:

salt-call pip.install saltext-sap_car

Keep in mind that this package must be installed on every minion that should utilize the states and execution modules.

Usage

A state using the SAPCAR extension looks like this:

SAProuter is extracted:
  sap_car.extracted:
    - name: /mnt/nfs/saprouter.sar
    - output_dir: /usr/sap/saprouter/
    - user: root
    - group: root
    - require:
      - pkg: SAPCAR is installed

Docs

See https://saltext-sap-car.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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

saltext.sap_car-1.0.0.tar.gz (17.8 kB view hashes)

Uploaded Source

Built Distribution

saltext.sap_car-1.0.0-py2.py3-none-any.whl (19.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page