thelastpickle / tlp-cluster

tlp-cluster, a tool for launching Cassandra clusters in AWS
http://thelastpickle.com/tlp-cluster/
Other
21 stars 11 forks source link

Grafonnet tool needs to work consistently across different environments #122

Closed rustyrazorblade closed 5 years ago

rustyrazorblade commented 5 years ago

Right now we run the risk of inconsistent builds due to untagged docker containers. As a developer, I can build tlp-cluster and depending on why I got a clone of the grafonnet lib, i could get a totally different build as a different developer.

We're going to have to push up grafonnet docker containers and develop TLP cluster against specific versions. It's either that or someone ports it to a java lib that we have pull from maven :/

Or we pull a specific GitHub Tag / Hash / Branch.