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

UPSTREAM: <carry>: openshift: use ProviderID for node lookup #99

Closed

Conversation

frobware
Copy link

Reimplement findNodeByNodeName() as findNodeByProviderID(), using the ProviderID index.

Builds on top of #97.

frobware added 2 commits May 28, 2019 17:56
This changes the mapping between a node and a machine to rely on the
presence of the ProviderID rather than the "machine" annotation
currently added by the nodelink-controller.

Note: this should not merge until we update the AWS, libvirt and
kubemark actuators - they should ensure that ProviderID is set, if not
already, on the machine object.
Reimplement findNodeByNodeName as findNodeByProviderID.
@openshift-ci-robot openshift-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label May 28, 2019
@frobware
Copy link
Author

/hold

Waiting for #97 to merge.

@openshift-ci-robot openshift-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label May 28, 2019
@frobware
Copy link
Author

/hold

Also going to fallback to using the machine annotation as this will help with actuators that are not backed by a cloud-provider (e..g, libvirt).

@frobware
Copy link
Author

Closing in favour of #100

@frobware frobware closed this May 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. 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.

2 participants