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

Adds openstack instance to nodeserver #676

Merged
merged 1 commit into from
Jul 9, 2019

Conversation

ramineni
Copy link
Contributor

@ramineni ramineni commented Jul 1, 2019

This commit adds cloud instance to nodeserver to be able to query openstack and adds
error codes as per csi spec.

What this PR does / why we need it:

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #661

Special notes for your reviewer:

Release note:

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jul 1, 2019
@k8s-ci-robot k8s-ci-robot requested review from adisky and dims July 1, 2019 11:15
@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 1, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 1, 2019

Build failed.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 1, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 1, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 1, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 1, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 1, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 1, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 1, 2019

Build failed.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 1, 2019

Build failed.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 1, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 1, 2019

Build succeeded.

source := req.GetStagingTargetPath()
targetPath := req.GetTargetPath()
volumeCapability := req.GetVolumeCapability()

if len(source) == 0 || len(targetPath) == 0 || volumeCapability == nil {
if len(volumeID) == 0 || len(source) == 0 || len(targetPath) == 0 || volumeCapability == nil {
Copy link
Contributor

Choose a reason for hiding this comment

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

might be overkill, but seems like unpublish to provide detail info will help debug...

Copy link
Contributor

Choose a reason for hiding this comment

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

agreed providing exactly what is missing is good for debugging, we can have a separate PR for that, as this PR addressing some other concern

This commit adds cloud instance to nodeserver and adds
error codes as per csi spec.
@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 2, 2019

Build failed.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 2, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 2, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 2, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 2, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 2, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 2, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 2, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 2, 2019

Build failed.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 2, 2019

Build failed.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 2, 2019

Build succeeded.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 2, 2019

Build succeeded.

@ramineni
Copy link
Contributor Author

ramineni commented Jul 5, 2019

/test cloud-provider-openstack-acceptance-test-e2e-conformance

@ramineni
Copy link
Contributor Author

ramineni commented Jul 5, 2019

/test cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.15

@ramineni ramineni changed the title wip:Adds openstack instance to nodeserver Adds openstack instance to nodeserver Jul 5, 2019
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 5, 2019
@ramineni
Copy link
Contributor Author

ramineni commented Jul 5, 2019

/test cloud-provider-openstack-acceptance-test-flexvolume-cinder

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 5, 2019

Build failed.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 5, 2019

Build failed.

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 5, 2019

Build succeeded.

@ramineni
Copy link
Contributor Author

ramineni commented Jul 5, 2019

/test cloud-provider-openstack-acceptance-test-e2e-conformance

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 5, 2019

Build succeeded.

@ramineni
Copy link
Contributor Author

ramineni commented Jul 5, 2019

/test cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.15

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 5, 2019

Build failed.

@ramineni
Copy link
Contributor Author

ramineni commented Jul 8, 2019

/test cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.15

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 8, 2019

Build failed.

@ramineni
Copy link
Contributor Author

ramineni commented Jul 8, 2019

/test cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.15

@theopenlab-ci
Copy link

theopenlab-ci bot commented Jul 8, 2019

Build succeeded.

@dims dims removed their request for review July 8, 2019 15:10
@adisky
Copy link
Contributor

adisky commented Jul 9, 2019

/approve
@jichenjc Please review

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: adisky

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 9, 2019
@jichenjc
Copy link
Contributor

jichenjc commented Jul 9, 2019

/lgtm

thanks~

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 9, 2019
@k8s-ci-robot k8s-ci-robot merged commit cc73e20 into kubernetes:master Jul 9, 2019
powellchristoph pushed a commit to powellchristoph/cloud-provider-openstack that referenced this pull request Jan 19, 2022
This commit adds cloud instance to nodeserver and adds
error codes as per csi spec.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing openstack instance in csi nodeserver
4 participants