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

Cells Documentation Does not mention deploying a dedicated nova metadata service per cell

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Normal Normal
    • rhos-18.0.8
    • rhos-18.0.0
    • documentation
    • None
    • 8
    • False
    • Hide

      None

      Show
      None
    • False
    • None
    • OSPK8S Sprint 0
    • 1
    • Moderate

      The documentation for Adding Compute cells to the control plane [1] would be better if it covered deploying a dedicated nova metadata service per cell in the case of large deployments to improve the performance and scalability.

      Here's a snippet which could be integrated.

        nova:
          apiOverride:
            route: {}
          template:
            metadataServiceTemplate:
              enabled: false
            cellTemplates:
              cell1:
                cellDatabaseAccount: nova-cell1
                cellDatabaseInstance: openstack-cell1
                cellMessageBusInstance: rabbitmq-cell1
                conductorServiceTemplate:
                  replicas: 1
                hasAPIAccess: true
                metadataServiceTemplate:
                  enabled: true
                  override:
                    service:
                      metadata:
                        annotations:
                          metallb.universe.tf/address-pool: internalapi
                          metallb.universe.tf/allow-shared-ip: internalapi
                          metallb.universe.tf/loadBalancerIPs: 172.17.0.81
                      spec:
                        type: LoadBalancer
                  replicas: 3
      

      [1] https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/customizing_the_red_hat_openstack_services_on_openshift_deployment/assembly_customizing-the-control-plane#proc_adding-compute-cells-to-the-control-plane_custom_controlplane

              igallagh@redhat.com Irina Gallagher
              rhn-support-johfulto John Fulton
              rhos-conplat-core-operators
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: