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

OpenStack: Temporary disable image import #3394

Merged

Conversation

Fedosin
Copy link
Contributor

@Fedosin Fedosin commented Apr 2, 2020

Looks like image import is not configured well on our testing cloud, which leads to the uploading error.

We have to temporary disable image import in the installer until the cloud is fixed.

Looks like image import is not configured well on our testing cloud,
which leads to the uploading error.

We have to temporary disable image import in the installer until the
cloud is fixed.
@mandre
Copy link
Member

mandre commented Apr 2, 2020

/approve

@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mandre

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

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 2, 2020
@openshift-ci-robot
Copy link
Contributor

openshift-ci-robot commented Apr 2, 2020

@Fedosin: The following tests failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/prow/e2e-libvirt 4eb27ab link /test e2e-libvirt
ci/prow/e2e-aws-fips 4eb27ab link /test e2e-aws-fips
ci/prow/e2e-ovirt 4eb27ab link /test e2e-ovirt
ci/prow/e2e-aws-scaleup-rhel7 4eb27ab link /test e2e-aws-scaleup-rhel7

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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.

@vrutkovs
Copy link
Member

vrutkovs commented Apr 2, 2020

/cherrypick fcos

@openshift-cherrypick-robot

@vrutkovs: once the present PR merges, I will cherry-pick it on top of fcos in a new PR and assign it to you.

In response to this:

/cherrypick fcos

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.

@Fedosin
Copy link
Contributor Author

Fedosin commented Apr 2, 2020

/test e2e-openstack

@mandre
Copy link
Member

mandre commented Apr 2, 2020

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Apr 2, 2020
@openshift-merge-robot openshift-merge-robot merged commit f10e2d8 into openshift:master Apr 2, 2020
@openshift-cherrypick-robot

@vrutkovs: new pull request created: #3397

In response to this:

/cherrypick fcos

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.

Comment on lines +50 to +57
// FIXME(mfedosin): We have to temporary disable image import, because it looks
// like there are problems on the server side.
// Revert this patch when the problems are fixed.
useImageImport := false
// useImageImport, err := isImageImportSupported(cloud)
// if err != nil {
// return err
// }
Copy link
Contributor

Choose a reason for hiding this comment

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

i do not think we should be tracking this in code as comments. I think we should have opened a

  • github issue or bz detailing the issue
  • switch to import false with comment linking to the issue.

@Fedosin

Copy link
Member

Choose a reason for hiding this comment

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

@abhinavdahiya You're absolutely right. Sorry I was pushing for this to merge ASAP as it was preventing us from running the CI on an alternate cloud provider.

I'll submit a patch that links to okd-project/okd#122

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. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants