From 7a6e35aa149f83c44f09d22f0eef9c716d68c19c Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Fri, 9 Jun 2017 14:55:58 -0700 Subject: [PATCH] Add Nomad to HashiCorp ecosystem doc page --- website/source/intro/hashicorp-ecosystem.html.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/website/source/intro/hashicorp-ecosystem.html.md b/website/source/intro/hashicorp-ecosystem.html.md index a54d8c107..1fb7bbaff 100644 --- a/website/source/intro/hashicorp-ecosystem.html.md +++ b/website/source/intro/hashicorp-ecosystem.html.md @@ -9,8 +9,8 @@ description: |- # Packer and the HashiCorp Ecosystem HashiCorp is the creator of the open source projects Vagrant, Packer, Terraform, -Serf, and Consul, and the commercial product Atlas. Packer is just one piece of -the ecosystem HashiCorp has built to make application delivery a versioned, +Serf, Consul, Nomad, and the commercial product Atlas. Packer is just one piece +of the ecosystem HashiCorp has built to make application delivery a versioned, auditable, repeatable, and collaborative process. To learn more about our beliefs on the qualities of the modern datacenter and responsible application delivery, read [The Atlas Mindset: Version Control for @@ -60,3 +60,9 @@ production. Vagrant environments reduce the friction of developing a project and reduce the risk of unexpected behavior appearing after deployment. Vagrant boxes can be built in parallel with production artifacts with Packer to maintain parity between development and production. + +[Nomad](https://www.nomadproject.io/?utm_source=packer&utm_campaign=HashicorpEcosystem) +is a HashiCorp tool for managing a cluster of machines and running applications +on them. Nomad abstracts away machines and the location of applications, and +instead enables users to declare what they want to run and Nomad handles where +they should run and how to run them.