Skip to content
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

OCP E2E fixes for Ephemeral Unity and Powerstore #861

Merged
merged 8 commits into from
Jan 15, 2025
Merged
Prev Previous commit
Next Next commit
fixed another placeholder
ChristianAtDell committed Jan 15, 2025
commit d7b2cae4ac46babf082ed43dafeed6bd913c5341
Original file line number Diff line number Diff line change
@@ -10,10 +10,10 @@
parameters:
storagepool: REPLACE_POOL
systemID: REPLACE_SYSTEMID
csi.storage.k8s.io/fstype: ext4 # If this is changed from ext4, be sure to update the ephemeral.properties file to match

Check warning on line 13 in tests/e2e/testfiles/powerflex-templates/powerflex-storageclass-template.yaml

GitHub Actions / Golang Validation / Yaml Lint

13:35 [comments] too few spaces before comment
volumeBindingMode: WaitForFirstConsumer
allowedTopologies:
- matchLabelExpressions:
- key: csi-vxflexos.dellemc.com/systemID
- key: csi-vxflexos.dellemc.com/REPLACE_SYSTEMID
values:
- csi-vxflexos.dellemc.com

Unchanged files with check annotations Beta

storagePool: REPLACE_POOL
thinProvisioned: "true"
tieringPolicy: "0"
protocol: "NFS" # If this is changed from NFS, be sure to update the ephemeral.properties file to match

Check warning on line 14 in tests/e2e/testfiles/unity-templates/unity-storageclass-template.yaml

GitHub Actions / Golang Validation / Yaml Lint

14:19 [comments] too few spaces before comment
nasServer: "REPLACE_NAS"
provisioner: csi-unity.dellemc.com
reclaimPolicy: Delete