-
Notifications
You must be signed in to change notification settings - Fork 45
Bug 1790823: Consider mdns hostname file existence in utils.ShortHostname #44
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
Conversation
|
@yboaron needs to be tied to the same bug as openshift/machine-config-operator#1446 (both in bugzilla and here in the title of the PR |
|
@yboaron: This pull request references Bugzilla bug 1790823, which is valid. The bug has been updated to refer to the pull request using the external bug tracker. 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. |
The utils.ShortHostname function should read hostname from mdns hostname (/etc/mdns/hostname), if mdns hostname file exists. The mdns hostname file being handled by [1] MCO PR. [1] openshift/machine-config-operator#1446
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: celebdor, yboaron 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 |
|
/cherry-pick release-4.3 |
|
@celebdor: new pull request created: #45 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. |
The utils.ShortHostname function should read hostname from mdns
hostname, if mdns hostname file exists.
This mdns hostname file creation is handled by [1] MCO PR.
[1] https://github.com/openshift/machine-config-operator/pull/1446crea