-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add image for building base Tendermint instance #11
base: master
Are you sure you want to change the base?
Conversation
This adds the Packer/Ansible configuration to build an AMI that contains Tendermint (vanilla config), and includes Telegraf for monitoring. User data is used to configure Telegraf's InfluxDB backend.
Since the initial submission here, I've also added in a simple monitoring-only server (i.e. Grafana/InfluxDB), and the |
Can we put all this under the whitewalker folder, as we discussed in the architecture? The images repo also hosts images unrelated to this experiment, so if we start adding a lot of images, we might want to break it out into its own repository. Currently, we agreed that we'll have two images: nightking and whitewalker. The whitewalker image will turn into a tm-load-test client or a tendermint node based on its inputs. We can do it differently, if that makes more sense. Let's discuss. |
I'd say a better structure would probably be to group the related images, like:
The images I've been working on here are designed to be operated in a standalone way by anyone (internal or external). They're not specifically related to the GoT project, although I'll be taking parts of them and copying them into GoT. The only thing that needs to be added to the Other than that, you can run the The |
@thanethomson can we close this? 🙂 |
Sure thing! Blast from the past 🙂 |
This adds the Packer/Ansible configuration to build an AMI that contains Tendermint (vanilla config), and includes Telegraf for monitoring. User data is used to configure Telegraf's InfluxDB backend.