commit | f8833b216a0382078a5993b5d2487e599eeb7f67 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Wed Jun 26 09:46:57 2024 -0400 |
committer | GitHub <noreply@github.com> | Wed Jun 26 13:46:57 2024 +0000 |
tree | 37edb1eb061fb763394d4752a8941bd0545770a3 | |
parent | 69d62f2814d7a64059ca3adf26cb97410a053284 [diff] |
[stable/zed] Add Portworx CSI support (#1441) \n\nCloses #1440
diff --git a/roles/csi/meta/main.yml b/roles/csi/meta/main.yml index 8c37342..c2dce15 100644 --- a/roles/csi/meta/main.yml +++ b/roles/csi/meta/main.yml
@@ -36,6 +36,8 @@ when: csi_driver == "rbd" - role: powerstore_csi when: csi_driver == "powerstore" + - role: portworx + when: csi_driver == "portworx" - role: storpool_csi when: csi_driver == "storpool" - role: ibm_block_csi_driver