Skip to content
This repository was archived by the owner on Jun 12, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/build-push-quay.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Build and Push Image

on:
push:
branches: [main, 'release/v*']
tags: ['v*']
# Automatic builds disabled — placement-manager is merged into control-plane.
# Images: quay.io/dcm-project/control-plane (see control-plane repo).
# push:
# branches: [main, 'release/v*']
# tags: ['v*']
workflow_dispatch:
inputs:
version:
Expand Down
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# DCM Placement Manager
# DCM Placement Manager (archived)

> [!WARNING]
> **This repository is archived and read-only.** Do not open PRs here.
>
> All active development moved to the
> [control-plane](https://github.com/dcm-project/control-plane) monolith.

---

<details>
<summary><strong>Legacy README</strong> (historical reference only)</summary>

DCM Placement Manager is a Go service that orchestrates resource provisioning within the DCM ecosystem.
On receiving a creation request, the DCM Placement Manager evaluates the spec against
Expand Down Expand Up @@ -297,3 +308,5 @@ in shared-workflows for the full release process, tag behavior, and version conv
## License

Apache License 2.0. See [LICENSE](LICENSE) for details.

</details>