Update openstack-operator to use placement API from nova-operator#1900
Update openstack-operator to use placement API from nova-operator#1900amartyasinha wants to merge 1 commit into
Conversation
OpenStackControlPlane CRD Size Report
Threshold reference
|
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/9cdbd134263541e895e2aa3b49940a02 ❌ openstack-k8s-operators-content-provider FAILURE in 9m 07s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/64f6cae427964ff28981e96f4afd8403 ❌ openstack-k8s-operators-content-provider FAILURE in 7m 59s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/ca8ee6cf284c46f7b4009a213ffe9a29 ❌ openstack-k8s-operators-content-provider FAILURE in 7m 22s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/4268373fed2342bf987853f8c9d51dd8 ❌ openstack-k8s-operators-content-provider FAILURE in 8m 04s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/cf648887b27c47748448a240a767bce4 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 20m 46s |
|
recheck |
dc1d814 to
f8994e4
Compare
|
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. |
f8994e4 to
4e2b552
Compare
|
resolve merge conflict |
4e2b552 to
eb476e6
Compare
|
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. |
eb476e6 to
d2613b7
Compare
45240e5 to
29cae4c
Compare
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 41m 55s |
|
recheck |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 28m 50s |
|
recheck |
|
/retest |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 17m 45s |
|
recheck |
|
/retest |
29cae4c to
19ea343
Compare
|
/retest |
1 similar comment
|
/retest |
19ea343 to
1f14e1f
Compare
|
recheck |
Replace placement-operator dependency with nova-operator's placement API
now that placement code has been integrated into nova-operator
- Update all imports from placement-operator/api to nova-operator/api/placement
- Remove placement-operator from go.mod and api/go.mod dependencies
- Update nova-operator dependency to placement-integration-v5
- Add cleanup logic to remove orphaned placement-operator resources
- Clean up go.sum files to remove stale placement-operator entries
- Add cleanup method to remove obsolete placement resources
- Remove PlaementOperator case
Signed-off-by: Amartya Sinha <amsinha@redhat.com>
1f14e1f to
0046e2c
Compare
|
Pointed to the latest |
|
@amartyasinha: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: amartyasinha, stuggi The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Replace placement-operator dependency with nova-operator's placement API
now that placement code has been integrated into nova-operator