OCPVE-672: feat: add the OLM as a capability#1589
OCPVE-672: feat: add the OLM as a capability#1589openshift-ci[bot] merged 1 commit intoopenshift:masterfrom
Conversation
|
@eggfoobar: This pull request references OCPVE-672 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.15.0" version, but no target version was set. 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. |
|
Hello @eggfoobar! Some important instructions when contributing to openshift/api: |
|
/assign @JoelSpeed |
db5bf23 to
d7f2e43
Compare
|
@eggfoobar Who can LGTM this from the OLM team to say they're happy that this will be completed in 4.15? |
|
/lgtm |
d7f2e43 to
cb1a2e8
Compare
|
@joelanford and @JoelSpeed This should be good for another look, I went ahead and updated the annotation to include |
ValidationThis feature was validated on a cluster by enabling everything except for Fixes Needed
Cluster ConfigurationPlatform: capabilities:
baselineCapabilitySet: None
additionalEnabledCapabilities:
- openshift-samples
- baremetal
- Console
- Insights
- Storage
- CSISnapshot
- NodeTuning
- MachineAPI
- Build
- DeploymentConfig
- ImageRegistry |
cb1a2e8 to
95d479f
Compare
Upgrade ValidationI was able to validate upgrading form a 4.14 cluster with only
Cluster ConfigurationPlatform: Payload: Install Capabilities Config: capabilities:
baselineCapabilitySet: None
additionalEnabledCapabilities:
- "marketplace"
- "MachineAPI" |
95d479f to
59f310b
Compare
Signed-off-by: ehila <ehila@redhat.com> feat: add validation and test for marketplace + OLM capabilities Signed-off-by: ehila <ehila@redhat.com> refactor: change OLM to full name OperatorLifecycleManager Signed-off-by: ehila <ehila@redhat.com>
59f310b to
76967e2
Compare
|
/lgtm |
|
@eggfoobar: This pull request references OCPVE-672 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.15.0" version, but no target version was set. 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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: eggfoobar, grokspawn, JoelSpeed, kevinrizza 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 |
|
@eggfoobar: This pull request references OCPVE-672 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.15.0" version, but no target version was set. 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. |
|
@eggfoobar: 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. |
1 similar comment
|
@eggfoobar: 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. |
Add the OLM as a capability.
Note, that OLM and Marketplace have a dependency, the Marketplace should not be enabled and the OLM disabled. This enforcement will be done at the installer level similar to how we enforce MachineAPI