Browse Source

Updated devops/README.md

pull/1943/head
Greg Szabo 7 years ago
parent
commit
eaa3fa28ed
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      devops/README.md

+ 4
- 1
devops/README.md 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.

Loading…
Cancel
Save