Skip to content

Commit

Permalink
Merge pull request #76 from jrasell/f_gh_75
Browse files Browse the repository at this point in the history
Update Vendored version of Nomad to 0.7.1.
  • Loading branch information
jrasell committed Dec 28, 2017
2 parents 59541d7 + 6ece54a commit 2ba18af
Show file tree
Hide file tree
Showing 973 changed files with 97,396 additions and 21,158 deletions.
12 changes: 6 additions & 6 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

[[constraint]]
name = "github.com/hashicorp/nomad"
version = "0.6.3"
version = "0.7.1"

[[constraint]]
name = "github.com/hashicorp/terraform"
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,17 @@ levant render -var-file=var.yaml -var 'var=test' example.nomad
### Command: `version`

The `version` command displays build information about the running binary, including the release version.

## Nomad Client

The project uses the Nomad [Default API Client](https://github.com/hashicorp/nomad/blob/master/api/api.go#L191) which means the following Nomad client parameters used by Levant are configurable via environment variables:

* **NOMAD_ADDR** - The address of the Nomad server.
* **NOMAD_REGION** - The region of the Nomad servers to forward commands to.
* **NOMAD_NAMESPACE** - The target namespace for queries and actions bound to a namespace.
* **NOMAD_CACERT** - Path to a PEM encoded CA cert file to use to verify the Nomad server SSL certificate.
* **NOMAD_CAPATH** - Path to a directory of PEM encoded CA cert files to verify the Nomad server SSL certificate.
* **NOMAD_CLIENT_CERT** - Path to a PEM encoded client certificate for TLS authentication to the Nomad server.
* **NOMAD_CLIENT_KEY** - Path to an unencrypted PEM encoded private key matching the client certificate from `NOMAD_CLIENT_CERT`.
* **NOMAD_SKIP_VERIFY** - Do not verify TLS certificate.
* **NOMAD_TOKEN** - The SecretID of an ACL token to use to authenticate API requests with.
25 changes: 25 additions & 0 deletions vendor/github.com/hashicorp/nomad/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 31 additions & 11 deletions vendor/github.com/hashicorp/nomad/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

150 changes: 149 additions & 1 deletion vendor/github.com/hashicorp/nomad/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2ba18af

Please sign in to comment.