From eaa3fa28ed6d7c091435cdb8bb306fc91462ec00 Mon Sep 17 00:00:00 2001 From: Greg Szabo Date: Fri, 9 Jun 2017 04:03:18 +0000 Subject: [PATCH] Updated devops/README.md --- devops/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devops/README.md b/devops/README.md index 675271ae8..046241fdf 100644 --- a/devops/README.md +++ b/devops/README.md @@ -1,6 +1,6 @@ # DevOps tools -This folder contains tools that are used for automated testnet deployments. +This folder contains tools that are used for automated testnet deployments at Tendermint. These are tools specialized for the Tendermint infrastructure. However there might be some added value for people that want to set up similar networks. Use them at your own risk. ## slacknotification.py @@ -13,4 +13,7 @@ Install slackclient by running as root: pip install slackclient ``` +## terraform-tendermint/ + +A few extensions to the terraform-digitalocean and terraform-aws configurations. This folder is not a complete Terraform configuration in itself, merely a few files that can be copied over to the other Terraform folders. It contains extensions specific to the Tendermint infrastructure, such as DNS configuration for testnet nodes.