saltstack

Pedro Algarvio 4758f82eb5 Mark slow tests 4 年 前
.ci e25433b161 XXX REVERT ME 4 年 前
.github a34904e1aa Merge pull request #56641 from Ch3LL/towncrier 4 年 前
changelog 57d160cc60 add towncrier to manage changelog 4 年 前
cicd 36051d1a52 add only:refs:schedules to gitlab jobs 4 年 前
conf 0c365c19a4 add --pre-flight ssh option 4 年 前
doc f5cd5ba2db Merge pull request #55862 from Ch3LL/pr_req 4 年 前
pkg a3f0d05db9 Update static requirements to include Py3.8 and Py3.9 (except windows) 4 年 前
requirements 37c8256a29 Upgrade to pytest-salt-factories 0.10.x 4 年 前
rfcs 9d11cc189a [RFC] add rfc for loader changes in Fluorine 6 年 前
salt 2d69317aae Fix the remaining tornado imports 4 年 前
scripts 0b2a5613b3 Blacken salt 4 年 前
templates ba94b4b878 By these days, we should blowup if mock is not available 5 年 前
tests 4758f82eb5 Mark slow tests 4 年 前
.codeclimate.yml c58af57bc0 Tweak codeclimate settings for less noise 5 年 前
.codecov.yml 9bf1e84840 Let's still have information, but not block the PR merge 4 年 前
.coveragerc d78e2a32e2 Update `.coveragerc` 5 年 前
.editorconfig 364006bcfb Added .editorconfig for easier editing. 9 年 前
.git-blame-ignore-revs fdbd555857 Add Blacken Salt to git-blame-ignore-revs 4 年 前
.gitattributes 938218326c Update changelog 4 年 前
.gitignore 262ad2e98a Compile static requirements 4 年 前
.gitlab-ci.yml 36051d1a52 add only:refs:schedules to gitlab jobs 4 年 前
.mention-bot 453c3d7f20 Always notify tkwilliams when changes occur on boto files 7 年 前
.pre-commit-config.yaml 497050f0ad Add salt-rewrite to the pre-commit hooks 4 年 前
.pylintrc 1ea3578661 First approach at using pytest-salt-factories 4 年 前
AUTHORS b63643a43a Update my contact details, as the previous email address is no longer in use 5 年 前
CHANGELOG.md d2ccd09068 Merge pull request #56627 from Ch3LL/set_env_ssh 4 年 前
CODE_OF_CONDUCT.md a2df0c22c0 Rename conduct file to code_of_conduct to be more clear 7 年 前
CONTRIBUTING.rst b4f148e4df Break out support and contributing docs into separate files 6 年 前
COPYING dd562dd200 Update Salt's licensing information to include cptestcase 8 年 前
Gemfile eb87816559 change to saltstack version of kitchen-salt 5 年 前
HACKING.rst 4a218142a5 Remove support for RAET 5 年 前
LICENSE 1dd0e342b5 Update license date and include NOTICE 6 年 前
MANIFEST.in a771643369 Include all requirements files in source distribution 4 年 前
NOTICE 1dd0e342b5 Update license date and include NOTICE 6 年 前
Pipfile 6dd8e40266 Update pytest requirements 5 年 前
README.rst 2711c04ca9 Provide security advisory for PyCrypto 4 年 前
SUPPORT.rst b4f148e4df Break out support and contributing docs into separate files 6 年 前
kitchen.yml cbf0454a57 Update kitchen.yml to work with the upcoming docker golden containers 4 年 前
noxfile.py 1f285b657b XXX: Show test execution order 4 年 前
pyproject.toml 57d160cc60 add towncrier to manage changelog 4 年 前
pytest.ini 7bad3b0461 Move static `norecursedirs` to `pytest.ini` 4 年 前
setup.py 0b2a5613b3 Blacken salt 4 年 前

README.rst

==================
What is SaltStack?
==================

SaltStack makes software for complex systems management at scale.
SaltStack is the company that created and maintains the Salt Open
project and develops and sells SaltStack Enterprise software, services
and support. Easy enough to get running in minutes, scalable enough to
manage tens of thousands of servers, and fast enough to communicate with
them in *seconds*.

Salt is a new approach to infrastructure management built on a dynamic
communication bus. Salt can be used for data-driven orchestration,
remote execution for any infrastructure, configuration management for
any app stack, and much more.

Download Salt Open
==================

Salt Open is tested and packaged to run on CentOS, Debian, RHEL, Ubuntu,
Windows. Download Salt Open and get started now.

``_

`Installation Instructions `_

SaltStack Documentation
=======================

Installation instructions, getting started guides, and in-depth API
documentation.

``_

``_

Security Advisory
=================

For historical reasons, Salt requires PyCrypto as a "lowest common
denominator". However, `PyCrypto is unmaintained`_ and best practice is to
manually upgrade to use a more maintained library such as `PyCryptodome`_. See
`Issue #52674`_ and `Issue #54115`_ for more info

Engage SaltStack
================

`SaltConf`_, **User Groups and Meetups** - SaltStack has a vibrant and `global
community`_ of customers, users, developers and enthusiasts. Connect with other
Salted folks in your area of the world, or join `SaltConf`_, the SaltStack
annual user conference held in Salt Lake City. Please visit the `SaltConf`_ site
for details of our next conference. Also, please let us know if you would like
to start a user group or if we should add your existing SaltStack user group to
this list by emailing: info@saltstack.com

**SaltStack Training** - Get access to proprietary `SaltStack education
offerings`_ through instructor-led training offered on-site, virtually or at
SaltStack headquarters in Salt Lake City. SaltStack Enterprise training helps
increase the value and effectiveness of SaltStack software for any customer and
is a prerequisite for coveted `SaltStack Certified Engineer (SSCE)`_ status.
SaltStack training is also available through several `SaltStack professional
services`_ offerings.

**Follow SaltStack on -**

* YouTube - ``_
* Twitter - ``_
* Facebook - ``_
* LinkedIn - ``_
* LinkedIn Group - ``_

.. _global community: http://www.meetup.com/pro/saltstack/
.. _SaltConf: http://saltconf.com/
.. _SaltStack education offerings: http://saltstack.com/training/
.. _SaltStack Certified Engineer (SSCE): http://saltstack.com/certification/
.. _SaltStack professional services: http://saltstack.com/services/
.. _PyCrypto is unmaintained: https://github.com/dlitz/pycrypto/issues/301#issue-551975699
.. _PyCryptodome: https://pypi.org/project/pycryptodome/
.. _Issue #52674: https://github.com/saltstack/salt/issues/52674
.. _Issue #54115: https://github.com/saltstack/salt/issues/54115