Skip to content

Conversation

@Gal-Zaidman
Copy link

This PR follow [1][2][3] in removing DNS VIP.
This PR solves the issue with the removal of dhclient on rchos for ocp 4.6 and is a first step from removing DNSVIP.

Taken from [2]:
"Now that etcd does not need DNS for clustering, we no longer need to
have a VIP to allow the masters to use the bootstrap coredns until
their own coredns instances start. Instead, we can just point them
at the local coredns directly and skip the extra complexity."

[1] #1569
[2] #1666
[3] #1773

Gal-Zaidman added 2 commits June 2, 2020 17:11
On ocp 4.6 rchos removed dhclient, so we need to decided to move away from using the DNSVIP.
This patch adds NM dispatcher 30-resolv-prepender script to append the nameserver to /etc/resolv.conf.

Signed-off-by: Gal-Zaidman <gzaidman@redhat.com>
This commits follow [1][2] in removing DNS VIP.

Taken from [2]:
"Now that etcd does not need DNS for clustering, we no longer need to
have a VIP to allow the masters to use the bootstrap coredns until
their own coredns instances start. Instead, we can just point them
at the local coredns directly and skip the extra complexity."

[1] openshift#1569
[2] openshift#1666

Signed-off-by: Gal-Zaidman <gzaidman@redhat.com>
@Gal-Zaidman Gal-Zaidman changed the title Remove dns vip Bug 1843010: Remove dns vip Jun 2, 2020
@openshift-ci-robot openshift-ci-robot added bugzilla/severity-high Referenced Bugzilla bug's severity is high 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 Jun 2, 2020
@openshift-ci-robot
Copy link
Contributor

@Gal-Zaidman: This pull request references Bugzilla bug 1843010, which is invalid:

  • expected the bug to target the "4.6.0" release, but it targets "4.5.0" 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 1843010: Remove dns vip

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.

@Gal-Zaidman
Copy link
Author

/assign @rgolangh

Signed-off-by: Gal-Zaidman <gzaidman@redhat.com>
@Gal-Zaidman
Copy link
Author

/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 Jun 2, 2020
@openshift-ci-robot
Copy link
Contributor

@Gal-Zaidman: This pull request references Bugzilla bug 1843010, 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.6.0) matches configured target release for branch (4.6.0)
  • bug is in the state NEW, which is one of the valid states (NEW, ASSIGNED, ON_DEV, POST, POST)
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.

@Gal-Zaidman
Copy link
Author

/test ?

@openshift-ci-robot
Copy link
Contributor

@Gal-Zaidman: The following commands are available to trigger jobs:

  • /test e2e-aws
  • /test e2e-aws-disruptive
  • /test e2e-aws-scaleup-rhel7
  • /test e2e-gcp-op
  • /test e2e-gcp-upgrade
  • /test e2e-metal-ipi
  • /test e2e-openstack
  • /test e2e-ovirt
  • /test e2e-vsphere
  • /test images
  • /test unit
  • /test verify

Use /test all to run the following jobs:

  • pull-ci-openshift-machine-config-operator-master-e2e-aws
  • pull-ci-openshift-machine-config-operator-master-e2e-aws-scaleup-rhel7
  • pull-ci-openshift-machine-config-operator-master-e2e-gcp-op
  • pull-ci-openshift-machine-config-operator-master-e2e-gcp-upgrade
  • pull-ci-openshift-machine-config-operator-master-e2e-metal-ipi
  • pull-ci-openshift-machine-config-operator-master-images
  • pull-ci-openshift-machine-config-operator-master-unit
  • pull-ci-openshift-machine-config-operator-master-verify
Details

In response to this:

/test ?

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.

@Gal-Zaidman
Copy link
Author

/test e2e-ovirt

3 similar comments
@Gal-Zaidman
Copy link
Author

/test e2e-ovirt

@Gal-Zaidman
Copy link
Author

/test e2e-ovirt

@Gal-Zaidman
Copy link
Author

/test e2e-ovirt

@ashcrow ashcrow requested review from kikisdeliveryservice and yuqi-zhang and removed request for ashcrow June 2, 2020 17:56
@kikisdeliveryservice kikisdeliveryservice removed the request for review from cgwalters June 2, 2020 18:33
Copy link
Contributor

