You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments