-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add Unity Driver Install Support in CSM Operator #202
Conversation
samples/storage_csm_unity_v260.yaml
Outdated
- name: CSI_LOG_LEVEL | ||
value: "info" | ||
- name: TENANT_NAME | ||
value: "csi_unity_tenant" |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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} | ||
|
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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!!
6c3ae09
to
b32abad
Compare
70fbeb9
to
f13b266
Compare
* csi-unity driver support in csm-operator
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:
Checklist:
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:
NOTE: The unit tests (#198) and e2e tests (#203) PR will be raised separately. Hence, the tests would fail currently