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

Deploy dual stack with IPv6 on top of bond/vlan fails

XMLWordPrintable

    • No
    • False
    • Hide

      None

      Show
      None
    • Release Note Not Required
    • Done

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

      Description of problem:
      Given this nmstate inside the agent-config

              - name: bond0.10
                type: vlan
                state: up
                vlan:
                  base-iface: bond0
                  id: 10
                ipv4:
                  address:
                    - ip: 10.10.10.116
                      prefix-length: 24
                  dhcp: false
                  enabled: true
                ipv6:
                  enabled: true
                  autoconf: true
                  dhcp: true
                  auto-dns: false
                  auto-gateway: true
                  auto-routes: true
      

      The installation fails due to the assisted-service validation

          "message": "No connectivity to the majority of hosts in the cluster"
      

      It misses the l2 connectivity for the ipv6 part (??)
      Version-Release number of selected component (if applicable):

          

      How reproducible:

          

      Steps to Reproduce:

          1.
          2.
          3.
          

      Actual results:

          

      Expected results:

          

      Additional info:

          

              oamizur Ori Amizur
              openshift-crt-jira-prow OpenShift Prow Bot
              Manoj Hans Manoj Hans
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: