Skip to content

openstack-k8s-operators dependency bump branch: main#1865

Merged
openshift-merge-bot[bot] merged 1 commit into
mainfrom
openstack-dependency-bump/main
Apr 5, 2026
Merged

openstack-k8s-operators dependency bump branch: main#1865
openshift-merge-bot[bot] merged 1 commit into
mainfrom
openstack-dependency-bump/main

Conversation

@github-actions

Copy link
Copy Markdown

Automated changes by create-pull-request GitHub action

@openshift-ci openshift-ci Bot requested review from abays and stuggi March 28, 2026 10:26
@openshift-ci

openshift-ci Bot commented Mar 28, 2026

Copy link
Copy Markdown
Contributor

Hi @github-actions[bot]. Thanks for your PR.

I'm waiting for a openstack-k8s-operators member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@softwarefactory-project-zuul

Copy link
Copy Markdown

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/af34234199b24657aa6adecbe5aec187

✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 24m 34s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 21m 59s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 30m 24s
adoption-standalone-to-crc-ceph-provider FAILURE in 1h 35m 04s
✔️ openstack-operator-tempest-multinode SUCCESS in 1h 39m 32s
✔️ openstack-operator-edpm-baremetal-minor-update SUCCESS in 2h 11m 25s

@hjensas

hjensas commented Mar 28, 2026

Copy link
Copy Markdown
Contributor

adoption-standalone-to-crc-ceph-provider FAILURE

Invalid value: \"openstack\": OpenStackControlPlane 'openstack' must have same name as the existing 'controlplane' OpenStackVersion"

@github-actions github-actions Bot force-pushed the openstack-dependency-bump/main branch from 81f093f to 1a164c9 Compare March 30, 2026 09:44
@stuggi

stuggi commented Mar 30, 2026

Copy link
Copy Markdown
Contributor

/retest

@softwarefactory-project-zuul

Copy link
Copy Markdown

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c9d737ed15ec40a8bd3dc4178e73825f

✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 14m 22s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 25m 52s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 31m 33s
adoption-standalone-to-crc-ceph-provider RETRY_LIMIT in 21m 16s
✔️ openstack-operator-tempest-multinode SUCCESS in 1h 38m 40s
✔️ openstack-operator-edpm-baremetal-minor-update SUCCESS in 2h 01m 12s

@stuggi

stuggi commented Mar 30, 2026

Copy link
Copy Markdown
Contributor

recheck

@stuggi stuggi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@softwarefactory-project-zuul

Copy link
Copy Markdown

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/d8a9d3cf683147abb4faa56a6cfe96ae

✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 14m 37s
podified-multinode-edpm-deployment-crc FAILURE in 25m 00s
cifmw-crc-podified-edpm-baremetal RETRY_LIMIT in 31m 34s
✔️ adoption-standalone-to-crc-ceph-provider SUCCESS in 3h 00m 32s
✔️ openstack-operator-tempest-multinode SUCCESS in 1h 40m 41s
✔️ openstack-operator-edpm-baremetal-minor-update SUCCESS in 2h 04m 57s

@stuggi

stuggi commented Mar 31, 2026

Copy link
Copy Markdown
Contributor

recheck

@softwarefactory-project-zuul

Copy link
Copy Markdown

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/b5a46be7066e4fa69722820e81cc3b9f

✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 08m 38s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 19m 52s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 38m 22s
adoption-standalone-to-crc-ceph-provider FAILURE in 1h 39m 12s
✔️ openstack-operator-tempest-multinode SUCCESS in 1h 35m 48s
✔️ openstack-operator-edpm-baremetal-minor-update SUCCESS in 1h 56m 46s

@stuggi

stuggi commented Mar 31, 2026

Copy link
Copy Markdown
Contributor

adoption-standalone-to-crc-ceph-provider FAILURE

Invalid value: \"openstack\": OpenStackControlPlane 'openstack' must have same name as the existing 'controlplane' OpenStackVersion"

I think we should have #1867 for the adoption race. it seems the issue is,

  • ctlplane gets deleted
  • current osversion gets deleted
  • osversion gets re-created as we don't have a check for it in the controller as we see creation timestamp and deletiontimestamp is just 1s diff
apiVersion: core.openstack.org/v1beta1
kind: OpenStackVersion
metadata:
  creationTimestamp: '2026-03-31T06:50:13Z'
  deletionGracePeriodSeconds: 0
  deletionTimestamp: '2026-03-31T06:50:14Z'
  finalizers:
  - openstack.org/openstackversion
  generation: 2
  name: controlplane
  namespace: openstack
  ownerReferences:
  - apiVersion: core.openstack.org/v1beta1
    blockOwnerDeletion: true
    controller: true
    kind: OpenStackControlPlane
    name: controlplane
    uid: 9891703a-b246-470c-9d36-d2764ab0786f
  resourceVersion: '50978'
  uid: 45f72515-9658-4075-970f-2ab0e800c41f

