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

Add proposal for supporting external introspection #155

Merged
merged 1 commit into from
Mar 19, 2021

Conversation

hardys
Copy link
Member

@hardys hardys commented Jan 6, 2021

Add a proposal for an API to optionally disable introspection - this is related to the LiveImage proposal, where we may wish to skip inspection either to boot an appliance image faster, or because the image booted does it's own inspection.

@metal3-io-bot metal3-io-bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jan 6, 2021
@metal3-io-bot metal3-io-bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jan 22, 2021
@hardys
Copy link
Member Author

hardys commented Jan 22, 2021

/retitle Add proposal for supporting external introspection

@metal3-io-bot metal3-io-bot changed the title Add proposal for disabling introspection Add proposal for supporting external introspection Jan 22, 2021
@hardys
Copy link
Member Author

hardys commented Jan 22, 2021

@dhellmann @andfasano updated based on your feedback, thanks!

hardys pushed a commit to hardys/baremetal-operator that referenced this pull request Feb 4, 2021
When inspect.metal3.io=disabled is specified as an annotation we skip
inspection and return complete immediately from the Inspecting state.

Partially-Implements: metal3-io/metal3-docs#155
hardys pushed a commit to hardys/baremetal-operator that referenced this pull request Feb 15, 2021
As described in metal3-io/metal3-docs#155

This enables addition of only the hardware part of the status,
unlike the status annotation which can only be set on the first
reconcile, since it allows all fields of the status to be modified.
@hardys hardys force-pushed the disable_inspection branch 4 times, most recently from 89ba787 to 86ca369 Compare February 19, 2021 15:58
hardys pushed a commit to hardys/baremetal-operator that referenced this pull request Feb 25, 2021
As described in metal3-io/metal3-docs#155

This enables addition of only the hardware part of the status,
unlike the status annotation which can only be set on the first
reconcile, since it allows all fields of the status to be modified.
Add a proposal for an API to optionally disable introspection
and update hardware status from some external inspection data
if such data exists.
hardys pushed a commit to hardys/baremetal-operator that referenced this pull request Mar 1, 2021
As described in metal3-io/metal3-docs#155

This enables addition of only the hardware part of the status,
unlike the status annotation which can only be set on the first
reconcile, since it allows all fields of the status to be modified.
hardys pushed a commit to hardys/baremetal-operator that referenced this pull request Mar 1, 2021
As described in metal3-io/metal3-docs#155

This enables addition of only the hardware part of the status,
unlike the status annotation which can only be set on the first
reconcile, since it allows all fields of the status to be modified.
hardys pushed a commit to hardys/baremetal-operator that referenced this pull request Mar 1, 2021
As described in metal3-io/metal3-docs#155

This enables addition of only the hardware part of the status,
unlike the status annotation which can only be set on the first
reconcile, since it allows all fields of the status to be modified.
hardys pushed a commit to hardys/baremetal-operator that referenced this pull request Mar 2, 2021
As described in metal3-io/metal3-docs#155

This enables addition of only the hardware part of the status,
unlike the status annotation which can only be set on the first
reconcile, since it allows all fields of the status to be modified.
hardys pushed a commit to hardys/baremetal-operator that referenced this pull request Mar 2, 2021
As described in metal3-io/metal3-docs#155

This enables addition of only the hardware part of the status,
unlike the status annotation which can only be set on the first
reconcile, since it allows all fields of the status to be modified.
@dhellmann
Copy link
Member

I'm happy with this draft.

/approve

@metal3-io-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dhellmann, hardys

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

hardys pushed a commit to hardys/baremetal-operator that referenced this pull request Mar 3, 2021
As described in metal3-io/metal3-docs#155

This enables addition of only the hardware part of the status,
unlike the status annotation which can only be set on the first
reconcile, since it allows all fields of the status to be modified.
hardys pushed a commit to hardys/baremetal-operator that referenced this pull request Mar 4, 2021
As described in metal3-io/metal3-docs#155

This enables addition of only the hardware part of the status,
unlike the status annotation which can only be set on the first
reconcile, since it allows all fields of the status to be modified.
hardys pushed a commit to hardys/baremetal-operator that referenced this pull request Mar 4, 2021
Adds documentation for these interfaces, more information can be found in
metal3-io/metal3-docs#155
rdoxenham pushed a commit to rdoxenham/baremetal-operator that referenced this pull request Mar 8, 2021
When inspect.metal3.io=disabled is specified as an annotation we skip
inspection and return complete immediately from the Inspecting state.

Partially-Implements: metal3-io/metal3-docs#155
hardys pushed a commit to hardys/baremetal-operator that referenced this pull request Mar 8, 2021
Adds documentation for these interfaces, more information can be found in
metal3-io/metal3-docs#155
hardys pushed a commit to hardys/baremetal-operator that referenced this pull request Mar 9, 2021
As described in metal3-io/metal3-docs#155

This enables addition of only the hardware part of the status,
unlike the status annotation which can only be set on the first
reconcile, since it allows all fields of the status to be modified.
hardys pushed a commit to hardys/baremetal-operator that referenced this pull request Mar 9, 2021
Adds documentation for these interfaces, more information can be found in
metal3-io/metal3-docs#155
hardys pushed a commit to hardys/baremetal-operator that referenced this pull request Mar 9, 2021
As described in metal3-io/metal3-docs#155

This enables addition of only the hardware part of the status,
unlike the status annotation which can only be set on the first
reconcile, since it allows all fields of the status to be modified.
hardys pushed a commit to hardys/baremetal-operator that referenced this pull request Mar 9, 2021
Adds documentation for these interfaces, more information can be found in
metal3-io/metal3-docs#155
@hardys
Copy link
Member Author

hardys commented Mar 10, 2021

This was discussed in the community meeting today, we agreed to give a week for lazy-consensus and merge if there are no objections.

@hardys
Copy link
Member Author

hardys commented Mar 17, 2021

Ok the lazy consensus period completed and there were no objections - @andfasano perhaps you can add the lgtm please?

@andfasano
Copy link
Member

/lgtm

@metal3-io-bot
Copy link
Contributor

@andfasano: adding LGTM is restricted to approvers and reviewers in OWNERS files.

In response to this:

/lgtm

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.

@hardys
Copy link
Member Author

hardys commented Mar 17, 2021

@dhellmann @maelk perhaps you could merge this? Seems we have a small list of approvers in the OWNERS, we should look at expanding that.

@maelk
Copy link
Member

maelk commented Mar 19, 2021

/lgtm

@metal3-io-bot metal3-io-bot added the lgtm Indicates that a PR is ready to be merged. label Mar 19, 2021
@metal3-io-bot metal3-io-bot merged commit f2e9ad4 into metal3-io:master Mar 19, 2021
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. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants