Updated devops/README.md

This commit is contained in:
Greg Szabo 2017-06-09 04:03:18 +00:00
parent 92f10e9206
commit eaa3fa28ed
1 changed files with 4 additions and 1 deletions

View File

@ -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.