Skip to content

Conversation

@lmiccini
Copy link
Contributor

@lmiccini lmiccini commented Feb 6, 2026

Followup from #1052

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 6, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: lmiccini
Once this PR has been reviewed and has the lgtm label, please assign auniyal61 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@softwarefactory-project-zuul
Copy link

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/722fb15020ea48668696a9ea967e110c

openstack-meta-content-provider FAILURE in 5m 20s
⚠️ nova-operator-kuttl SKIPPED Skipped due to failed job openstack-meta-content-provider
⚠️ nova-operator-tempest-multinode SKIPPED Skipped due to failed job openstack-meta-content-provider
⚠️ nova-operator-tempest-multinode-ceph SKIPPED Skipped due to failed job openstack-meta-content-provider

@softwarefactory-project-zuul
Copy link

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/66dd56c83809460ebc69b4bf475f3e32

openstack-meta-content-provider FAILURE in 12m 36s
⚠️ nova-operator-kuttl SKIPPED Skipped due to failed job openstack-meta-content-provider
⚠️ nova-operator-tempest-multinode SKIPPED Skipped due to failed job openstack-meta-content-provider
⚠️ nova-operator-tempest-multinode-ceph SKIPPED Skipped due to failed job openstack-meta-content-provider

@lmiccini
Copy link
Contributor Author

lmiccini commented Feb 7, 2026

recheck

@softwarefactory-project-zuul
Copy link

This change depends on a change that failed to merge.

Change openstack-k8s-operators/openstack-operator#1797 is needed.

@lmiccini
Copy link
Contributor Author

lmiccini commented Feb 7, 2026

recheck

@lmiccini
Copy link
Contributor Author

lmiccini commented Feb 7, 2026

/test functional

@softwarefactory-project-zuul
Copy link

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/d61263831d4e40ac9dd1e74a07dae687

✔️ openstack-meta-content-provider SUCCESS in 2h 47m 52s
✔️ nova-operator-kuttl SUCCESS in 46m 53s
✔️ nova-operator-tempest-multinode SUCCESS in 2h 31m 07s
nova-operator-tempest-multinode-ceph FAILURE in 25m 17s

@lmiccini
Copy link
Contributor Author

lmiccini commented Feb 7, 2026

recheck

@lmiccini
Copy link
Contributor Author

lmiccini commented Feb 7, 2026

/test functional

@softwarefactory-project-zuul
Copy link

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/86da2905b79842218447638627e08de0

✔️ openstack-meta-content-provider SUCCESS in 1h 05m 14s
✔️ nova-operator-kuttl SUCCESS in 47m 06s
nova-operator-tempest-multinode FAILURE in 24m 12s
nova-operator-tempest-multinode-ceph FAILURE in 25m 47s

@lmiccini
Copy link
Contributor Author

lmiccini commented Feb 7, 2026

/test functional

@lmiccini
Copy link
Contributor Author

lmiccini commented Feb 7, 2026

recheck

@softwarefactory-project-zuul
Copy link

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/075471792bbb4a00a30355133555361b

✔️ openstack-meta-content-provider SUCCESS in 3h 25m 02s
✔️ nova-operator-kuttl SUCCESS in 53m 06s
nova-operator-tempest-multinode FAILURE in 27m 10s
✔️ nova-operator-tempest-multinode-ceph SUCCESS in 3h 06m 51s

@lmiccini
Copy link
Contributor Author

lmiccini commented Feb 8, 2026

/test functional

1 similar comment
@lmiccini
Copy link
Contributor Author

lmiccini commented Feb 9, 2026

/test functional

@lmiccini
Copy link
Contributor Author

lmiccini commented Feb 9, 2026

recheck

err := r.GenerateConfigs(
ctx, h, instance, configName, &hashes, templateParameters, map[string]string{}, cmLabels, map[string]string{},
ctx, h, instance, configName, &hashes, templateParameters, extraData, cmLabels, map[string]string{},
)
Copy link
Contributor

Choose a reason for hiding this comment

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

without this PR

  $ oc get secret nova-cell1-compute-config -o json | jq -r '.data | keys'
  [
    "01-nova.conf",
    "nova-blank.conf"
  ]

with this PR - adds rabbitmq_user_name and notification_rabbitmq_user_name

  $ oc get secret nova-cell1-compute-config -o json | jq -r '.data | keys'
  [
    "01-nova.conf",
    "notification_rabbitmq_user_name",
    "nova-blank.conf",
    "rabbitmq_user_name"
  ]

@softwarefactory-project-zuul
Copy link

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/b0d14df9b3af4897ae7289bd9dc943c1

✔️ openstack-meta-content-provider SUCCESS in 3h 07m 34s
nova-operator-kuttl FAILURE in 44m 46s
✔️ nova-operator-tempest-multinode SUCCESS in 2h 37m 07s
✔️ nova-operator-tempest-multinode-ceph SUCCESS in 2h 48m 48s

@lmiccini
Copy link
Contributor Author

lmiccini commented Feb 9, 2026

recheck

@lmiccini lmiccini force-pushed the cell_rmquser branch 2 times, most recently from b17ff68 to 29190b5 Compare February 9, 2026 16:09
@softwarefactory-project-zuul
Copy link

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/b0d902a113c94082a6716d6fc8b97e04

✔️ openstack-meta-content-provider SUCCESS in 33m 37s
nova-operator-kuttl RETRY_LIMIT in 15m 41s
nova-operator-tempest-multinode RETRY_LIMIT in 11m 39s
nova-operator-tempest-multinode-ceph RETRY_LIMIT in 11m 27s

@lmiccini
Copy link
Contributor Author

lmiccini commented Feb 9, 2026

/test functional

@lmiccini
Copy link
Contributor Author

lmiccini commented Feb 9, 2026

/retest

@lmiccini
Copy link
Contributor Author

lmiccini commented Feb 9, 2026

/test functional

1 similar comment
@lmiccini
Copy link
Contributor Author

/test functional

@softwarefactory-project-zuul
Copy link

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/0e1e2cf439a54b4498b6b474b6beb516

✔️ openstack-meta-content-provider SUCCESS in 2h 39m 45s
✔️ nova-operator-kuttl SUCCESS in 46m 10s
✔️ nova-operator-tempest-multinode SUCCESS in 2h 22m 44s
nova-operator-tempest-multinode-ceph FAILURE in 22m 05s

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Feb 10, 2026

@lmiccini: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/precommit-check 5c3b89b link true /test precommit-check
ci/prow/functional 5c3b89b link true /test functional

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants