Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update openstack-k8s-operators (main) #507

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

openstack-k8s-ci-robot
Copy link
Contributor

@openstack-k8s-ci-robot openstack-k8s-ci-robot commented Oct 7, 2023

This PR contains the following updates:

Package Type Update Change
github.com/openstack-k8s-operators/cinder-operator/api require digest 3168275 -> ce89e0f
github.com/openstack-k8s-operators/dataplane-operator/api require digest a5e6363 -> 787268f
github.com/openstack-k8s-operators/glance-operator/api require digest 5229d48 -> 1164674
github.com/openstack-k8s-operators/heat-operator/api require digest de19b86 -> 38938dc
github.com/openstack-k8s-operators/horizon-operator/api require digest ea1986d -> cda11ea
github.com/openstack-k8s-operators/lib-common/modules/common require digest 7fe7fe1 -> e0907a2
github.com/openstack-k8s-operators/lib-common/modules/openstack require digest 7fe7fe1 -> e0907a2
github.com/openstack-k8s-operators/lib-common/modules/storage require digest 7fe7fe1 -> e0907a2
github.com/openstack-k8s-operators/manila-operator/api require digest 252ecd8 -> 3c0fb7e
github.com/openstack-k8s-operators/neutron-operator/api require digest d623048 -> 70d9a4e
github.com/openstack-k8s-operators/openstack-baremetal-operator/api require digest df8cb0b -> f8abc75
github.com/openstack-k8s-operators/ovn-operator/api require digest 58b0e24 -> 684de66

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@openshift-ci openshift-ci bot requested review from frenzyfriday and viroel October 7, 2023 04:34
@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://review.rdoproject.org/zuul/buildset/21e52f1d7c594918942ab7bc5f9ff50b

✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 24m 35s
✔️ podified-multinode-edpm-deployment-crc SUCCESS in 57m 47s
cifmw-crc-podified-edpm-baremetal FAILURE in 1h 11m 09s

@rabi
Copy link
Contributor

rabi commented Oct 7, 2023

Same error here too

2023-10-07 05:19:33.692 11 ERROR neutron_lib.callbacks.manager [None req-7f918fac-838a-46d0-bd49-21a14f13c603 - - - - - -] Error during notification for neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver.OVNMechanismDriver.post_fork_initialize-593231 process, after_init: sqlalchemy.exc.ProgrammingError: (pymysql.err.ProgrammingError) (1146, "Table 'neutron.ovn_hash_ring' doesn't exist")
[SQL: DELETE FROM ovn_hash_ring WHERE ovn_hash_ring.hostname = %(hostname_1)s AND ovn_hash_ring.group_name = %(group_name_1)s]
[parameters: {'hostname_1': 'neutron-7ffb79cb86-hdmlv', 'group_name_1': 'mechanism_driver'}]
(Background on this error at: https://sqlalche.me/e/14/f405)
2023-10-07 05:19:33.692 11 ERROR neutron_lib.callbacks.manager Traceback (most recent call last):
2023-10-07 05:19:33.692 11 ERROR neutron_lib.callbacks.manager File "/usr/lib64/python3.9/site-packages/sqlalchemy/engine/base.py", line 1900, in _execute_context
2023-10-07 05:19:33.692 11 ERROR neutron_lib.callbacks.manager self.dialect.do_execute(
2023-10-07 05:19:33.692 11 ERROR neutron_lib.callbacks.manager File "/usr/lib64/python3.9/site-packages/sqlalchemy/engine/default.py", line 736, in do_execute
2023-10-07 05:19:33.692 11 ERROR neutron_lib.callbacks.manager cursor.execute(statement, parameters)
2023-10-07 05:19:33.692 11 ERROR neutron_lib.callbacks.manager File "/usr/lib/python3.9/site-packages/pymysql/cursors.py", line 163, in execute
2023-10-07 05:19:33.692 11 ERROR neutron_lib.callbacks.manager result = self._query(query)
2023-10-07 05:19:33.692 11 ERROR neutron_lib.callbacks.manager File "/usr/lib/python3.9/site-packages/pymysql/cursors.py", line 321, in _query
2023-10-07 05:19:33.692 11 ERROR neutron_lib.callbacks.manager conn.query(q)
2023-10-07 05:19:33.692 11 ERROR neutron_lib.callbacks.manager File "/usr/lib/python3.9/site-packages/pymysql/connections.py", line 505, in query
2023-10-07 05:19:33.692 11 ERROR neutron_lib.callbacks.manager self._affected_rows = self._read_query_result(unbuffered=unbuffered)
2023-10-07 05:19:33.692 11 ERROR neutron_lib.callbacks.manager File "/usr/lib/python3.9/site-packages/pymysql/connections.py", line 724, in _read_query_result
2023-10-07 05:19:33.692 11 ERROR neutron_lib.callbacks.manager result.read()
2023-10-07 05:19:33.692 11 ERROR neutron_lib.callbacks.manager File "/usr/lib/python3.9/site-packages/pymysql/connections.py", line 1069, in read
2023-10-07 05:19:33.692 11 ERROR neutron_lib.callbacks.manager first_packet = self.connection._read_packet()
2023-10-07 05:19:33.692 11 ERROR neutron_lib.callbacks.manager File "/usr/lib/python3.9/site-packages/pymysql/connections.py", line 676, in _read_packet
2023-10-07 05:19:33.692 11 ERROR neutron_lib.callbacks.manager packet.raise_for_error()
2023-10-07 05:19:33.692 11 ERROR neutron_lib.callbacks.manager File "/usr/lib/python3.9/site-packages/pymysql/protocol.py", line 223, in raise_for_error
2023-10-07 05:19:33.692 11 ERROR neutron_lib.callbacks.manager err.raise_mysql_exception(self._data)
2023-10-07 05:19:33.692 11 ERROR neutron_lib.callbacks.manager File "/usr/lib/python3.9/site-packages/pymysql/err.py", line 107, in raise_mysql_exception
2023-10-07 05:19:33.692 11 ERROR neutron_lib.callbacks.manager raise errorclass(errno, errval)
2023-10-07 05:19:33.692 11 ERROR neutron_lib.callbacks.manager pymysql.err.ProgrammingError: (1146, "Table 'neutron.ovn_hash_ring' doesn't exist")

@rabi
Copy link
Contributor

rabi commented Oct 7, 2023

recheck

@rabi
Copy link
Contributor

rabi commented Oct 9, 2023

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Oct 9, 2023
@openstack-k8s-ci-robot openstack-k8s-ci-robot force-pushed the renovate/main-openstack-k8s-operators branch from ee2a236 to 5826f81 Compare October 9, 2023 14:57
@openshift-ci openshift-ci bot removed the lgtm label Oct 9, 2023
@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://review.rdoproject.org/zuul/buildset/9e4d4d818fb843e7beb697e8a6f1dbb7

openstack-k8s-operators-content-provider RETRY_LIMIT in 7s
⚠️ podified-multinode-edpm-deployment-crc SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider
⚠️ cifmw-crc-podified-edpm-baremetal SKIPPED Skipped due to failed job openstack-k8s-operators-content-provider

@karelyatin karelyatin force-pushed the renovate/main-openstack-k8s-operators branch from 5826f81 to 6c2c939 Compare October 10, 2023 05:48
@karelyatin
Copy link
Contributor

Updated PR to include latest neutron-operator which includes the fix for missing tables issue

Copy link
Contributor

@stuggi stuggi left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 10, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: openstack-k8s-ci-robot, rabi, stuggi

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

The pull request process is described here

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://review.rdoproject.org/zuul/buildset/400f2dc53eb84f94bd91756f32c9bbdf

✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 35m 40s
podified-multinode-edpm-deployment-crc FAILURE in 1h 20m 44s
cifmw-crc-podified-edpm-baremetal RETRY_LIMIT in 2m 09s

@karelyatin
Copy link
Contributor

recheck mirror issue check consistency

Copy link
Contributor

@karelyatin karelyatin left a comment

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 merged commit 55904f0 into main Oct 10, 2023
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