Skip to content

sk4la/salt-bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salt — Test Bench

version

This is a Docker-based test bench for Salt.

Requirements

To use the project, the following components need to be installed on the system:

The provided Docker Compose recipe is only compatible with the 18.06.0 version (or ulterior) of the Docker Engine. Make sure you have the correct version installed by running docker --version. Docker Compose 1.25.4 (or ulterior) is also required.

Build

Pre-built images are available on Docker Hub.

To build the images locally, just navigate to the root of the repository and run:

make build

Usage

Once the images have been built, one can bring the stack up and running using:

make up

Then, spawn an interactive shell inside the Salt Master container by issuing:

make shell

Finally, execute the following command to bring the whole stack down:

make down

Issues

In case you spot a mistake or encounter an issue, please file a ticket.