-
Notifications
You must be signed in to change notification settings - Fork 100
Integrate placement into nova-operator #1576
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
base: main
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ratailor The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/ead592fbc27844349411957a55792429 ❌ openstack-k8s-operators-content-provider FAILURE in 7m 10s |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/502667131f58431e9b45dc3db9884380 ❌ openstack-k8s-operators-content-provider FAILURE in 6m 48s |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/6ab785f4144940728ff337601c0e1484 ❌ openstack-k8s-operators-content-provider FAILURE in 5m 52s |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/794aacb645eb4e6cafeadb65d06a6685 ❌ openstack-k8s-operators-content-provider FAILURE in 12m 12s |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/dd76b5422bae4dd18a4e0c6a7dc505f0 ❌ openstack-k8s-operators-content-provider FAILURE in 13m 47s |
This commit adds support for restructured multi-group nova-operator which includes placement-operator functionality merged into it. The nova-operator changes include: - Restructuring from single-group to multi-group operator - Moving Nova APIs to apis/nova/v1beta1/ namespace - Adding Placement APIs under apis/placement/v1beta1/ - Controllers organized under controllers/nova and controllers/placement - Complete placement-operator codebase integration including: * Placement API definitions and webhooks * Placement controller and deployment logic * Configuration templates and RBAC * Functional and KUTTL tests This enables unified management of both Nova and Placement services within in a single operator. Depends-On: openstack-k8s-operators/nova-operator#996 Commit message assisted by: claude-4-sonnet Closes: OSPRH-14957
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/ab59a9955c444bbe9d293d09e14895e3 ❌ openstack-k8s-operators-content-provider FAILURE in 12m 26s |
|
@ratailor: The following tests failed, say
Full PR test history. Your PR dashboard. 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. |
|
As part of this effort I think we will need to add some cleanup code to the controllers/operator/openstack_controller.go code to ensure the old placement-operator specific RBAC, certificates, etc. are properly cleaned up on upgrade via the initialization resource. |
|
PR needs rebase. 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. |
This commit adds support for restructured multi-group nova-operator which includes placement-operator functionality merged into it.
The nova-operator changes include:
This enables unified management of both Nova and Placement services within in a single operator.
Depends-On: openstack-k8s-operators/nova-operator#996
Commit message assisted by: claude-4-sonnet
Closes: OSPRH-14957