Jon Haddad
Jon Haddad
OK. Happy to help test it out once you've got something to hammer on.
Right now when we provision a node we use parallel-rsync to push up the Cassandra deb package and a bunch of custom install scripts. The scripts are here: https://github.com/thelastpickle/tlp-cluster/tree/master/src/main/resources/com/thelastpickle/tlpcluster/commands/origin/provisioning/cassandra The...
As a migration tactic, is it possible to have ansible run the current shell scripts, and migrate to the more conventional ansible style over time?
Since the bulk of the files are small configs, I think we could push up just the deb packages. That would let us stick to most of the current workflow...
I thought about it, but what we should really be doing is providing `initial_token:` rather than relying on allocate tokens for keyspace. initial token will work with all versions as...
Ideally we could download all the relevant dashboards as images while we're at it.
@rzvoncek any interest in working on this?