Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1830652

Summary: OCPRHV-125: [oVirt][tracker] DNS VIP removal
Product: OpenShift Container Platform Reporter: Roy Golan <rgolan>
Component: InstallerAssignee: Douglas Schilling Landgraf <dougsland>
Installer sub component: OpenShift on RHV QA Contact: Jan Zmeskal <jzmeskal>
Status: CLOSED NEXTRELEASE Docs Contact:
Severity: high    
Priority: high CC: dmoessne, dougsland, gzaidman, hpopal, sbonazzo
Version: 4.4Keywords: Tracking
Target Milestone: ---   
Target Release: 4.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Release Note
Doc Text:
DNS VIP is no longer a requirement for the installation, and is not in use in any of the components. This leaves only 2 IPs, the API VIP and INGRESS VIP. The install-config.yaml parameters for dns_vip will be ignored and will not fail the installation.
Story Points: ---
Clone Of:
: 1842280 (view as bug list) Environment:
Last Closed: 2020-07-24 14:06:13 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1843010    
Bug Blocks: 1842280, 1846330    

Description Roy Golan 2020-05-03 09:41:39 UTC
Description of problem:

DNS VIP is no longer needed for etcd, see Bug 1813003 for 4.5 and Bug 1813004 for 4.4

- remove mdns publishing etcd service records https://github.com/openshift/machine-config-operator/pull/1556

- remove DNS VIP from worker machines just like https://github.com/openshift/machine-config-operator/pull/1666

- remove DNS VIP specifics from the installer

- remote DNS vip specifics from openshift/api


Expected results:
Installation succeeds without DNS VIP and etcd records

Comment 4 Gal Zaidman 2020-06-17 16:11:33 UTC
due to capacity constraints we will be revisiting this bug in the upcoming sprint

Comment 5 Douglas Schilling Landgraf 2020-07-09 12:13:26 UTC
due to capacity constraints we will be revisiting this bug in the upcoming sprint

Comment 6 Douglas Schilling Landgraf 2020-07-24 14:06:13 UTC
The work for removing the IPI is Done, see:

etcd: remove etcd entries from mdns
https://github.com/openshift/machine-config-operator/pull/1556


BUG 1839896: ovirt: General Improvements
https://github.com/openshift/installer/pull/3692


Bug 1843010: Remove dns vip
https://github.com/openshift/machine-config-operator/pull/1775


ovirt: add a comment about DNS VIP field
https://github.com/openshift/api/pull/684


We can close the Tracker bug now. The DNS VIP removal will land in 4.6.

Comment 7 Jan Zmeskal 2020-07-24 14:10:59 UTC
Great work, Douglas, thank you!