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

Fix FR2 deployment in test automation

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Normal Normal
    • None
    • None
    • architecture
    • None
    • Core Operators Sprint 2026 1
    • 1

      Goal: 

      When deploy FR2 in test automation, the ctlplane does not reach ready, since telemetry is not configured properly.

      Deployment still ends, but the ctlplane does not reach ready. the following steps are required

      $ oc get osctlplane -n openstack
      NAME           STATUS   MESSAGE
      controlplane   False    OpenStackControlPlane Telemetry in progress
      $ oc patch osctlplane -n openstack controlplane --type=merge -p '
      {
        "spec": {
          "telemetry": {
            "template": {
              "metricStorage": {
                "customMonitoringStack": {
                  "prometheusConfig": {
                    "persistentVolumeClaim": {
                      "resources": {
                        "requests": {
                          "storage": "10G"
                        }
                      },
                      "storageClassName": "local-storage"
                    }
                  }
                }
              }
            }
          }
        }
      }
      '
      $ oc delete pvc prometheus-metric-storage-db-prometheus-metric-storage-0 -n openstack
      
      # wait for the ctlplane to be ready
      $ oc wait -n openstack osctlplane --for condition=Ready controlplane --timeout=20m
      

      Acceptance Criteria:

      A list of verification conditions, successful functional tests, or expected outcomes in order to declare this story/task successfully completed.

              rhn-support-mschuppe Martin Schuppert
              rhn-support-mschuppe Martin Schuppert
              rhos-conplat-core-operators
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: