-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* go-yaml version update * update go-yaml package to latest * remove extra verbs * remove duplicate verbs and add correct test files for resiliency UT --------- Co-authored-by: Shayna Finocchiaro <shayna_finocchiaro@dell.com>
- Loading branch information
1 parent
49aa3eb
commit 2839e5c
Showing
11 changed files
with
127 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
apiVersion: storage.dell.com/v1 | ||
kind: ContainerStorageModule | ||
metadata: | ||
name: test-vxflexos | ||
namespace: test-vxflexos | ||
spec: | ||
driver: | ||
csiDriverType: "powerflex" | ||
csiDriverSpec: | ||
# fsGroupPolicy: Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. | ||
# Allowed values: ReadWriteOnceWithFSType, File , None | ||
# Default value: ReadWriteOnceWithFSType | ||
fSGroupPolicy: "File" | ||
configVersion: v2.9.0 | ||
replicas: 1 | ||
dnsPolicy: ClusterFirstWithHostNet | ||
forceUpdate: false | ||
forceRemoveDriver: true | ||
|
||
modules: | ||
- name: resiliency | ||
# enabled: Enable/Disable Resiliency feature | ||
# Allowed values: | ||
# true: enable Resiliency feature(deploy podmon sidecar) | ||
# false: disable Resiliency feature(do not deploy podmon sidecar) | ||
# Default value: false | ||
enabled: false | ||
configVersion: v1.8.0 | ||
components: | ||
- name: podmon-controller | ||
image: dellemc/podmon:v1.8.0 | ||
imagePullPolicy: IfNotPresent | ||
args: | ||
- "--labelvalue=csi-vxflexos" | ||
- "--skipArrayConnectionValidation=false" | ||
- "--driverPodLabelValue=dell-storage" | ||
- "--ignoreVolumelessPods=false" | ||
- "--arrayConnectivityPollRate=5" | ||
- "--arrayConnectivityConnectionLossThreshold=3" | ||
# Below 3 args should not be modified. | ||
- "--csisock=unix:/var/run/csi/csi.sock" | ||
- "--mode=controller" | ||
- "--driver-config-params=/vxflexos-config-params/driver-config-params.yaml" | ||
- name: podmon-node | ||
image: dellemc/podmon:v1.8.0 | ||
imagePullPolicy: IfNotPresent | ||
envs: | ||
# podmonAPIPort: Defines the port to be used within the kubernetes cluster | ||
# Allowed values: Any valid and free port (string) | ||
# Default value: 8083 | ||
- name: "X_CSI_PODMON_API_PORT" | ||
value: "8083" | ||
args: | ||
- "--labelvalue=csi-vxflexos" | ||
- "--leaderelection=false" | ||
- "--driverPodLabelValue=dell-storage" | ||
- "--ignoreVolumelessPods=false" | ||
- "--arrayConnectivityPollRate=5" | ||
# Below 3 args should not be modified. | ||
- "--csisock=unix:/var/lib/kubelet/plugins/vxflexos.emc.dell.com/csi_sock" | ||
- "--mode=node" | ||
- "--driver-config-params=/vxflexos-config-params/driver-config-params.yaml" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
apiVersion: storage.dell.com/v1 | ||
kind: ContainerStorageModule | ||
metadata: | ||
name: isilon | ||
namespace: isilon | ||
spec: | ||
driver: | ||
csiDriverType: "isilon" | ||
configVersion: v2.9.0 | ||
authSecret: isilon-creds-custom | ||
replicas: 1 | ||
common: | ||
image: "dellemc/csi-isilon:v2.9.0" | ||
imagePullPolicy: IfNotPresent | ||
|
||
modules: | ||
- name: resiliency | ||
# enabled: Enable/Disable Resiliency feature | ||
# Allowed values: | ||
# true: enable Resiliency feature(deploy podmon sidecar) | ||
# false: disable Resiliency feature(do not deploy podmon sidecar) | ||
# Default value: false | ||
enabled: false | ||
configVersion: v1.8.0 | ||
components: | ||
- name: podmon-controller | ||
image: dellemc/podmon:v1.8.0 | ||
imagePullPolicy: IfNotPresent | ||
args: | ||
- "--labelvalue=csi-isilon" | ||
- "--arrayConnectivityPollRate=60" | ||
- "--skipArrayConnectionValidation=false" | ||
- "--driverPodLabelValue=dell-storage" | ||
- "--ignoreVolumelessPods=false" | ||
- "--arrayConnectivityConnectionLossThreshold=3" | ||
# Below 4 args should not be modified. | ||
- "--csisock=unix:/var/run/csi/csi.sock" | ||
- "--mode=controller" | ||
- "--driverPath=csi-isilon.dellemc.com" | ||
- "--driver-config-params=/csi-isilon-config-params/driver-config-params.yaml" | ||
- name: podmon-node | ||
image: dellemc/podmon:v1.8.0 | ||
imagePullPolicy: IfNotPresent | ||
envs: | ||
# podmonAPIPort: Defines the port to be used within the kubernetes cluster | ||
# Allowed values: Any valid and free port (string) | ||
# Default value: 8083 | ||
- name: "X_CSI_PODMON_API_PORT" | ||
value: "8083" | ||
args: | ||
- "--labelvalue=csi-isilon" | ||
- "--arrayConnectivityPollRate=60" | ||
- "--leaderelection=false" | ||
- "--driverPodLabelValue=dell-storage" | ||
- "--ignoreVolumelessPods=false" | ||
# Below 4 args should not be modified. | ||
- "--csisock=unix:/var/lib/kubelet/plugins/csi-isilon/csi_sock" | ||
- "--mode=node" | ||
- "--driverPath=csi-isilon.dellemc.com" | ||
- "--driver-config-params=/csi-isilon-config-params/driver-config-params.yaml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters