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

Add Unity Driver Install Support in CSM Operator #202

Merged
merged 10 commits into from
Apr 18, 2023

Conversation

panigs7
Copy link
Collaborator

@panigs7 panigs7 commented Apr 17, 2023

Description

This PR adds the installation support for CSI Unity XT driver on CSM Operator.
Samples supported in this PR is only v2.6 CSI Unity

GitHub Issues

List the GitHub issues impacted by this PR:

GitHub Issue #
dell/csm#756

Checklist:

  • I have performed a self-review of my own code to ensure there are no formatting, vetting, linting, or security issues
  • I have verified that new and existing unit tests pass locally with my changes
  • I have not allowed coverage numbers to degenerate
  • I have maintained at least 90% code coverage
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have maintained backward compatibility

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration

Installation of CSM-Operator followed by CSI Unity Driver installation:
image
image
image

NOTE: The unit tests (#198) and e2e tests (#203) PR will be raised separately. Hence, the tests would fail currently

- name: CSI_LOG_LEVEL
value: "info"
- name: TENANT_NAME
value: "csi_unity_tenant"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we can leave this empty?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

return fmt.Errorf("%s %s not supported", csmv1.Unity, cr.Spec.Driver.ConfigVersion)
}
secrets := []string{config}

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@panigs7 Can we have validations for certs along with the secrets created in the test-unity namespace? Since certs should be created mandatory to install the csi unity driver.

Copy link
Collaborator Author

@panigs7 panigs7 Apr 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@karthikk92 I will take care of this in another PR. Thanks for pointing it out!!

@panigs7 panigs7 force-pushed the feature-756-add-csi-unity-install-support branch from 6c3ae09 to b32abad Compare April 18, 2023 11:52
@panigs7 panigs7 force-pushed the feature-756-add-csi-unity-install-support branch from 70fbeb9 to f13b266 Compare April 18, 2023 12:17
@rajendraindukuri rajendraindukuri merged commit 8acb2b9 into main Apr 18, 2023
@rensyct rensyct deleted the feature-756-add-csi-unity-install-support branch July 17, 2023 12:17
ChristianAtDell added a commit that referenced this pull request Oct 15, 2024
* csi-unity driver support in csm-operator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants