-
Notifications
You must be signed in to change notification settings - Fork 159
Add nutanix credentials handling with manual mode #450
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 nutanix credentials handling with manual mode #450
Conversation
Codecov Report
|
joelddiaz
left a comment
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.
Also, can you split up the vendoring into its own separate commit as part of this single PR?
The updated openshift/api has support for Nutanix plattform.
Sure |
4b11c02 to
2b57db1
Compare
akhil-rane
left a comment
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.
We need to add code to delete credentials. It can be added in a separate PR.
I think since Nutanix is effectively implementing Passthrough mode with the same username/password for all components, there is really nothing to delete, since the only thing created were the Secret yaml files that are used to be fed to the installer. |
yup my bad, No delete code is needed |
2b57db1 to
16765c6
Compare
6d2a355 to
729e8ce
Compare
|
/retest |
1 similar comment
|
/retest |
|
/remove-label do-not-merge/work-in-progress |
|
@thunderboltsid: The label(s) DetailsIn 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. |
729e8ce to
c5a4be9
Compare
|
/retest |
1 similar comment
|
/retest |
|
@thunderboltsid It worked but the weird thing is two same credentials-request were extracted, bug? |
|
@thunderboltsid @akhil-rane I've updated case OCP-48967 for --enable-tech-preview, PTAL and let me know if any comment |
Indeed, I can see there are two credentials requests being generated. If there is a bug, it's in the oc tool but most likely the release image had two copies of the same credentials requests (harmless imo). |
Add docs on using ccoctl for Nutanix.
e26aa22 to
e5bc157
Compare
@jianping-shu that's a good catch. Seems like this was due to a whitespace issue. Addressed this now. |
|
@thunderboltsid Thanks for update! I rebuilt with the updated PR and tried ccoctl again. Seems the generated secret yaml file is still in wrong format. Pls. help check it.
|
e5bc157 to
3e4de00
Compare
|
/retest-required |
@jianping-shu Looks like something to do with the encoding for base64. Can you try it out again? |
@thunderboltsid Weird! Same error again. Did you encounter this in your env?
|
Add a nutanix subcommand to ccoctl for handling nutanix CredentialsRequest objects.
3e4de00 to
bdd8533
Compare
|
@thunderboltsid The test case passed now after getting the commit pushed correctly. Thanks for the support! |
|
/label qe-approved |
|
/retest-required |
|
@thunderboltsid: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/lgtm |
|
/assign @jeana-redhat @sferich888 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: akhil-rane, thunderboltsid The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/label docs-approved Docs looks good as confirmed by @jeana-redhat |
|
/label docs-approved |
|
/label px-approved |
…aform-manual Add nutanix credentials handling with manual mode
Add a nutanix subcommand to ccoctl for handling nutanix CredentialsRequest objects.
x-ref: https://issues.redhat.com/browse/CCO-108