From 09efd1f45393b1a757baa67f3c182051dee55ca1 Mon Sep 17 00:00:00 2001 From: Trevor Dawe Date: Thu, 11 Aug 2022 12:34:58 -0400 Subject: [PATCH 1/3] Added documentation about requesting a license --- content/docs/support/license.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/docs/support/license.md diff --git a/content/docs/support/license.md b/content/docs/support/license.md new file mode 100644 index 0000000000..c092b44d35 --- /dev/null +++ b/content/docs/support/license.md @@ -0,0 +1,20 @@ +--- +title: "License" +linkTitle: "License" +weight: 11 +Description: > + Dell Container Storage Modules (CSM) License +--- + +The tech-preview releases of [Container Storage Modules](https://github.com/dell/csm) for Application Mobility and Encryption require a license. The following section details how to request a license. + +## Requesting a License +1. Request a license using the [Container Storage Modules License Request](https://app.smartsheet.com/b/form/5e46fad643874d56b1f9cf4c9f3071fb) by providing the following details: +- **Full Name**: Full name of the person requesting the license +- **Email Address**: The license will be emailed to this email address +- **Company / Organization**: Company or organization where the license will be used +- **License Type**: Select either *Application Mobility* or *Encryption*, depending on the CSM module that will be used with the license +- **List of kube-system namespace UIDs**: The license will only function on the provided list of Kubernetes clusters. Find the UID of the kube-system namespace using `kubectl get ns kube-system -o yaml` or similar `oc` command. +- (Optional) **Send me a copy of my responses**: A copy of the license request will be sent to the provided email address +2. After submitting the form, a response will be provided within several business days with an attachment containing the license. +3. Refer to the specific CSM module documentation for adding the license to the Kubernetes cluster. \ No newline at end of file From b562ecf04521d9ed81693f28753988e7b712d4e0 Mon Sep 17 00:00:00 2001 From: Trevor Dawe Date: Thu, 11 Aug 2022 13:19:41 -0400 Subject: [PATCH 2/3] Moved license to its own section --- content/docs/{support/license.md => license/_index.md} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename content/docs/{support/license.md => license/_index.md} (94%) diff --git a/content/docs/support/license.md b/content/docs/license/_index.md similarity index 94% rename from content/docs/support/license.md rename to content/docs/license/_index.md index c092b44d35..dc97bd41f3 100644 --- a/content/docs/support/license.md +++ b/content/docs/license/_index.md @@ -1,7 +1,7 @@ --- title: "License" linkTitle: "License" -weight: 11 +weight: 12 Description: > Dell Container Storage Modules (CSM) License --- @@ -14,7 +14,7 @@ The tech-preview releases of [Container Storage Modules](https://github.com/dell - **Email Address**: The license will be emailed to this email address - **Company / Organization**: Company or organization where the license will be used - **License Type**: Select either *Application Mobility* or *Encryption*, depending on the CSM module that will be used with the license -- **List of kube-system namespace UIDs**: The license will only function on the provided list of Kubernetes clusters. Find the UID of the kube-system namespace using `kubectl get ns kube-system -o yaml` or similar `oc` command. +- **List of kube-system namespace UIDs**: The license will only function on the provided list of Kubernetes clusters. Find the UID of the kube-system namespace using `kubectl get ns kube-system -o yaml` or similar `oc` command. Provide as a comma separated list of UIDs. - (Optional) **Send me a copy of my responses**: A copy of the license request will be sent to the provided email address 2. After submitting the form, a response will be provided within several business days with an attachment containing the license. 3. Refer to the specific CSM module documentation for adding the license to the Kubernetes cluster. \ No newline at end of file From 3584d03ecd842ad52ee0e2587e97a9019ea198c3 Mon Sep 17 00:00:00 2001 From: Trevor Dawe Date: Fri, 12 Aug 2022 07:58:32 -0400 Subject: [PATCH 3/3] Updated wording --- content/docs/license/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/license/_index.md b/content/docs/license/_index.md index dc97bd41f3..ec7bd9d734 100644 --- a/content/docs/license/_index.md +++ b/content/docs/license/_index.md @@ -6,10 +6,10 @@ Description: > Dell Container Storage Modules (CSM) License --- -The tech-preview releases of [Container Storage Modules](https://github.com/dell/csm) for Application Mobility and Encryption require a license. The following section details how to request a license. +The tech-preview releases of [Container Storage Modules](https://github.com/dell/csm) for Application Mobility and Encryption require a license. This section details how to request a license. ## Requesting a License -1. Request a license using the [Container Storage Modules License Request](https://app.smartsheet.com/b/form/5e46fad643874d56b1f9cf4c9f3071fb) by providing the following details: +1. Request a license using the [Container Storage Modules License Request](https://app.smartsheet.com/b/form/5e46fad643874d56b1f9cf4c9f3071fb) by providing these details: - **Full Name**: Full name of the person requesting the license - **Email Address**: The license will be emailed to this email address - **Company / Organization**: Company or organization where the license will be used