2017-08-02 20:20:06 +00:00
|
|
|
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:
|
|
|
|
|
2017-08-17 17:55:53 +00:00
|
|
|
* `hooks`: This package provides helpful git hooks for developing Nomad.
|
|
|
|
|
2017-08-02 20:20:06 +00:00
|
|
|
* `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.
|
|
|
|
|
2017-08-29 22:49:39 +00:00
|
|
|
* `tls_cluster`: This package provides Nomad client configs and certificates to
|
|
|
|
run a TLS enabled cluster.
|
|
|
|
|
2017-08-02 20:20:06 +00:00
|
|
|
* `vault`: This package provides basic Vault configuration files for use in
|
|
|
|
configuring a Vault server when testing Nomad and Vault integrations.
|