Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gitlab.com/spirostack/spirofs
Salt Fileserver handling dynamic saltenvs and discrete deployments from CI/CD.
https://gitlab.com/spirostack/spirofs
Last synced: about 1 month ago
JSON representation
Salt Fileserver handling dynamic saltenvs and discrete deployments from CI/CD.
- Host: gitlab.com
- URL: https://gitlab.com/spirostack/spirofs
- Owner: spirostack
- License: agpl-3.0
- Created: 2018-04-27T04:22:42.765Z (over 6 years ago)
- Default Branch: master
- Last Synced: 2024-09-30T13:40:49.054Z (about 2 months ago)
- Stars: 1
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SpiroFS
=======SpiroFS is a fileserver backend for Salt focusing on deployment and saltenv
management. It allows automated systems to push deployment bundles to Salt
without giving them undue permissions. It is dynamic and does not require
on-going reconfiguration as your technology stack grows and changes.Full documentation is https://saltstack.com/spirofs
Installation
------------
0. Have pip for the Python that salt is installed into
1. `pip install spirofs` (Adapt as necessary)
2. Configure the salt master (see [docs](https://spirostack.com/spirofs/#configuration))
3. Restart the salt masterNote: libsodium is used, but is pre-packaged in the binary wheels. If these are
not used on your system for whatever reason, install either `libsodium-dev` (apt)
or `libsodium-devel` (yum).