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

dualStack HostPrefix validation failures for non-(sdn/ovn) plugins

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done-Errata
    • Icon: Normal Normal
    • None
    • 4.14.z
    • None
    • Important
    • No
    • Sprint 250
    • 1
    • False
    • Hide

      None

      Show
      None

      This is a clone of issue OCPBUGS-30232. The following is the description of the original issue:

      This is a regression due to the fix for https://issues.redhat.com/browse/OCPBUGS-23069.

      When using dual-stack networks with networks other than OVN or SDN a validation failure results. For example when using this networking config:

      networking:
        clusterNetwork:
          - cidr: 10.128.0.0/14
            hostPrefix: 25
          - cidr: fd01::/48
            hostPrefix: 64
        networkType: Calico
      

      The following error will be returned:

      {
        "id": "network-prefix-valid",
        "status": "failure",
        "message": "Unexpected status ValidationError"
      },
      

      When the clusterNetwork prefixes are removed the following error will result:

      {
        "id": "network-prefix-valid",
        "status": "failure",
        "message": "Invalid Cluster Network prefix: Host prefix, now 0, must be a positive integer."
      },
      

            bfournie@redhat.com Robert Fournier
            openshift-crt-jira-prow OpenShift Prow Bot
            Biagio Manzari Biagio Manzari
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: