From dba65b0ff39416fb1ff384819f0d5fdb66949402 Mon Sep 17 00:00:00 2001 From: Ameya Sathe Date: Tue, 4 Aug 2026 11:45:09 +0530 Subject: [PATCH] chore(OSAC-3445): Archive the host-management-openstack repo Set archived=true and lock_branch=true, and prefix the description with [Archived]. Per CodeRabbit review feedback, no push_allowances or extra team grants are added since the repo is archived and read-only. Assisted-by: Claude Code (claude-sonnet-5) Signed-off-by: Ameya Sathe rh-pre-commit.version: 2.4.0 rh-pre-commit.check-secrets: ENABLED --- repositories.tf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/repositories.tf b/repositories.tf index 233fdc2..ee005a3 100644 --- a/repositories.tf +++ b/repositories.tf @@ -351,7 +351,10 @@ module "repo_host_management_openstack" { source = "./modules/common_repository" visibility = "public" name = "host-management-openstack" - description = "OSAC Host Management Operator for OpenStack" + description = "[Archived] OSAC Host Management Operator for OpenStack" + # archived (OSAC-3445) + archived = true + lock_branch = true teams = [ { team_id = "fulfillment-wg"