Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-53183

Agent installer should not add duplicate NO_PROXY entry

XMLWordPrintable

    • Moderate
    • None
    • Agent Sprint 268
    • 1
    • False
    • Hide

      None

      Show
      None
    • Hide
      When a Proxy is configured the installer adds the machineNetwork CIDR to the noProxy field. If the machineNetwork CIDR had also been configured by the user in noProxy this will result in a duplicate entry, which is not allowed by ignition and could prevent the host from booting properly. This fix ensures that the installer will not add the machineNetwork CIDR to noProxy if it has already been set.
      Show
      When a Proxy is configured the installer adds the machineNetwork CIDR to the noProxy field. If the machineNetwork CIDR had also been configured by the user in noProxy this will result in a duplicate entry, which is not allowed by ignition and could prevent the host from booting properly. This fix ensures that the installer will not add the machineNetwork CIDR to noProxy if it has already been set.
    • Bug Fix
    • In Progress

      Description of problem:

      
      

      In https://github.com/openshift/installer/pull/9153, the MachineNetwork was added to NO_PROXY when a proxy was defined in order to ensure that the the rendezvous IP could be reached by other masters. However if that network was already in the NO_PROXY it can cause problems, the assisted-service has a validation to check this, see https://github.com/openshift/assisted-service/pull/7305.

      Before the MachineNetwork is added there should be a check to ensure its not a duplicate.

              bfournie@redhat.com Robert Fournier
              bfournie@redhat.com Robert Fournier
              Biagio Manzari Biagio Manzari
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: