-
Couldn't load subscription status.
- Fork 60
Merge placement into nova #996
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?
Merge placement into nova #996
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ratailor 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 |
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
b69a59c to
bc4b889
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/bfe2f0072f24477699c311f50e2d06ad ❌ openstack-meta-content-provider FAILURE in 46m 40s |
This commit restructures the nova-operator codebase to support multi-group operators by: - Moving API definitions from api/ to apis/nova/v1beta1/ - Reorganizing controllers into controllers/nova/ directory - Relocating test files to test/functional/nova/ and test/kuttl/nova/ - Updating all import paths and references throughout the codebase - Modifying build and configuration files to work with new structure This restructuring prepares the operator to support multiple API groups, which is required to merge placement-operator codebase into nova-operator Commit message assisted by: claude-4-sonnet Related: OSPRH-14957
bc4b889 to
536f2b4
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/fe8c401ed9f54c52b6e1d2e2d45434bb ❌ openstack-meta-content-provider FAILURE in 10m 25s |
This commit merges the complete placement-operator codebase into nova-operator, building on the previosu multi-group restructuring. Added components: - Placement API definitions under apis/placement/v1beta1 - Placement controller in controllers/placement - Placement package in pkg/placement/ with deployment and database sync - Configuration templates for placement services - RBAC roles and CRD manifests for placement resources - Funtional and KUTTL tests for placement functionality - Updated main.go and PROJECT file to support placement group This merge enables nova-operator to manage both Nova and Placement services within a unified multi-group operator structure. Commit message assisted by: claude-4-sonnet Related: OSPRH-14957
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
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
536f2b4 to
a422847
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/aca3bcd068494bc587836b1ee0641cb5 ❌ openstack-meta-content-provider FAILURE in 10m 59s |
|
@ratailor: The following test 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. |
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
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
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
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
This change merges placement-operator codebase into nova-operator, once nova-operator is migrated from single to multi-group operator.
Closes: OSPRH-14957