-
Notifications
You must be signed in to change notification settings - Fork 35
salt
Salt (also referred to as SaltStack) is a Python-based open source configuration management software and remote execution agent. Salt supports the infrastructure as code approach to deployment and cloud management.
Salt has two main components:
-
The Salt master (server) is the location where users interact with all Salt minions (client); all Salt minions are subscribed to the Salt master.
-
The Salt minion (client) nodes are the minions (such as OPX devices) that are managed by the Salt master. The Salt minion is installed on each client (OPX device) and the Salt master IP is configured in the minion.
The Salt master acts as a hub for configuration data — the Salt master stores all modules, states, formulas, and templates. The Salt key describes each subscribed minion that is managed by the Salt master.
NOTE: See About SaltStack and SaltStack Documentation for complete information.
© 2019 OpenSwitch project. All information is contributed to and made available by OPX under the Creative Commons Attribution 4.0 International License (available at http://creativecommons.org/licenses/by/4.0/).
- Home
- System overview
- Software releases
- Hardware support
- FAQs
- Install
- Build
- Configure
- Develop
- Administer
- Troubleshoot
- Software compatibility
- Contribute
- DevOps
- Join