Prepend the namespace to ironic nodenames to avoid conflicts#797
Prepend the namespace to ironic nodenames to avoid conflicts#797metal3-io-bot merged 1 commit intometal3-io:masterfrom asalkeld:ironic-host-namespaced
Conversation
|
Hi @asalkeld. Thanks for your PR. I'm waiting for a metal3-io 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. 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. |
|
/ok-to-test |
|
@asalkeld: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
|
/cc @maelk PTAL - this changes the naming convention for hosts in Ironic, to avoid potential conflict in a multi-namespace deployment |
dhellmann
left a comment
There was a problem hiding this comment.
It's a little unfortunate that we have to leak the deployment configuration into the provisioner, but I don't see an elegant way to avoid it that doesn't leak the implementation of the provisioner up into main().
|
@sadasu: adding LGTM is restricted to approvers and reviewers in OWNERS files. 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. |
sadasu
left a comment
There was a problem hiding this comment.
Do we have to consider the disable case, where BMO goes from watching all namespaces back to just watching 1 namespace? In that case would it be better for the method that generates the node name to always generate the name with the Namespace prefix?
|
/test-integration |
|
/ok-to-test |
|
/test-integration |
2 similar comments
|
/test-integration |
|
/test-integration |
|
There was an issue with our CI recently, so tests did not run properly in the previous runs. Hopefully should be fine now. /test-integration |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: asalkeld, imain, zaneb 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 |
|
/test-integration |
2 similar comments
|
/test-integration |
|
/test-integration |
|
This has been around for a while and has had quite a few eyes on it. |
|
needed a unit test fix after @honza's PR got merged. |
|
/retest |
- Don't search by nodename if it has "~" in it - if POD_NAMESPACE is "" then use watchNamespace for the leader
|
/test-integration |
Modify the hostname for ironic to prepend the namespace to the name to avoid naming conflicts.