open-nomad/dev/README.md
Alex Dadgar c004742860 Add dev/ for configs for use by Nomad developers
This PR adds a folder `dev/` which can be used to store helpful commands
and configs for use when developing Nomad itself.
2017-08-02 13:20:06 -07:00

13 lines
582 B
Markdown

The `dev` package provides helper configuration files for use when developing
Nomad itself.
See the individual packages for more detail on how to use the configuration
files. At a high-level the use case for each package is as follows:
* `docker-clients`: This package provides a Nomad job file that can be used to
spin up Nomad clients in Docker containers. This provides a simple mechanism
to create a Nomad cluster locally.
* `vault`: This package provides basic Vault configuration files for use in
configuring a Vault server when testing Nomad and Vault integrations.