Add readmes
This commit is contained in:
parent
d7354c0c73
commit
7f7482efd5
|
@ -10,5 +10,8 @@ files. At a high-level the use case for each package is as follows:
|
||||||
spin up Nomad clients in Docker containers. This provides a simple mechanism
|
spin up Nomad clients in Docker containers. This provides a simple mechanism
|
||||||
to create a Nomad cluster locally.
|
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
|
* `vault`: This package provides basic Vault configuration files for use in
|
||||||
configuring a Vault server when testing Nomad and Vault integrations.
|
configuring a Vault server when testing Nomad and Vault integrations.
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
Simply run the Nomad Server and Clients from this directory from this server and
|
||||||
|
the created cluster will be using TLS.
|
Loading…
Reference in New Issue