saltstack

Pedro Algarvio fc77ed0030 Mark slow tests há 4 anos atrás
.ci 1f3ffe4251 Run CI pilelines in 2 stages. Fast tests first, slow test if fast passed. há 4 anos atrás
.github 2586f716b2 Revert "add towncrier to manage changelog" há 4 anos atrás
changelog f8ab0f1865 Merge branch 'master' into master-port/53508 há 4 anos atrás
cicd 36051d1a52 add only:refs:schedules to gitlab jobs há 4 anos atrás
conf f7804af95f Merge branch 'master' into master-port-49955 há 4 anos atrás
doc 34fb50b134 Fix typos (`the the` > `the`) (#52711) há 4 anos atrás
pkg 34fb50b134 Fix typos (`the the` > `the`) (#52711) há 4 anos atrás
requirements 777f054c55 Add invoke task to mark slow tests based on jenkins test report data há 4 anos atrás
rfcs 9d11cc189a [RFC] add rfc for loader changes in Fluorine há 6 anos atrás
salt fb29442788 Fix Zabbix API "configuration.import" invocation há 4 anos atrás
scripts 0b2a5613b3 Blacken salt há 4 anos atrás
tasks 777f054c55 Add invoke task to mark slow tests based on jenkins test report data há 4 anos atrás
templates ba94b4b878 By these days, we should blowup if mock is not available há 5 anos atrás
tests fc77ed0030 Mark slow tests há 4 anos atrás
.codeclimate.yml c58af57bc0 Tweak codeclimate settings for less noise há 5 anos atrás
.codecov.yml 9bf1e84840 Let's still have information, but not block the PR merge há 4 anos atrás
.coveragerc d78e2a32e2 Update `.coveragerc` há 5 anos atrás
.editorconfig 364006bcfb Added .editorconfig for easier editing. há 9 anos atrás
.git-blame-ignore-revs fdbd555857 Add Blacken Salt to git-blame-ignore-revs há 4 anos atrás
.gitattributes 938218326c Update changelog há 4 anos atrás
.gitignore 4733c8234b Remove new line in gitignore há 4 anos atrás
.gitlab-ci.yml 36051d1a52 add only:refs:schedules to gitlab jobs há 4 anos atrás
.mention-bot 453c3d7f20 Always notify tkwilliams when changes occur on boto files há 7 anos atrás
.pre-commit-config.yaml 19fad6049f Add salt-rewrite to the pre-commit hooks há 4 anos atrás
.pylintrc b7a1e845d7 First approach at using pytest-salt-factories há 4 anos atrás
AUTHORS b63643a43a Update my contact details, as the previous email address is no longer in use há 5 anos atrás
CHANGELOG.md efa84d18f9 Merge pull request #56637 from twangboy/win_update_installed há 4 anos atrás
CODE_OF_CONDUCT.md a2df0c22c0 Rename conduct file to code_of_conduct to be more clear há 7 anos atrás
CONTRIBUTING.rst b4f148e4df Break out support and contributing docs into separate files há 6 anos atrás
Gemfile eb87816559 change to saltstack version of kitchen-salt há 5 anos atrás
HACKING.rst 4a218142a5 Remove support for RAET há 5 anos atrás
LICENSE a1d07e9cc5 edit SaltStack license info so that GitHub recognizes it há 4 anos atrás
MANIFEST.in a771643369 Include all requirements files in source distribution há 4 anos atrás
NOTICE 1dd0e342b5 Update license date and include NOTICE há 6 anos atrás
Pipfile 6dd8e40266 Update pytest requirements há 5 anos atrás
README.rst a1d07e9cc5 edit SaltStack license info so that GitHub recognizes it há 4 anos atrás
SUPPORT.rst b4f148e4df Break out support and contributing docs into separate files há 6 anos atrás
kitchen.yml 24ce517d10 Update kitchen.yml to work with the upcoming docker golden containers há 4 anos atrás
noxfile.py 8e93f2d1da Show test execution order in CI runs to help debug test suite hangs há 4 anos atrás
pyproject.toml 2586f716b2 Revert "add towncrier to manage changelog" há 4 anos atrás
pytest.ini 08ba598d59 Switch PR's to PyTest há 4 anos atrás
setup.py 0b2a5613b3 Blacken salt há 4 anos atrás

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

License
=======

SaltStack is licensed by the SaltStack Team under the Apache 2.0 license. Please see the
LICENSE file for the full text of the Apache license, followed by a full summary
of the licensing used by external modules.