Skip to content

Commit

Permalink
Replication/Observability 1.6 updates for Installation Wizard (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshatdell authored Sep 6, 2023
1 parent e8dcbfd commit 8f51e1c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ csi-powerstore:
tolerations: $CONTROLLER_TOLERATIONS
replication:
enabled: $REPLICATION_ENABLED
image: dellemc/dell-csi-replicator:v1.5.0
image: dellemc/dell-csi-replicator:v1.6.0
vgsnapshot:
enabled: $VG_SNAPSHOT_ENABLED
image: dellemc/csi-volumegroup-snapshotter:v1.3.0
Expand Down Expand Up @@ -147,11 +147,11 @@ csi-powermax:
deployAsSidecar: true
replication:
enabled: $REPLICATION_ENABLED
image: dellemc/dell-csi-replicator:v1.5.0
image: dellemc/dell-csi-replicator:v1.6.0
migration:
enabled: $MIGRATION_ENABLED
image: dellemc/dell-csi-migrator:v1.1.1
nodeRescanSidecarImage: dellemc/dell-csi-node-rescanner:v1.0.1
image: dellemc/dell-csi-migrator:v1.2.0
nodeRescanSidecarImage: dellemc/dell-csi-node-rescanner:v1.1.0
authorization:
enabled: $AUTHORIZATION_ENABLED
sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.8.0
Expand All @@ -178,7 +178,7 @@ csi-vxflexos:
controller:
replication:
enabled: $REPLICATION_ENABLED
image: dellemc/dell-csi-replicator:v1.5.0
image: dellemc/dell-csi-replicator:v1.6.0
healthMonitor:
enabled: $HEALTH_MONITOR_ENABLED
controllerCount: $CONTROLLER_COUNT
Expand Down Expand Up @@ -282,7 +282,7 @@ csi-isilon:

replication:
enabled: $REPLICATION_ENABLED
image: dellemc/dell-csi-replicator:v1.5.0
image: dellemc/dell-csi-replicator:v1.6.0

snapshot:
enabled: $SNAPSHOT_ENABLED
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,13 @@ spec:
# false: disable replication feature(do not install dell-csi-replicator sidecar)
# Default value: false
enabled: $REPLICATION_ENABLED
configVersion: v1.5.0
configVersion: v1.6.0
components:
- name: dell-csi-replicator
# image: Image to use for dell-csi-replicator. This shouldn't be changed
# Allowed values: string
# Default value: None
image: dellemc/dell-csi-replicator:v1.5.0
image: dellemc/dell-csi-replicator:v1.6.0
envs:
# replicationPrefix: prefix to prepend to storage classes parameters
# Allowed values: string
Expand All @@ -289,7 +289,7 @@ spec:
- name: dell-replication-controller-manager
# image: Defines controller image. This shouldn't be changed
# Allowed values: string
image: dellemc/dell-replication-controller:v1.5.0
image: dellemc/dell-replication-controller:v1.6.0
envs:
# TARGET_CLUSTERS_IDS: comma separated list of cluster IDs of the targets clusters. DO NOT include the source(wherever CSM Operator is deployed) cluster ID
# Set the value to "self" in case of stretched/single cluster configuration
Expand Down Expand Up @@ -317,23 +317,18 @@ spec:
- name: "RETRY_INTERVAL_MAX"
value: "5m"

- name: dell-replication-controller-init
# image: Defines replication init container image. This shouldn't be changed
# Allowed values: string
image: dellemc/dell-replication-init:v1.0.1

# observability: allows to configure observability
- name: observability
# enabled: Enable/Disable observability
enabled: $OBSERVABILITY_OPERATOR_ENABLED
configVersion: v1.5.0
configVersion: v1.6.0
components:
- name: topology
# enabled: Enable/Disable topology
enabled: $OBSERVABILITY_OPERATOR_TOPOLOGY
# image: Defines karavi-topology image. This shouldn't be changed
# Allowed values: string
image: dellemc/csm-topology:v1.5.0
image: dellemc/csm-topology:v1.6.0
envs:
# topology log level
# Valid values: TRACE, DEBUG, INFO, WARN, ERROR, FATAL, PANIC
Expand Down Expand Up @@ -367,7 +362,7 @@ spec:
enabled: $OBSERVABILITY_OPERATOR_METRICS
# image: Defines PowerScale metrics image. This shouldn't be changed
# Allowed values: string
image: dellemc/csm-metrics-powerscale:v1.2.0
image: dellemc/csm-metrics-powerscale:v1.3.0
envs:
# POWERSCALE_MAX_CONCURRENT_QUERIES: set the default max concurrent queries to PowerScale
# Allowed values: int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,13 +274,13 @@ spec:
# false: disable replication feature(do not install dell-csi-replicator sidecar)
# Default value: false
enabled: $REPLICATION_ENABLED
configVersion: v1.5.0
configVersion: v1.6.0
components:
- name: dell-csi-replicator
# image: Image to use for dell-csi-replicator. This shouldn't be changed
# Allowed values: string
# Default value: None
image: dellemc/dell-csi-replicator:v1.5.0
image: dellemc/dell-csi-replicator:v1.6.0
envs:
# replicationPrefix: prefix to prepend to storage classes parameters
# Allowed values: string
Expand All @@ -296,7 +296,7 @@ spec:
- name: dell-replication-controller-manager
# image: Defines controller image. This shouldn't be changed
# Allowed values: string
image: dellemc/dell-replication-controller:v1.5.0
image: dellemc/dell-replication-controller:v1.6.0
envs:
# TARGET_CLUSTERS_IDS: comma separated list of cluster IDs of the targets clusters. DO NOT include the source(wherever CSM Operator is deployed) cluster ID
# Set the value to "self" in case of stretched/single cluster configuration
Expand All @@ -323,22 +323,18 @@ spec:
- name: "RETRY_INTERVAL_MAX"
value: "5m"

- name: dell-replication-controller-init
# image: Defines replication init container image. This shouldn't be changed
# Allowed values: string
image: dellemc/dell-replication-init:v1.0.1
# observability: allows to configure observability
- name: observability
# enabled: Enable/Disable observability
enabled: $OBSERVABILITY_OPERATOR_ENABLED
configVersion: v1.5.0
configVersion: v1.6.0
components:
- name: topology
# enabled: Enable/Disable topology
enabled: $OBSERVABILITY_OPERATOR_TOPOLOGY
# image: Defines karavi-topology image. This shouldn't be changed
# Allowed values: string
image: dellemc/csm-topology:v1.5.0
image: dellemc/csm-topology:v1.6.0
envs:
# topology log level
# Valid values: TRACE, DEBUG, INFO, WARN, ERROR, FATAL, PANIC
Expand All @@ -363,7 +359,7 @@ spec:
# enabled: Enable/Disable PowerMax metrics
enabled: $OBSERVABILITY_OPERATOR_METRICS
# image: Defines PowerMax metrics image. This shouldn't be changed
image: dellemc/csm-metrics-powermax:v1.0.0
image: dellemc/csm-metrics-powermax:v1.1.0
envs:
# POWERMAX_MAX_CONCURRENT_QUERIES: set the default max concurrent queries to PowerMax
# Allowed values: int
Expand Down

0 comments on commit 8f51e1c

Please sign in to comment.