open-nomad/dev
Alex Dadgar 46959e29f1 guide 2017-10-31 13:14:16 -07:00
..
acls ListPolicies and GetPolicy work w/o management token 2017-10-13 13:12:20 -07:00
docker-clients build scripts 2017-10-16 16:44:08 -07:00
guides guide 2017-10-31 13:14:16 -07:00
hooks fix hook 2017-08-20 20:45:00 -07:00
tls_cluster Update README.md 2017-08-29 15:50:52 -07:00
vault Add `dev/` for configs for use by Nomad developers 2017-08-02 13:20:06 -07:00
README.md Add readmes 2017-08-29 15:49:39 -07:00

README.md

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:

  • hooks: This package provides helpful git hooks for developing Nomad.

  • 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.

  • tls_cluster: This package provides Nomad client configs and certificates to run a TLS enabled cluster.

  • vault: This package provides basic Vault configuration files for use in configuring a Vault server when testing Nomad and Vault integrations.