From e954faa2aa1f5e3a327b01f0289891fdd0f4658f Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 13 Apr 2017 17:39:32 -0700 Subject: [PATCH] Removes old Atlas ecosystem doc from Consul. --- .../intro/hashicorp-ecosystem.html.markdown | 30 ------------------- website/source/layouts/intro.erb | 4 --- 2 files changed, 34 deletions(-) delete mode 100644 website/source/intro/hashicorp-ecosystem.html.markdown diff --git a/website/source/intro/hashicorp-ecosystem.html.markdown b/website/source/intro/hashicorp-ecosystem.html.markdown deleted file mode 100644 index ac229ce98b..0000000000 --- a/website/source/intro/hashicorp-ecosystem.html.markdown +++ /dev/null @@ -1,30 +0,0 @@ ---- -layout: "intro" -page_title: "Consul & the HashiCorp Ecosystem" -sidebar_current: "hashicorp-ecosystem" -description: |- - Learn how Consul fits in with the rest of the HashiCorp ecosystem of tools ---- - -# Consul & the HashiCorp Ecosystem - -HashiCorp is the creator of the open source projects Vagrant, Packer, Terraform, Serf, Vault and Consul, and the commercial product Atlas. Consul 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 Infrastructure](https://www.hashicorp.com/blog/atlas-mindset.html?utm_source=consul&utm_campaign=HashicorpEcosystem). - -If you are using Consul for service discovery, it’s likely that you have a system to deploy infrastructure, to which Consul is then connecting. Terraform is our tool for creating, combining, and modifying infrastructure. - -Below are summaries of HashiCorp’s open source projects and a graphic showing how Atlas connects them to create a full application delivery workflow. - -# HashiCorp Ecosystem -![Atlas Workflow](atlas_workflow.png) - -[Atlas](https://atlas.hashicorp.com/?utm_source=consul&utm_campaign=HashicorpEcosystem) is HashiCorp's only commercial product. It unites Packer, Terraform, and Consul to make application delivery a versioned, auditable, repeatable, and collaborative process. - -[Packer](https://www.packer.io/?utm_source=consul&utm_campaign=HashicorpEcosystem) is a HashiCorp tool for creating machine images and deployable artifacts such as AMIs, OpenStack images, Docker containers, etc. - -[Terraform](https://www.terraform.io/?utm_source=consul&utm_campaign=HashicorpEcosystem) is a HashiCorp tool for creating, combining, and modifying infrastructure. In the Atlas workflow Terraform reads from the artifact registry and provisions infrastructure. - -[Consul](https://www.consul.io/?utm_source=consul&utm_campaign=HashicorpEcosystem) is a HashiCorp tool for service discovery, service registry, and health checks. In the Atlas workflow Consul is configured at the Packer build stage and identifies the service(s) contained in each artifact. Since Consul is configured at the build phase with Packer, when the artifact is deployed with Terraform, it is fully configured with dependencies and service discovery pre-baked. This greatly reduces the risk of an unhealthy node in production due to configuration failure at runtime. - -[Serf](https://www.serf.io/?utm_source=consul&utm_campaign=HashicorpEcosystem) is a HashiCorp tool for cluster membership and failure detection. Consul uses Serf’s gossip protocol as the foundation for service discovery. - -[Vagrant](https://www.vagrantup.com/?utm_source=consul&utm_campaign=HashicorpEcosystem) is a HashiCorp tool for managing development environments that mirror 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. diff --git a/website/source/layouts/intro.erb b/website/source/layouts/intro.erb index fc0f6053ce..c5cbbb9a5b 100644 --- a/website/source/layouts/intro.erb +++ b/website/source/layouts/intro.erb @@ -32,10 +32,6 @@ - > - Consul & the HashiCorp Ecosystem - - > Getting Started