You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Greg Szabo 1c5e36725f Makefile workaround for different binary name for trackomatron (tracko) 7 years ago
..
rpmbuild Makefile workaround for different binary name for trackomatron (tracko) 7 years ago
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 7 years ago
README.md Updated devops/README.md 7 years ago
slacknotification.py Clarified Ansible installation instructions and added slacknotification.py script. 7 years ago

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.