Bug 1829938 - [IPI baremetal]: machine api tries to fallback incorrectly to config map for dhcp_range
Summary: [IPI baremetal]: machine api tries to fallback incorrectly to config map for ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Cloud Compute
Version: 4.4
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
: 4.4.z
Assignee: sdasu
QA Contact: Victor Voronkov
URL:
Whiteboard:
Depends On: 1826983
Blocks: 1826922
TreeView+ depends on / blocked
 
Reported: 2020-04-30 15:41 UTC by Stephen Benjamin
Modified: 2023-09-14 05:55 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1826983
Environment:
Last Closed: 2020-06-17 22:26:05 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift machine-api-operator pull 579 0 None closed [release-4.4] Bug 1829938: Fix External DHCP range values for Baremetal configuration 2020-07-14 04:25:22 UTC
Red Hat Product Errata RHBA-2020:2445 0 None None None 2020-06-17 22:26:25 UTC

Description Stephen Benjamin 2020-04-30 15:41:28 UTC
+++ This bug was initially created as a clone of Bug #1826983 +++

Description of problem:

provisioningDHCPRange can be an empty string in the Provisioning CR if provisioningDHCPExternal is true, but MAO is still trying to fall back to the config map. It should not do that.

IMHO, it is 100% OK to assume the installer creates the Provisioning CR, there's no need for backwards compatibility here, and ideally we'd just remove all of this config map stuff, but if we don't want to do that in 4.5, this case needs to get handled.

Version-Release number of selected component (if applicable):
4.5

How reproducible:
Always

Steps to Reproduce:
1. Set provisioningDHCPExternal: true, and provisioningDHCPRange to ""


Actual results:

    name: metal3-dnsmasq
    ready: false
    restartCount: 0
    started: false
    state:
      waiting:
        message: couldn't find key dhcp_range in ConfigMap
openshift-machine-api/metal3-config
        reason: CreateContainerConfigError


Expected results:

No error.

--- Additional comment from  on 2020-04-23 15:31:39 UTC ---

I would like to see the provisioning CR generated by the installer. That can be gathered by "oc get provisioning -o yaml".

--- Additional comment from Stephen Benjamin on 2020-04-23 15:53:39 UTC ---

After https://github.com/openshift/installer/pull/3496 lands, the template will look like this:


apiVersion: metal3.io/v1alpha1
kind: Provisioning
metadata:
  name: provisioning-configuration
spec:
  provisioningInterface: "enp4s0"
  provisioningIP: "172.22.0.3"
  provisioningNetworkCIDR: "172.22.0.0/24"
  provisioningDHCPExternal: true
  provisioningDHCPRange: ""
  provisioningOSDownloadURL: "https://releases-art-rhcos.svc.ci.openshift.org/art/storage/releases/rhcos-4.4/44.81.202003110027-0/x86_64/rhcos-44.81.202003110027-0-openstack.x86_64.qcow2.gz?sha256=237b9e0af475bf318abbe8d83d5508c2c3d4cca96fdcdb16edace2cc062216d1"

--- Additional comment from Stephen Benjamin on 2020-04-23 15:53:55 UTC ---

rendered template* I meant, of course

--- Additional comment from  on 2020-04-23 17:54:14 UTC ---

proposed fix : https://github.com/openshift/machine-api-operator/pull/568

Comment 12 errata-xmlrpc 2020-06-17 22:26:05 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:2445

Comment 13 Red Hat Bugzilla 2023-09-14 05:55:58 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days


Note You need to log in before you can comment on or make changes to this bug.