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

updated powermax sample file and test files #776

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions samples/storage_csm_powermax_v2120.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,6 @@ spec:
# Default value: None
imagePullPolicy: IfNotPresent
envs:
# X_CSI_MANAGED_ARRAYS: Serial ID of the arrays that will be used for provisioning
# Default value: None
# Examples: "000000000001", "000000000002"
- name: X_CSI_MANAGED_ARRAYS
value: "000000000000,000000000001"
# X_CSI_POWERMAX_ENDPOINT: Address of the Unisphere server that is managing the PowerMax arrays
# In case of multi-array, provide an endpoint of locally attached array
# Default value: None
# Example: https://0.0.0.1:8443
- name: X_CSI_POWERMAX_ENDPOINT
value: "https://0.0.0.0:8443/"
# X_CSI_K8S_CLUSTER_PREFIX: Define a prefix that is appended onto
# all resources created in the Array
# This should be unique per K8s/CSI deployment
Expand All @@ -77,26 +66,6 @@ spec:
# Default value: /var/lib/kubelet
- name: KUBELET_CONFIG_DIR
value: /var/lib/kubelet
# X_CSI_POWERMAX_PORTGROUPS: Define the set of existing port groups that the driver will use.
# It is a comma separated list of portgroup names.
# Required only in case of iSCSI port groups
# Allowed values: iSCSI Port Group names
# Default value: None
# Examples: "pg1", "pg1, pg2"
- name: X_CSI_POWERMAX_PORTGROUPS
value: ""
# "X_CSI_TRANSPORT_PROTOCOL" can be "FC" or "FIBRE" for fibrechannel,
# "ISCSI" for iSCSI,
# "NVMETCP" for NVMeTCP or "" for autoselection.
# Allowed values:
# "FC" - Fiber Channel protocol
# "FIBER" - Fiber Channel protocol
# "ISCSI" - iSCSI protocol
# "NVMETCP" = NVMeTCP protocol
# "" - Automatic selection of transport protocol
# Default value: "" <empty>
- name: X_CSI_TRANSPORT_PROTOCOL
value: ""
# VMware/vSphere virtualization support
# set X_CSI_VSPHERE_ENABLED to true, if you to enable VMware virtualized environment support via RDM
# Allowed values:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ metadata:
namespace: powermax
data:
powermax-array-config.yaml: |
# List of comma-separated port groups (ISCSI only). Example: PortGroup1, portGroup2 Required for iSCSI only
X_CSI_POWERMAX_PORTGROUPS: "REPLACE_PORTGROUPS"
# Choose which transport protocol to use (ISCSI, FC, NVMETCP, auto or None) defaults to auto if nothing is specified
X_CSI_TRANSPORT_PROTOCOL: "REPLACE_PROTOCOL"
# IP address of the Unisphere for PowerMax (Required), Defaults to https://0.0.0.0:8443
X_CSI_POWERMAX_ENDPOINT: "https://REPLACE_AUTH_ENDPOINT:9400"
# List of comma-separated array ID(s) which will be managed by the driver (Required)
X_CSI_MANAGED_ARRAYS: "REPLACE_ARRAYS"
31 changes: 1 addition & 30 deletions tests/e2e/testfiles/storage_csm_powermax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,8 @@ spec:
# IfNotPresent: Only pull the image if it does not already exist on the node.
# Never: Never pull the image.
# Default value: None
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
envs:
# X_CSI_MANAGED_ARRAYS: Serial ID of the arrays that will be used for provisioning
# Default value: None
# Examples: "000000000001", "000000000002"
- name: X_CSI_MANAGED_ARRAYS
value: "000000000000,000000000001"
# X_CSI_POWERMAX_ENDPOINT: Address of the Unisphere server that is managing the PowerMax arrays
# In case of multi-array, provide an endpoint of locally attached array
# Default value: None
# Example: https://0.0.0.1:8443
- name: X_CSI_POWERMAX_ENDPOINT
value: "https://0.0.0.0:8443/"
# X_CSI_K8S_CLUSTER_PREFIX: Define a prefix that is appended onto
# all resources created in the Array
# This should be unique per K8s/CSI deployment
Expand All @@ -78,24 +67,6 @@ spec:
# Default value: /var/lib/kubelet
- name: KUBELET_CONFIG_DIR
value: /var/lib/kubelet
# X_CSI_POWERMAX_PORTGROUPS: Define the set of existing port groups that the driver will use.
# It is a comma separated list of portgroup names.
# Required only in case of iSCSI port groups
# Allowed values: iSCSI Port Group names
# Default value: None
# Examples: "pg1", "pg1, pg2"
- name: X_CSI_POWERMAX_PORTGROUPS
value: ""
# "X_CSI_TRANSPORT_PROTOCOL" can be "FC" or "FIBRE" for fibrechannel,
# "ISCSI" for iSCSI, or "" for autoselection.
# Allowed values:
# "FC" - Fiber Channel protocol
# "FIBER" - Fiber Channel protocol
# "ISCSI" - iSCSI protocol
# "" - Automatic selection of transport protocol
# Default value: "" <empty>
- name: X_CSI_TRANSPORT_PROTOCOL
value: ""
# VMware/vSphere virtualization support
# set X_CSI_VSPHERE_ENABLED to true, if you to enable VMware virtualized environment support via RDM
# Allowed values:
Expand Down
35 changes: 2 additions & 33 deletions tests/e2e/testfiles/storage_csm_powermax_authorization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,8 @@ spec:
# IfNotPresent: Only pull the image if it does not already exist on the node.
# Never: Never pull the image.
# Default value: None
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
envs:
# X_CSI_MANAGED_ARRAYS: Serial ID of the arrays that will be used for provisioning
# Default value: None
# Examples: "000000000001", "000000000002"
- name: X_CSI_MANAGED_ARRAYS
value: "000000000000,000000000001"
# X_CSI_POWERMAX_ENDPOINT: Address of the Unisphere server that is managing the PowerMax arrays
# In case of multi-array, provide an endpoint of locally attached array
# Default value: None
# Example: https://0.0.0.1:8443
- name: X_CSI_POWERMAX_ENDPOINT
value: "https://0.0.0.0:8443/"
# X_CSI_K8S_CLUSTER_PREFIX: Define a prefix that is appended onto
# all resources created in the Array
# This should be unique per K8s/CSI deployment
Expand All @@ -77,26 +66,6 @@ spec:
# Default value: /var/lib/kubelet
- name: KUBELET_CONFIG_DIR
value: /var/lib/kubelet
# X_CSI_POWERMAX_PORTGROUPS: Define the set of existing port groups that the driver will use.
# It is a comma separated list of portgroup names.
# Required only in case of iSCSI port groups
# Allowed values: iSCSI Port Group names
# Default value: None
# Examples: "pg1", "pg1, pg2"
- name: X_CSI_POWERMAX_PORTGROUPS
value: ""
# "X_CSI_TRANSPORT_PROTOCOL" can be "FC" or "FIBRE" for fibrechannel,
# "ISCSI" for iSCSI,
# "NVMETCP" for NVMeTCP or "" for autoselection.
# Allowed values:
# "FC" - Fiber Channel protocol
# "FIBER" - Fiber Channel protocol
# "ISCSI" - iSCSI protocol
# "NVMETCP" = NVMeTCP protocol
# "" - Automatic selection of transport protocol
# Default value: "" <empty>
- name: X_CSI_TRANSPORT_PROTOCOL
value: ""
# VMware/vSphere virtualization support
# set X_CSI_VSPHERE_ENABLED to true, if you to enable VMware virtualized environment support via RDM
# Allowed values:
Expand Down Expand Up @@ -278,7 +247,7 @@ spec:
configVersion: v1.11.0
components:
- name: karavi-authorization-proxy
image: dellemc/csm-authorization-sidecar:nightly
image: quay.io/dell/container-storage-modules/csm-authorization-sidecar:nightly
envs:
# proxyHost: hostname of the csm-authorization server
- name: "PROXY_HOST"
Expand Down
31 changes: 1 addition & 30 deletions tests/e2e/testfiles/storage_csm_powermax_observability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,8 @@ spec:
# IfNotPresent: Only pull the image if it does not already exist on the node.
# Never: Never pull the image.
# Default value: None
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
envs:
# X_CSI_MANAGED_ARRAYS: Serial ID of the arrays that will be used for provisioning
# Default value: None
# Examples: "000000000001", "000000000002"
- name: X_CSI_MANAGED_ARRAYS
value: "000000000000,000000000001"
# X_CSI_POWERMAX_ENDPOINT: Address of the Unisphere server that is managing the PowerMax arrays
# In case of multi-array, provide an endpoint of locally attached array
# Default value: None
# Example: https://0.0.0.1:8443
- name: X_CSI_POWERMAX_ENDPOINT
value: "https://0.0.0.0:8443/"
# X_CSI_K8S_CLUSTER_PREFIX: Define a prefix that is appended onto
# all resources created in the Array
# This should be unique per K8s/CSI deployment
Expand All @@ -78,24 +67,6 @@ spec:
# Default value: /var/lib/kubelet
- name: KUBELET_CONFIG_DIR
value: /var/lib/kubelet
# X_CSI_POWERMAX_PORTGROUPS: Define the set of existing port groups that the driver will use.
# It is a comma separated list of portgroup names.
# Required only in case of iSCSI port groups
# Allowed values: iSCSI Port Group names
# Default value: None
# Examples: "pg1", "pg1, pg2"
- name: X_CSI_POWERMAX_PORTGROUPS
value: ""
# "X_CSI_TRANSPORT_PROTOCOL" can be "FC" or "FIBRE" for fibrechannel,
# "ISCSI" for iSCSI, or "" for autoselection.
# Allowed values:
# "FC" - Fiber Channel protocol
# "FIBER" - Fiber Channel protocol
# "ISCSI" - iSCSI protocol
# "" - Automatic selection of transport protocol
# Default value: "" <empty>
- name: X_CSI_TRANSPORT_PROTOCOL
value: ""
# VMware/vSphere virtualization support
# set X_CSI_VSPHERE_ENABLED to true, if you to enable VMware virtualized environment support via RDM
# Allowed values:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,8 @@ spec:
# IfNotPresent: Only pull the image if it does not already exist on the node.
# Never: Never pull the image.
# Default value: None
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
envs:
# X_CSI_MANAGED_ARRAYS: Serial ID of the arrays that will be used for provisioning
# Default value: None
# Examples: "000000000001", "000000000002"
- name: X_CSI_MANAGED_ARRAYS
value: "000000000000,000000000001"
# X_CSI_POWERMAX_ENDPOINT: Address of the Unisphere server that is managing the PowerMax arrays
# In case of multi-array, provide an endpoint of locally attached array
# Default value: None
# Example: https://0.0.0.1:8443
- name: X_CSI_POWERMAX_ENDPOINT
value: "https://0.0.0.0:8443/"
# X_CSI_K8S_CLUSTER_PREFIX: Define a prefix that is appended onto
# all resources created in the Array
# This should be unique per K8s/CSI deployment
Expand All @@ -77,26 +66,6 @@ spec:
# Default value: /var/lib/kubelet
- name: KUBELET_CONFIG_DIR
value: /var/lib/kubelet
# X_CSI_POWERMAX_PORTGROUPS: Define the set of existing port groups that the driver will use.
# It is a comma separated list of portgroup names.
# Required only in case of iSCSI port groups
# Allowed values: iSCSI Port Group names
# Default value: None
# Examples: "pg1", "pg1, pg2"
- name: X_CSI_POWERMAX_PORTGROUPS
value: ""
# "X_CSI_TRANSPORT_PROTOCOL" can be "FC" or "FIBRE" for fibrechannel,
# "ISCSI" for iSCSI,
# "NVMETCP" for NVMeTCP or "" for autoselection.
# Allowed values:
# "FC" - Fiber Channel protocol
# "FIBER" - Fiber Channel protocol
# "ISCSI" - iSCSI protocol
# "NVMETCP" = NVMeTCP protocol
# "" - Automatic selection of transport protocol
# Default value: "" <empty>
- name: X_CSI_TRANSPORT_PROTOCOL
value: ""
# VMware/vSphere virtualization support
# set X_CSI_VSPHERE_ENABLED to true, if you to enable VMware virtualized environment support via RDM
# Allowed values:
Expand Down Expand Up @@ -278,7 +247,7 @@ spec:
configVersion: v1.11.0
components:
- name: karavi-authorization-proxy
image: dellemc/csm-authorization-sidecar:nightly
image: quay.io/dell/container-storage-modules/csm-authorization-sidecar:nightly
envs:
# proxyHost: hostname of the csm-authorization server
- name: "PROXY_HOST"
Expand Down
31 changes: 1 addition & 30 deletions tests/e2e/testfiles/storage_csm_powermax_resiliency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,8 @@ spec:
# IfNotPresent: Only pull the image if it does not already exist on the node.
# Never: Never pull the image.
# Default value: None
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
envs:
# X_CSI_MANAGED_ARRAYS: Serial ID of the arrays that will be used for provisioning
# Default value: None
# Examples: "000000000001", "000000000002"
- name: X_CSI_MANAGED_ARRAYS
value: "000000000000,000000000001"
# X_CSI_POWERMAX_ENDPOINT: Address of the Unisphere server that is managing the PowerMax arrays
# In case of multi-array, provide an endpoint of locally attached array
# Default value: None
# Example: https://0.0.0.1:8443
- name: X_CSI_POWERMAX_ENDPOINT
value: "https://0.0.0.0:8443/"
# X_CSI_K8S_CLUSTER_PREFIX: Define a prefix that is appended onto
# all resources created in the Array
# This should be unique per K8s/CSI deployment
Expand All @@ -78,24 +67,6 @@ spec:
# Default value: /var/lib/kubelet
- name: KUBELET_CONFIG_DIR
value: /var/lib/kubelet
# X_CSI_POWERMAX_PORTGROUPS: Define the set of existing port groups that the driver will use.
# It is a comma separated list of portgroup names.
# Required only in case of iSCSI port groups
# Allowed values: iSCSI Port Group names
# Default value: None
# Examples: "pg1", "pg1, pg2"
- name: X_CSI_POWERMAX_PORTGROUPS
value: ""
# "X_CSI_TRANSPORT_PROTOCOL" can be "FC" or "FIBRE" for fibrechannel,
# "ISCSI" for iSCSI, or "" for autoselection.
# Allowed values:
# "FC" - Fiber Channel protocol
# "FIBER" - Fiber Channel protocol
# "ISCSI" - iSCSI protocol
# "" - Automatic selection of transport protocol
# Default value: "" <empty>
- name: X_CSI_TRANSPORT_PROTOCOL
value: ""
# VMware/vSphere virtualization support
# set X_CSI_VSPHERE_ENABLED to true, if you to enable VMware virtualized environment support via RDM
# Allowed values:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,8 @@ spec:
# IfNotPresent: Only pull the image if it does not already exist on the node.
# Never: Never pull the image.
# Default value: None
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
envs:
# X_CSI_MANAGED_ARRAYS: Serial ID of the arrays that will be used for provisioning
# Default value: None
# Examples: "000000000001", "000000000002"
- name: X_CSI_MANAGED_ARRAYS
value: "000000000000,000000000001"
# X_CSI_POWERMAX_ENDPOINT: Address of the Unisphere server that is managing the PowerMax arrays
# In case of multi-array, provide an endpoint of locally attached array
# Default value: None
# Example: https://0.0.0.1:8443
- name: X_CSI_POWERMAX_ENDPOINT
value: "https://0.0.0.0:8443/"
# X_CSI_K8S_CLUSTER_PREFIX: Define a prefix that is appended onto
# all resources created in the Array
# This should be unique per K8s/CSI deployment
Expand All @@ -78,24 +67,6 @@ spec:
# Default value: /var/lib/kubelet
- name: KUBELET_CONFIG_DIR
value: /var/lib/kubelet
# X_CSI_POWERMAX_PORTGROUPS: Define the set of existing port groups that the driver will use.
# It is a comma separated list of portgroup names.
# Required only in case of iSCSI port groups
# Allowed values: iSCSI Port Group names
# Default value: None
# Examples: "pg1", "pg1, pg2"
- name: X_CSI_POWERMAX_PORTGROUPS
value: ""
# "X_CSI_TRANSPORT_PROTOCOL" can be "FC" or "FIBRE" for fibrechannel,
# "ISCSI" for iSCSI, or "" for autoselection.
# Allowed values:
# "FC" - Fiber Channel protocol
# "FIBER" - Fiber Channel protocol
# "ISCSI" - iSCSI protocol
# "" - Automatic selection of transport protocol
# Default value: "" <empty>
- name: X_CSI_TRANSPORT_PROTOCOL
value: ""
# VMware/vSphere virtualization support
# set X_CSI_VSPHERE_ENABLED to true, if you to enable VMware virtualized environment support via RDM
# Allowed values:
Expand Down
Loading
Loading