@github-actions github-actions Bot force-pushed the openstack-dependency-bump/main branch from 1a164c9 to 22f86fa Compare April 1, 2026 08:55
@openshift-ci openshift-ci Bot removed the lgtm label Apr 1, 2026

@stuggi stuggi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci Bot added the lgtm label Apr 1, 2026
@openshift-ci

openshift-ci Bot commented Apr 1, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: github-actions[bot], stuggi

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot removed the lgtm label Apr 1, 2026
@github-actions

github-actions Bot commented Apr 1, 2026

Copy link
Copy Markdown
Author

OpenStackControlPlane CRD Size Report

Metric Value
CRD JSON size 322222 bytes (315KB)
Base branch size 322199 bytes
Change +0.01%
Status yellow — growing
Threshold reference
Color Range Meaning
🟢 green < 300KB Comfortable
🟡 yellow 300–400KB Growing
🟠 orange 400–750KB Concerning
🔴 red > 750KB Approaching 1.5MB etcd limit (cut in half to allow space for update)

@stuggi stuggi force-pushed the openstack-dependency-bump/main branch 3 times, most recently from af8d98f to 02f8d1f Compare April 1, 2026 12:26
@stuggi

stuggi commented Apr 1, 2026

Copy link
Copy Markdown
Contributor

added commit to create the ctlplane nad as required since openstack-k8s-operators/telemetry-operator#827

@stuggi

stuggi commented Apr 1, 2026

Copy link
Copy Markdown
Contributor

still telemetry is not working properly in kuttl job

+  - lastTransitionTime: "2026-04-01T13:58:09Z"
        +    message: 'Telemetry: shard 0: pod prometheus-metric-storage-0: containers with
        +      incomplete status: [init-config-reloader]'
        +    reason: PrometheusNotAvailable
        +    severity: Error
        +    status: "False"
             type: Ready

https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/openstack-k8s-operators_openstack-operator/1865/pull-ci-openstack-k8s-operators-openstack-operator-main-openstack-operator-build-deploy-kuttl-4-18/2039318412575903744

@abays abays force-pushed the openstack-dependency-bump/main branch from 02f8d1f to 0d1a678 Compare April 3, 2026 15:55
@softwarefactory-project-zuul

Copy link
Copy Markdown

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/931ec778016c45f6bf50fff53804d644

✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 23m 08s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 24m 29s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 30m 41s
✔️ adoption-standalone-to-crc-ceph-provider SUCCESS in 3h 07m 52s
✔️ openstack-operator-tempest-multinode SUCCESS in 1h 39m 03s
openstack-operator-edpm-baremetal-minor-update RETRY_LIMIT in 30m 38s

@github-actions github-actions Bot force-pushed the openstack-dependency-bump/main branch from 0d1a678 to bd0f30e Compare April 4, 2026 10:27
@softwarefactory-project-zuul

Copy link
Copy Markdown

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/1b5f10d3f3af410880d3f5538d2bf91d

✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 20m 11s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 1h 23m 47s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 28m 59s
✔️ adoption-standalone-to-crc-ceph-provider SUCCESS in 3h 06m 13s
openstack-operator-tempest-multinode FAILURE in 23m 49s
✔️ openstack-operator-edpm-baremetal-minor-update SUCCESS in 2h 01m 57s

@abays

abays commented Apr 4, 2026

Copy link
Copy Markdown
Contributor

recheck

@softwarefactory-project-zuul

Copy link
Copy Markdown

Build failed (check pipeline). Post recheck (without leading slash)
to rerun all jobs. Make sure the failure cause has been resolved before
you rerun jobs.

https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/140771f33be24ac2b9c1ba0e9fcb6f78

✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 16m 37s
podified-multinode-edpm-deployment-crc FAILURE in 22m 19s
✔️ cifmw-crc-podified-edpm-baremetal SUCCESS in 1h 30m 04s
✔️ adoption-standalone-to-crc-ceph-provider SUCCESS in 3h 03m 03s
✔️ openstack-operator-tempest-multinode SUCCESS in 1h 47m 14s
openstack-operator-edpm-baremetal-minor-update FAILURE in 25m 17s

@abays

abays commented Apr 5, 2026

Copy link
Copy Markdown
Contributor

recheck

@abays

abays commented Apr 5, 2026

Copy link
Copy Markdown
Contributor

The Zuul jobs have all passed via the union of all the runs. If this latest recheck does not succeed, we will override the check. At this point it's just wasting time and CI resources.

@fmount

fmount commented Apr 5, 2026

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm label Apr 5, 2026
@openshift-merge-bot openshift-merge-bot Bot merged commit 3fd1765 into main Apr 5, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants