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

Bug 1858751: Fix installation on usupported platforms like oVirt #62

Merged
merged 1 commit into from Jul 20, 2020

Conversation

jsafrane
Copy link
Contributor

The operator should mark itself as Available when on a platform that does not have a default StorageClass (yet).

library-go status syncer expects at least Available condition in storage CR to mark the OperatorStatus as Available.

cc @openshift/storage

The operator should mark itself as Available when on a platform that does
not have a default StorageClass (yet).
@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 20, 2020
@eslutsky
Copy link

/test ci/prow/e2e-ovirt

@openshift-ci-robot
Copy link
Contributor

@eslutsky: The specified target(s) for /test were not found.
The following commands are available to trigger jobs:

  • /test e2e-aws
  • /test e2e-aws-upgrade
  • /test images
  • /test unit
  • /test verify

Use /test all to run all jobs.

In response to this:

/test ci/prow/e2e-ovirt

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.

@jsafrane
Copy link
Contributor Author

/retest

@@ -98,10 +98,13 @@ func (c *Controller) sync(ctx context.Context, syncCtx factory.SyncContext) erro
Reason: "UnsupportedPlatform",
Message: syncErr.Error(),
}
availableCnd.Message = "No default StorageClass for this platform"
Copy link
Member

Choose a reason for hiding this comment

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

Could you add a brief comment saying why we set it to true (like the above)?

After reading the message, one may assume the condition is wrong

Copy link
Contributor Author

Choose a reason for hiding this comment

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

A comment added, PTAL

@jsafrane jsafrane force-pushed the fix-ovirt-install branch 2 times, most recently from 017180d to 7415fa2 Compare July 20, 2020 12:33
Copy link
Member

@bertinatto bertinatto left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jul 20, 2020
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bertinatto, jsafrane

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:
  • OWNERS [bertinatto,jsafrane]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit 41bdcc2 into openshift:master Jul 20, 2020
@jsafrane jsafrane changed the title Fix installation on usupported platforms like oVirt Bug 1858751: Fix installation on usupported platforms like oVirt Jul 21, 2020
@openshift-ci-robot
Copy link
Contributor

@jsafrane: All pull requests linked via external trackers have merged: . Bugzilla bug 1858751 has been moved to the MODIFIED state.

In response to this:

Bug 1858751: Fix installation on usupported platforms like oVirt

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.

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

5 participants