-
Notifications
You must be signed in to change notification settings - Fork 12
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
Updated - got errors in original form (perhaps because of product updates?) #3
Conversation
updated block->blocks and put the CIDR into a [list]
updated with variable vs static value
removed [ ] - profile is a string, not list
added dns names as output
Move output to output.tf
removed Output after moving to output.tf
replaced IP's with node names to send to loaders
added in var.loader_node_count so # of loaders could be parameter driven
Hey Austin! After the summit we forgot to add the new changes from the hackathon... Thanks for that! Is there any change we should make to the documentation for the user who will be running the example or still the same with the new profiles? |
@zseta please review |
Thanks @ruthea |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested it, works well, thx!
Updated terraform Scylla Cloud calls around vpc cidr block->blocks
removed 'max_sstable_age_days': '365' - this is not used in TWCS
Moved aws profilename to variables (hidden in provider before)
change IP's to DNS names (good reference approach)
Made # of loaders/drivers configurable (allows you to scale out the loaders easily if you want a smaller/bigger workload)
Loaders were using the same set of instructions across 3 files - updated to use just one (easier maintenance)
Streamlined the bootstrap of the loaders - loads the inital rows and then goes into a read/write blend.