open-nomad/e2e/csi/input/ebs-volume1.hcl
Tim Gross da89103c5c E2E: extend CSI test to cover create and snapshot workflows
Split the EBS and EFS tests out into their own test cases:
* EBS exercises the Controller RPCs, including the create/snapshot workflow.
* EFS exercises only the Node RPCs, and assumes we have an existing volume
that gets registered, rather than created.
2021-04-08 12:55:36 -04:00

22 lines
378 B
HCL

id = "ebs-vol[1]"
name = "this-is-a-test-1" # CSIVolumeName tag
type = "csi"
plugin_id = "aws-ebs0"
capacity_min = "10GiB"
capacity_max = "20GiB"
capability {
access_mode = "single-node-writer"
attachment_mode = "file-system"
}
capability {
access_mode = "single-node-writer"
attachment_mode = "block-device"
}
parameters {
type = "gp2"
}