tendermint/devops
Greg Szabo a758baf37e More sign messages in Makefile 2017-06-14 19:34:03 +00:00
..
debianbuild Automated signing fixes 2017-06-14 18:40:11 +00:00
rpmbuild More sign messages in Makefile 2017-06-14 19:34:03 +00:00
terraform-tendermint ansible: added option to provide accounts for genesis generation, terraform: added option to secure DigitalOcean servers, devops: added DNS name creation to tendermint terraform 2017-06-08 18:57:48 +00:00
README.md Updated devops/README.md 2017-06-09 04:03:18 +00:00
slacknotification.py Clarified Ansible installation instructions and added slacknotification.py script. 2017-06-03 01:10:44 -04:00

README.md

DevOps tools

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

A small script that can send Slack messages.

Requirements: slackclient python library

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.