-
Notifications
You must be signed in to change notification settings - Fork 198
OCPEDGE-1734: feat: add ability to define capability set #1769
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
OCPEDGE-1734: feat: add ability to define capability set #1769
Conversation
Hi @eggfoobar. Thanks for your PR. I'm waiting for a openshift-metal3 member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
Validated locally that this behaves as expected.
|
Hey @celebdor when you have a moment to look at this, this should be all set |
/ok-to-test |
/retest |
1 similar comment
/retest |
/retest-required |
@@ -181,6 +181,29 @@ EOF | |||
fi | |||
} | |||
|
|||
function capabilities_stanza() { | |||
if [[ -n "$BASELINE_CAPABILITY_SET" ]]; then | |||
cat <<EOF |
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.
nit: missing indentation (same below)
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.
Do you mean the cat command indentation @dtantsur , or the things its catting? The cat
is following the indentation I saw in the other commands, but I can indent that, I just don't think I can indent the content of it with out causing yaml issues.
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dtantsur 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 |
added ability to specify a capability set and additional capabilities in the install config. Signed-off-by: ehila <[email protected]>
0c66daa
to
318346a
Compare
/retest-required |
/test e2e-metal-ipi-bm |
/retest-required |
/lgtm |
/retest-required |
3 similar comments
/retest-required |
/retest-required |
/retest-required |
ff0f5d3
into
openshift-metal3:master
added ability to specify a capability set and additional capabilities in the install config.