From 7e1d247eabc6d43cc7c552a6a99a4f49bc50da6e Mon Sep 17 00:00:00 2001 From: Amartya Sinha Date: Fri, 15 May 2026 14:50:27 +0530 Subject: [PATCH] Add repository mode notice in README.md Signed-off-by: Amartya Sinha --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 9b525a48..ee807636 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ +# ⚠️ DEPRECATED: Repository Moved + +**This repository has been deprecated.** The placement-operator functionality has been moved to [nova-operator](https://github.com/openstack-k8s-operators/nova-operator). + +## What this means: +- All existing placement resources will continue to work as before +- Placement resources are now managed by the nova-controller +- **No new changes will be accepted in this repository** + +## For contributors: +- **All work targeting FR6** should happen in [nova-operator](https://github.com/openstack-k8s-operators/nova-operator) going forward +- **Bugfixes for 18.0-fr5**: Should be first landed in nova-operator, then a PR needs to be directly opened with the backport to placement-operator's `18.0-fr5` branch +- **No new feature development** will be accepted in this repository + # placement-operator A Kubernetes Operator built using the [Operator Framework](https://github.com/operator-framework) for Go.