Uploaded image for project: 'Red Hat OpenStack Services on OpenShift'
  1. Red Hat OpenStack Services on OpenShift
  2. OSPRH-12462

Document `replicas: 3` for OVN soutbound database in control plane CR, check others

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • rhos-18.0.4
    • rhos-18.0 FR 1 (Nov 2024)
    • documentation
    • None
    • False
    • Hide

      None

      Show
      None
    • False
    • ?
    • ?
    • ?
    • ?
    • None
    • Hide
      .Documentation: Set `replicas: 3` for ovndbcluster fields

      Previously, CR examples throughout the RHOSO documentation did not consistently represent that to support OVN database high availability, you must set `replicas: 3` in the `ovndbcluster-nb` and `ovndbcluster-sb` fields for every control plane CR that includes the OVN spec.

      With this update, all CR examples now include the replicas requirement. The following example shows an excerpt from the CR example with the added section:
      ----
      ovn:
          template:
            ovnDBCluster:
              ovndbcluster-nb:
                replicas: 3 <<----------
                dbType: NB
                storageRequest: 10G
                networkAttachment: internalapi
              ovndbcluster-sb:
                replcas: 3 <<----------
                dbType: SB
                storageRequest: 10G
                networkAttachment: internalapi
            ovnNorthd: {}
      ----

      Show
      .Documentation: Set `replicas: 3` for ovndbcluster fields Previously, CR examples throughout the RHOSO documentation did not consistently represent that to support OVN database high availability, you must set `replicas: 3` in the `ovndbcluster-nb` and `ovndbcluster-sb` fields for every control plane CR that includes the OVN spec. With this update, all CR examples now include the replicas requirement. The following example shows an excerpt from the CR example with the added section: ---- ovn:     template:       ovnDBCluster:         ovndbcluster-nb:           replicas: 3 <<----------           dbType: NB           storageRequest: 10G           networkAttachment: internalapi         ovndbcluster-sb:           replcas: 3 <<----------           dbType: SB           storageRequest: 10G           networkAttachment: internalapi       ovnNorthd: {} ----
    • Bug Fix
    • Done
    • Moderate

      The Deploying RHOSO guide needs to instruct user to set `replicas: 3` for ` ovndbcluster-sb:`. 
      Also check for similar omissions in the control plane CR.

      In Creating the control plane

       
      ovn:
      template:
      ovnDBCluster:
      ovndbcluster-nb:
      replicas: 3
      dbType: NB
      storageRequest: 10G
      networkAttachment: internalapi
      ovndbcluster-sb:
      replicas: 3 <<<<---add this
      dbType: SB
      storageRequest: 10G
      networkAttachment: internalapi
      ovnNorthd: {}

              jamsmith@redhat.com James Smith
              ihrachys Ihar Hrachyshka
              rhos-dfg-networking-squad-neutron
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: