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

Replace reference to Dell EMC by Dell Technologies #58

Merged
merged 1 commit into from
Mar 2, 2022
Merged
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
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
-->

# Dell EMC Container Storage Modules (CSM) Operator
# Dell Technologies Container Storage Modules (CSM) Operator
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](https://github.com/dell/csm/blob/main/docs/CODE_OF_CONDUCT.md)
[![License](https://img.shields.io/github/license/dell/csm-operator)](LICENSE)
[![Docker Pulls](https://img.shields.io/docker/pulls/dellemc/csm-operator)](https://hub.docker.com/r/dellemc/csm-operator)
[![Go version](https://img.shields.io/github/go-mod/go-version/dell/csm-operator)](go.mod)
[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/dell/csm-operator?include_prereleases&label=latest&style=flat-square)](https://github.com/dell/csm-operator/releases/latest)

Dell EMC Container Storage Modules (CSM) Operator is an open-source Kubernetes operator which can be used to install and manage various CSI Drivers and CSM Modules.
Dell Technologies Container Storage Modules (CSM) Operator is an open-source Kubernetes operator which can be used to install and manage various CSI Drivers and CSM Modules.

## Table of Contents

Expand All @@ -37,21 +37,21 @@ Dell EMC Container Storage Modules (CSM) Operator is an open-source Kubernetes o
* [Uninstall CSI Drivers and CSM Modules](#uninstall-csi-drivers-and-csm-modules)

# Dell CSM Operator
Dell CSM Operator is a Kubernetes native application which helps in installing and managing CSI Drivers and CSM Modules provided by Dell EMC for its various storage platforms.
Dell CSM Operator is a Kubernetes native application which helps in installing and managing CSI Drivers and CSM Modules provided by Dell Technologies for its various storage platforms.
Dell CSM Operator uses Kubernetes CRDs (Custom Resource Definitions) to define a manifest that describes the deployment specifications for each driver to be deployed.

Dell CSM Operator is built using the [operator framework](https://github.com/operator-framework) and runs custom Kubernetes controllers to manage the driver installations. These controllers listen for any create/update/delete request for the respective CRDs and try to reconcile the request.

Currently, the Dell CSM Operator can be used to deploy the following CSI drivers provided by Dell EMC
Currently, the Dell CSM Operator can be used to deploy the following CSI drivers provided by Dell Technologies

* CSI Driver for Dell EMC PowerScale
* CSI Driver for Dell Technologies PowerScale
* CSM Authorization

**NOTE**: You can refer to additional information about the Dell CSM Operator on the new documentation website [here](https://dell.github.io/csm-docs/docs/deployment/csmoperator/)

## Support
The Dell CSM Operator image is available on Dockerhub and is officially supported by Dell EMC.
For any CSM Operator and driver issues, questions or feedback, join the [Dell EMC Container community](https://www.dell.com/community/Containers/bd-p/Containers).
The Dell CSM Operator image is available on Dockerhub and is officially supported by Dell Technologies.
For any CSM Operator and driver issues, questions or feedback, join the [Dell Technologies Container community](https://www.dell.com/community/Containers/bd-p/Containers) or the [Slack channel for Dell Container Storage Modules](https://dellemccsm.slack.com/).

## Supported Platforms
Dell CSM Operator has been tested and qualified with
Expand All @@ -74,6 +74,6 @@ This project is adhering to [Semantic Versioning](https://semver.org/).

## About

Dell EMC Container Storage Modules (CSM) Operator is 100% open source and community-driven. All components are available
Dell Technologies Container Storage Modules (CSM) Operator is 100% open source and community-driven. All components are available
under [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0.html) on
GitHub.
2 changes: 1 addition & 1 deletion api/v1alpha1/csm_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type ContainerStorageModuleSpec struct {
// INSERT ADDITIONAL SPEC FIELDS - desired state of cluster
// Important: Run "make" to regenerate code after modifying this file

// Driver is a CSI Drivers for Dell EMC
// Driver is a CSI Drivers for Dell Technologies
Driver Driver `json:"driver,omitempty" yaml:"driver,omitempty"`

// Modules is list of Container Storage Module modules you want to deploy
Expand Down
2 changes: 1 addition & 1 deletion api/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ type PodStatus struct {
// Driver of CSIDriver
// +k8s:openapi-gen=true
type Driver struct {
// CSIDriverType is the CSI Driver type for Dell EMC - e.g, powermax, powerflex,...
// CSIDriverType is the CSI Driver type for Dell Technologies - e.g, powermax, powerflex,...
// +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="CSI Driver Type"
CSIDriverType DriverType `json:"csiDriverType" yaml:"csiDriverType"`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ spec:
- description: Tolerations is the list of tolerations for the driver pods
displayName: Tolerations
path: driver.controller.tolerations
- description: CSIDriverType is the CSI Driver type for Dell EMC - e.g, powermax,
- description: CSIDriverType is the CSI Driver type for Dell Technologies - e.g, powermax,
powerflex,...
displayName: CSI Driver Type
path: driver.csiDriverType
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
description: ContainerStorageModuleSpec defines the desired state of ContainerStorageModule
properties:
driver:
description: Driver is a CSI Drivers for Dell EMC
description: Driver is a CSI Drivers for Dell Technologies
properties:
authSecret:
description: AuthSecret is the name of the credentials secret
Expand Down Expand Up @@ -437,7 +437,7 @@ spec:
type: array
type: object
csiDriverType:
description: CSIDriverType is the CSI Driver type for Dell EMC
description: CSIDriverType is the CSI Driver type for Dell Technologies
- e.g, powermax, powerflex,...
type: string
dnsPolicy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
description: ContainerStorageModuleSpec defines the desired state of ContainerStorageModule
properties:
driver:
description: Driver is a CSI Drivers for Dell EMC
description: Driver is a CSI Drivers for Dell Technologies
properties:
authSecret:
description: AuthSecret is the name of the credentials secret
Expand Down Expand Up @@ -449,7 +449,7 @@ spec:
type: string
type: object
csiDriverType:
description: CSIDriverType is the CSI Driver type for Dell EMC
description: CSIDriverType is the CSI Driver type for Dell Technologies
- e.g, powermax, powerflex,...
type: string
dnsPolicy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
- description: Tolerations is the list of tolerations for the driver pods
displayName: Tolerations
path: driver.controller.tolerations
- description: CSIDriverType is the CSI Driver type for Dell EMC - e.g, powermax,
- description: CSIDriverType is the CSI Driver type for Dell Technologies - e.g, powermax,
powerflex,...
displayName: CSI Driver Type
path: driver.csiDriverType
Expand Down
2 changes: 1 addition & 1 deletion controllers/csm_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ func (r *ContainerStorageModuleReconciler) getDriverConfig(ctx context.Context,
)

// Get Driver resources
log.Infof("Getting %s CSI Driver for Dell EMC", cr.Spec.Driver.CSIDriverType)
log.Infof("Getting %s CSI Driver for Dell Technologies", cr.Spec.Driver.CSIDriverType)
driverType := cr.Spec.Driver.CSIDriverType

if driverType == csmv1.PowerScale {
Expand Down
4 changes: 2 additions & 2 deletions deploy/crds/storage.dell.com_containerstoragemodules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
description: ContainerStorageModuleSpec defines the desired state of ContainerStorageModule
properties:
driver:
description: Driver is a CSI Drivers for Dell EMC
description: Driver is a CSI Drivers for Dell Technologies
properties:
authSecret:
description: AuthSecret is the name of the credentials secret for the driver
Expand Down Expand Up @@ -322,7 +322,7 @@ spec:
type: string
type: object
csiDriverType:
description: CSIDriverType is the CSI Driver type for Dell EMC - e.g, powermax, powerflex,...
description: CSIDriverType is the CSI Driver type for Dell Technologies - e.g, powermax, powerflex,...
type: string
dnsPolicy:
description: DNSPolicy is the dnsPolicy of the daemonset for Node plugin
Expand Down