Files
nomad/dev
Danielle Lancashire 7e882f5908 devcluster: Add standalone server
This adds a single-node configuration of a dev cluster, for use when
testing things that require state restoration or multiple clients, but don't
necessarily require a 3+ node cluster.
2019-05-22 14:21:09 +02:00
..
2019-05-22 14:21:09 +02:00
2018-03-11 18:11:14 +00:00
2018-03-11 19:17:53 +00:00
2017-08-29 15:50:52 -07:00
2017-08-29 15:49:39 -07: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:

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