From d37a29153f1f8d98d80743bb15733084a928d85d Mon Sep 17 00:00:00 2001 From: Austin Jamias Date: Mon, 13 Apr 2026 12:33:38 -0400 Subject: [PATCH] Add Repo for Bare Metal Operator --- repositories.tf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/repositories.tf b/repositories.tf index d1e769d..2a1ebdd 100644 --- a/repositories.tf +++ b/repositories.tf @@ -253,3 +253,16 @@ module "repo_host_management_openstack" { } ] } + +module "repo_bare_metal_operator" { + source = "./modules/common_repository" + visibility = "public" + name = "bare-metal-operator" + description = "OSAC Operator for Bare Metal Fulfillment" + teams = [ + { + team_id = "fulfillment-wg" + permission = "admin" + } + ] +}