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

Wrong topology example in Customizing Control Plane documentation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Normal Normal
    • rhos-18.0.z
    • None
    • documentation
    • None
    • 3
    • False
    • Hide

      None

      Show
      None
    • False
    • ?
    • rhos-conplat-core-operators
    • None
    • Core Operators Sprint 2026 3
    • 1
    • Moderate

      Step 6 of 3.4 section of the guide [1] describes a wrong TopologyRef example for both Galera and Rabbitmq.

      In particular the following:

      apiVersion: core.openstack.org/v1beta1
      kind: OpenStackControlPlane
      metadata:
        name: openstack-control-plane
        namespace: openstack
      spec:
        topologyRef:
          name: default-ctlplane-topology
        ...
        galera:
          topologyRef:
            name: ha-ctlplane-topology
          ...
        rabbitmq:
          topologyRef:
            name: ha-ctlplane-topology
          ...

       

      should be:

      apiVersion: core.openstack.org/v1beta1 
      kind: OpenStackControlPlane metadata: name: openstack-control-plane namespace: openstack
      spec:
       topologyRef:
         name: default-ctlplane-topology
        galera:
          templates:
            openstack:
              topologyRef:
                name: ha-ctlplane-topology     
            openstack-cell1:
              topologyRef:
                name: ha-ctlplane-topology
        rabbitmq:
          templates:
            rabbitmq:
              topologyRef: 
                name: ha-ctlplane-topology 

      [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_controlling-service-pod-placement-with-topologyRef_custom_controlplane

              igallagh@redhat.com Irina Gallagher
              fpantano@redhat.com Francesco Pantano
              rhos-conplat-core-operators
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: