-
Notifications
You must be signed in to change notification settings - Fork 10
Introduce option to select storage tiers #207
Conversation
@kishen-v @Rajalakshmi-Girish ping ^^ |
@mkumatag the Looks like we must modify the code around https://github.com/ppc64le-cloud/kubetest2-plugins/blob/master/kubetest2-tf/deployer/deployer.go#L251 to use that flag in more generic way. |
I think terraform by default supports this feature, @kishen-v can you try this solution mentioned here in this link - https://stackoverflow.com/questions/52774464/does-terraform-allow-us-to-override-variables |
813b312
to
4a2d1ef
Compare
Hi @mkumatag @Rajalakshmi-Girish,
Thanks! |
can we close this PR then? |
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kishen-v, mkumatag The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Motivation:
To enable tier-selection of backing storage devices that provide higher bandwidth for perf-tests:
A delta of approx. ~1 second improvement is observed for disks with higher bandwidth, which are provisioned with tier0 compared with the default tier1 storage tier.
Todos:
To revert: http://github.com/ppc64le-cloud/test-infra/pull/430