levant
levant copied to clipboard
An open source templating and deployment tool for HashiCorp Nomad jobs
**Description** I'm trying the new Nomad service registry and replacing the consul provider by the nomad provider. Deploying with `levant deploy` produces an error message complaining that the key `provider`...
**No container image exists for arm64 architecture** I'm running a container based build pipeline on arm64 nodes. As no levant image exists for this architecture I'm currently maintaining a very...
When using levant with a common template but different vars files, it would be useful to be able to test for the existence of a key in a map. This...
I have batch job that perform some one-time short-running task. Successfull deploument looks like: ``` 2022-06-29T16:00:17Z |INFO| levant/deploy: triggering a deployment job_id=some_nomad_job_name 2022-06-29T16:00:18Z |INFO| levant/deploy: evaluation e9d76b4c-8f4b-68e5-05e3-eee20a82d225 finished successfully job_id=some_nomad_job_name...
Hello. I use **Levant v0.3.1** and test multiservice task via var-file. My **var-file** for multiservice task looks like: ``` "tasks": [ { "first_task_name": { "config": { "image": "test" }, "resources":...
**Description** I want to use levant's deployment watcher in our CI/CD pipelines but it would require us to redo all of our HCL2 job files as levant templates, which for...
**Description** I need the "regexQuoteMeta" sprig function. This function is available since sprig version 3.2.0, levant currently uses sprig 3.1.0.
closes https://github.com/hashicorp/levant/issues/439
**Description** Unable to use the "dig" function from [Sprig.](https://masterminds.github.io/sprig/dicts.html) Now I have to write multiple guard clauses just to go through a dictionary. **Relevant Nomad job specification file** ``` [ERROR]...
**Description** Cannot plan or deploy jobs using levant that otherwise work when I render them and use the nomad CLI. I have a go template which renders ports from a...