Skip to content

Commit 1a37e73

Browse files
committed
Add Repo for Bare Metal Operator
1 parent 728e089 commit 1a37e73

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

repositories.tf

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,3 +253,16 @@ module "repo_host_management_openstack" {
253253
}
254254
]
255255
}
256+
257+
module "repo_bare_metal_operator" {
258+
source = "./modules/common_repository"
259+
visibility = "public"
260+
name = "bare-metal-operator"
261+
description = "OSAC Operator for Bare Metal Fulfillment"
262+
teams = [
263+
{
264+
team_id = "fulfillment-wg"
265+
permission = "admin"
266+
}
267+
]
268+
}

0 commit comments

Comments
 (0)