From 6af4808e3940d53ffc316884cb9ed256ed0a2027 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Wed, 29 Nov 2017 12:39:28 +0100 Subject: [PATCH] Update community.html.erb to include Levant. This change requests that Levant be added to the Nomad community page. Levant is an open source templating and deployment tool for HashiCorp Nomad jobs that provides realtime feedback and detailed failure messages upon deployment issues. Further details about Levant can be seen on the [jrasell/levant](https://github.com/jrasell/levant) GitHub page. --- website/source/community.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/community.html.erb b/website/source/community.html.erb index 326565fe5..7ccba530d 100644 --- a/website/source/community.html.erb +++ b/website/source/community.html.erb @@ -38,6 +38,7 @@ description: |-
  • nomad-ui - Nomad UI is a simple to deploy, web based UI for interacting with Nomad
  • nomad-jenkins - This project uses Nomad to provision new Jenkins build slaves based on workload
  • replicator - Replicator is a fast and highly concurrent Go daemon that provides dynamic scaling of Nomad jobs and worker nodes
  • +
  • levant - Levant is an open source templating and deployment tool that provides realtime feedback and detailed failure messages upon deployment issues