Skip to content

Conversation

@ratailor
Copy link
Contributor

@ratailor ratailor commented Jul 15, 2025

This change merges placement-operator codebase into nova-operator, once nova-operator is migrated from single to multi-group operator.

Closes: OSPRH-14957

@openshift-ci openshift-ci bot requested review from mrkisaolamb and viroel July 15, 2025 11:11
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 15, 2025

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@softwarefactory-project-zuul
Copy link

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.

@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/bfe2f0072f24477699c311f50e2d06ad

openstack-meta-content-provider FAILURE in 46m 40s
⚠️ 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

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
@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/fe8c401ed9f54c52b6e1d2e2d45434bb

openstack-meta-content-provider FAILURE in 10m 25s
⚠️ 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

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
ratailor added a commit to ratailor/openstack-operator that referenced this pull request Aug 25, 2025
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
ratailor added a commit to ratailor/openstack-operator that referenced this pull request Aug 25, 2025
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
@ratailor ratailor force-pushed the merge-placement-into-nova branch from 536f2b4 to a422847 Compare August 25, 2025 15:08
@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/aca3bcd068494bc587836b1ee0641cb5

openstack-meta-content-provider FAILURE in 10m 59s
⚠️ 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

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 25, 2025

@ratailor: The following test 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 a422847 link true /test precommit-check

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.

ratailor added a commit to ratailor/openstack-operator that referenced this pull request Aug 25, 2025
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
ratailor added a commit to ratailor/openstack-operator that referenced this pull request Aug 26, 2025
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
ratailor added a commit to ratailor/openstack-operator that referenced this pull request Aug 26, 2025
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
ratailor added a commit to ratailor/openstack-operator that referenced this pull request Aug 26, 2025
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
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.

2 participants