Skip to content

Commit

Permalink
scylla_cloud_io_setup: move aws io preset values to external YAML file
Browse files Browse the repository at this point in the history
Since we support many instance types on AWS EC2, handling all instance
types by "if - elif" conditions is difficult to read and hard to maintain.

We should move out these preset values to the external file.

Note that, in the original parameter definition, " * nr_disks" was applied to
some instance types, but the new code applies it to all instance types.

This is because we know that instance types to which does not applied
" * nr_disks" have only one disk.

Fixes scylladb#544
  • Loading branch information
syuu1228 authored and yaronkaikov committed Dec 10, 2024
1 parent 7492921 commit 828c2a2
Show file tree
Hide file tree
Showing 4 changed files with 575 additions and 381 deletions.
Loading

0 comments on commit 828c2a2

Please sign in to comment.