levant
levant copied to clipboard
An open source templating and deployment tool for HashiCorp Nomad jobs
### Nomad version Nomad 1.7.2 Levant 0.3.3 ### Operating system and Environment details Linux ### Issue When submiting a job with levant, we don't have the "Job Spec" in Nomad....
substition -> substitution
**Description** when running levant deploy with a job defining a task with lifecycle posttop (to be run after the allocation is terminated for example to cleanup stuff), Nomad will show...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...
**Description** Levant doesnt support Nomad 1.6.1 "node_pool" **Relevant Nomad job specification file** ``` job "test" { datacenters = ["dc1"] region = "global" type = "system" node_pool = "all" ... ```...
This replaces the explicit configuration enumerating each step in the common release tooling process with a single step that encapsulates all organizational requirements (signing, notarization, etc.).
**Description** levant binary does not work after upgrading to 0.3.3 apt-get upgrade levant apt-get install levant=0.3.3-1 # levant version ``` levant: command not found ``` dpkg -l levant ``` ii...
**Description** Piping output from levant into a program doesn't work, everything goes to stderr. Plan any job with the following command on linux and you can see that it's output...
**Description** We're heavy users of Levant for templating our Nomad jobs on our Nomad clusters. We have recently implemented CSI volume management on our Nomad clusters and found that managing...