Skip to content

Bug 1946506: Bootstrap no longer relies on mdns#4821

Merged
openshift-merge-robot merged 5 commits intoopenshift:masterfrom
shiftstack:mdns-removal
May 28, 2021
Merged

Bug 1946506: Bootstrap no longer relies on mdns#4821
openshift-merge-robot merged 5 commits intoopenshift:masterfrom
shiftstack:mdns-removal

Conversation

@mandre
Copy link
Copy Markdown
Member

@mandre mandre commented Apr 6, 2021

Bootstrap no longer rely on mdns for name resolution. We can remove the --mdns-publisher-image flag for the bootstrap and remove the security group rules for mdns.

These rules where only defined for OpenStack plaform. This PR removes the rules for both UPI and IPI.

Also remove obsolete comment about coredns running with mdns plugin in documentation.

Depends on openshift/machine-config-operator#2465, to remove dependency on the coredns's mdns plugin.

mandre added 2 commits April 6, 2021 11:40
Bootstrapping no longer uses mdns for node resolution, we can remove the
security group rules for mdns.

These rules where only defined for OpenStack plaform. This commit
removes the rules for both UPI and IPI.
Bootstrap no longer rely on mdns for name resolution. We can remove the
`--mdns-publisher-image` flag for the bootstrap.

Also remove obsolete comment about coredns running with mdns plugin in
documentation.
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@mandre: This pull request references Bugzilla bug 1946506, which is invalid:

  • expected the bug to target the "4.8.0" release, but it targets "---" instead

Comment /bugzilla refresh to re-evaluate validity if changes to the Bugzilla bug are made, or edit the title of this pull request to link to a different bug.

Details

In response to this:

Bug 1946506: Bootstrap no longer relies on mdns

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.

@openshift-ci-robot openshift-ci-robot added bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. labels Apr 6, 2021
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign sdodson after the PR has been reviewed.
You can assign the PR to them by writing /assign @sdodson in a comment when ready.

The full list of commands accepted by this bot can be found here.

Details 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

@mandre
Copy link
Copy Markdown
Member Author

mandre commented Apr 6, 2021

/bugzilla refresh

@openshift-ci-robot openshift-ci-robot added bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. and removed bugzilla/invalid-bug Indicates that a referenced Bugzilla bug is invalid for the branch this PR is targeting. labels Apr 6, 2021
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@mandre: This pull request references Bugzilla bug 1946506, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.8.0) matches configured target release for branch (4.8.0)
  • bug is in the state NEW, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

Requesting review from QA contact:
/cc @mike-nguyen

Details

In response to this:

/bugzilla refresh

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.

@mandre
Copy link
Copy Markdown
Member Author

mandre commented Apr 6, 2021

/cc @cybertron

@mandre
Copy link
Copy Markdown
Member Author

mandre commented Apr 6, 2021

/hold
This PR needs to update docs/design/baremetal/networking-infrastructure.md and docs/design/openstack/networking-infrastructure.md to remove references to mDNS, also possibly using the opportunity to consolidate both docs into an on-prem design doc.

@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 Apr 6, 2021
@mandre
Copy link
Copy Markdown
Member Author

mandre commented Apr 6, 2021

/retest

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@mandre: This pull request references Bugzilla bug 1946506, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target release (4.8.0) matches configured target release for branch (4.8.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)

Requesting review from QA contact:
/cc @mike-nguyen

Details

In response to this:

Bug 1946506: Bootstrap no longer relies on mdns

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.

@cybertron
Copy link
Copy Markdown
Member

Changes so far lgtm.

/cc @Gal-Zaidman @jcpowermac @patrickdillon
in case the other on-prem platforms need similar changes.

@Gal-Zaidman
Copy link
Copy Markdown
Contributor

/test e2e-ovirt

@Gal-Zaidman
Copy link
Copy Markdown
Contributor

/cc @eslutsky

Can you please take a look at this PR ?

@mandre
Copy link
Copy Markdown
Member Author

mandre commented May 5, 2021

/retest

@cybertron
Copy link
Copy Markdown
Member

/retest

The mdns removal change has merged, so ci should be working now.

We're validating the cluster name size and there's no need to document
this as a known issue, especially with mDNS going away.

We might loosen the cluster name length restriction in the future.
mandre added 2 commits May 14, 2021 12:04
There are still a lot of outdated info in this doc, however the DNS
should be mostly correct now.
Remove all mentions of mDNS from the documentation as mDNS is no longer
used. This change also clarifies this architecture is exactly the same
as the BM one.
@mandre
Copy link
Copy Markdown
Member Author

mandre commented May 14, 2021

I've now updated the docs too.
/hold cancel

@openshift-ci openshift-ci Bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label May 14, 2021
@mandre
Copy link
Copy Markdown
Member Author

mandre commented May 17, 2021

/retest

1 similar comment
@mandre
Copy link
Copy Markdown
Member Author

mandre commented May 21, 2021

/retest

@mandre
Copy link
Copy Markdown
Member Author

mandre commented May 21, 2021

/test e2e-vsphere

@mandre
Copy link
Copy Markdown
Member Author

mandre commented May 21, 2021

/retest

1 similar comment
@mandre
Copy link
Copy Markdown
Member Author

mandre commented May 27, 2021

/retest

@mandre
Copy link
Copy Markdown
Member Author

mandre commented May 27, 2021

The same test that failed this time worked in a previous run so I don't think the failures are related to the PR.
/test e2e-vsphere

Copy link
Copy Markdown
Member

@cybertron cybertron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label May 27, 2021
@staebler
Copy link
Copy Markdown
Contributor

/approve

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 28, 2021

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cybertron, staebler

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details 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

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 28, 2021
@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 28, 2021

@mandre: The following test failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/prow/e2e-vsphere be3ad9a link /test e2e-vsphere

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit 873a884 into openshift:master May 28, 2021
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 28, 2021

@mandre: All pull requests linked via external trackers have merged:

Bugzilla bug 1946506 has been moved to the MODIFIED state.

Details

In response to this:

Bug 1946506: Bootstrap no longer relies on mdns

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.

@pierreprinetti pierreprinetti deleted the mdns-removal branch June 19, 2023 08:57
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. bugzilla/severity-medium Referenced Bugzilla bug's severity is medium for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants