-
Notifications
You must be signed in to change notification settings - Fork 188
Bug 1862449: [release-4.5] Create only those StorageClasses which are provided in the external input file #719
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
Bug 1862449: [release-4.5] Create only those StorageClasses which are provided in the external input file #719
Conversation
…parate files. Signed-off-by: crombus <pkundra@redhat.com>
(cherry picked from commit 05f6fd5)
(cherry picked from commit c36f43d)
Splits the file into several test file for each resource (cephblockpools, cephfs etc..) Signed-off-by: Vineet Badrinath <vbadrina@redhat.com>
Signed-off-by: Arun Kumar Mohan <amohan@redhat.com>
Signed-off-by: Arun Kumar Mohan <amohan@redhat.com>
…file In External Cluster mode, create only those StorageClasses which are provided in JSON input file. Added 'setRookCSICephFS' function, which could toggle Rook CephFS CSI driver, which will enable or disable (the driver) according to whether CephFS storageclass is available (or not) in the external JSON input. Corrected the tests to work with latest changes. Signed-off-by: Arun Kumar Mohan <amohan@redhat.com>
Added new tests for checking optional external JSON input. Signed-off-by: Arun Kumar Mohan <amohan@redhat.com>
@jarrpa: This pull request references Bugzilla bug 1862449, which is invalid:
Comment In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@jarrpa: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: obnoxxx The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@jarrpa: All pull requests linked via external trackers have merged: openshift/ocs-operator#719, openshift/ocs-operator#669, openshift/ocs-operator#661. Bugzilla bug 1862449 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This is a backport of PR #701. Unfortunately, it required the backport of some additional refactoring as well.