@kikisdeliveryservice kikisdeliveryservice left a comment

Choose a reason for hiding this comment

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

Afaik e2e aws is a mess rn, but approving bc this makes sense as the other platforms have done this as well. Defer to @rgolangh for final LGTM and will let ovirt team investigate their CI job..

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 2, 2020
@kikisdeliveryservice
Copy link
Contributor

kikisdeliveryservice commented Jun 2, 2020

actually adding hold to prevent accidental merging without a clear signal/decision on the ovirt job for now :)

/hold

@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 Jun 2, 2020
@dougsland
Copy link
Contributor

This PR follow [1][2][3] in removing DNS VIP.
This PR solves the issue with the removal of dhclient on rchos for ocp 4.6 and is a first step from removing DNSVIP.

Taken from [2]:
"Now that etcd does not need DNS for clustering, we no longer need to
have a VIP to allow the masters to use the bootstrap coredns until
their own coredns instances start. Instead, we can just point them
at the local coredns directly and skip the extra complexity."

[1] #1569
[2] #1666
[3] #1773

Just for tracking. Could you please also mention:
openshift/installer@b7425aa ?

@dougsland
Copy link
Contributor

/lgtm

@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dougsland, Gal-Zaidman, kikisdeliveryservice

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:
  • OWNERS [kikisdeliveryservice]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jun 2, 2020
@dougsland
Copy link
Contributor

/test e2e-aws-scaleup-rhel7
/test e2e-aws
/test e2e-metal-ipi
/test e2e-ovirt

@kikisdeliveryservice
Copy link
Contributor

kikisdeliveryservice commented Jun 2, 2020

ovirt job passed

/hold cancel

@kikisdeliveryservice
Copy link
Contributor

rhel7/metal-ipi jobs are flaky and unaffected by this pr

/skip

@kikisdeliveryservice kikisdeliveryservice removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 2, 2020
@kikisdeliveryservice
Copy link
Contributor

@Gal-Zaidman you can do a cherry pick on this to get 4.5 backport it will also create a BZ for you.

@openshift-ci-robot
Copy link
Contributor

@Gal-Zaidman: The following tests failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/prow/e2e-aws-scaleup-rhel7 7442e83 link /test e2e-aws-scaleup-rhel7
ci/prow/e2e-metal-ipi 7442e83 link /test e2e-metal-ipi

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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.

@kikisdeliveryservice
Copy link
Contributor

/skip

@openshift-merge-robot openshift-merge-robot merged commit b216bba into openshift:master Jun 3, 2020
@openshift-ci-robot
Copy link
Contributor

@Gal-Zaidman: All pull requests linked via external trackers have merged: openshift/machine-config-operator#1775. Bugzilla bug 1843010 has been moved to the MODIFIED state.

Details

In response to this:

Bug 1843010: Remove dns vip

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.

@Gal-Zaidman
Copy link
Author

/test e2e-ovirt

@Gal-Zaidman Gal-Zaidman deleted the remove-dns-vip branch June 3, 2020 08:27
@Gal-Zaidman
Copy link
Author

/cherry-pick release-4.5

@openshift-cherrypick-robot

@Gal-Zaidman: new pull request created: #1782

Details

In response to this:

/cherry-pick release-4.5

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.

@Gal-Zaidman
Copy link
Author

/cherry-pick release-4.4

@openshift-cherrypick-robot

@Gal-Zaidman: #1775 failed to apply on top of branch "release-4.4":

Applying: oVirt: Remove DNS VIP
error: Failed to merge in the changes.
Using index info to reconstruct a base tree...
M	pkg/operator/assets/bindata.go
M	templates/master/00-master/ovirt/files/ovirt-keepalived-keepalived.yaml
Falling back to patching base and 3-way merge...
Auto-merging templates/master/00-master/ovirt/files/ovirt-keepalived-keepalived.yaml
Auto-merging pkg/operator/assets/bindata.go
CONFLICT (content): Merge conflict in pkg/operator/assets/bindata.go
Patch failed at 0002 oVirt: Remove DNS VIP

Details

In response to this:

/cherry-pick release-4.4

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.

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-high Referenced Bugzilla bug's severity is high 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