[RFC] This patch adds a perleminary work for cluster installation, configuration and running#252
Open
amnonh wants to merge 12 commits intoscylladb:masterfrom
Open
[RFC] This patch adds a perleminary work for cluster installation, configuration and running#252amnonh wants to merge 12 commits intoscylladb:masterfrom
amnonh wants to merge 12 commits intoscylladb:masterfrom
Conversation
Collaborator
|
Consider moving directory into |
Collaborator
Author
|
I did some work over the holidays, I'll send a newer version once I get some free time and replace this one |
Collaborator
Author
|
Still an RFC with lots of changes, including a script to create a cluster, and moved under the scripts directory. |
run_cluster.py reads a definition file and runs a cluster in AWS based on those definitions. The config.yml define a set of types each of them define a server type and then define a cluster, by a list of entries, each entry adds one or more types to an AZ. Signed-off-by: Amnon Heiman <amnon@scylladb.com>
test.py is the entry point for testing a cluster. It install, configure and run a cluster. It uses a general params.ym file that holds general definitions for each of the node types. It takes a cluster definition file (either created by hand or created by using run_cluster.py) Signed-off-by: Amnon Heiman <amnon@scylladb.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is preliminary work, don't merge!