From cf6192cb34f47d1a1399b90ff82f7780e09d5dd0 Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Thu, 26 Feb 2026 11:38:11 +0000 Subject: [PATCH 1/2] Add beokay to Kayobe team Terraform config --- terraform/github/terraform.tfvars.json | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/github/terraform.tfvars.json b/terraform/github/terraform.tfvars.json index 9f2b2923..68699bdd 100644 --- a/terraform/github/terraform.tfvars.json +++ b/terraform/github/terraform.tfvars.json @@ -44,6 +44,7 @@ "caas-slurm-appliance" ], "Kayobe": [ + "beokay", "kolla", "kayobe", "kayobe-automation", From 5bea8e365c4c52294e1c06d95787b7a239cac102 Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Thu, 26 Feb 2026 11:38:38 +0000 Subject: [PATCH 2/2] Move Bifrost to openstack codeowners This reflects which team it is configured to in Terraform --- ansible/inventory/group_vars/all/source-repositories | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/inventory/group_vars/all/source-repositories b/ansible/inventory/group_vars/all/source-repositories index a913da22..85f6202a 100644 --- a/ansible/inventory/group_vars/all/source-repositories +++ b/ansible/inventory/group_vars/all/source-repositories @@ -108,6 +108,7 @@ source_repositories: - codeowners: content: "{{ community_files.codeowners.kayobe }}" dest: ".github/CODEOWNERS" + # OpenStack team bifrost: ignored_releases: - victoria @@ -117,9 +118,8 @@ source_repositories: - master community_files: - codeowners: - content: "{{ community_files.codeowners.kayobe }}" + content: "{{ community_files.codeowners.openstack }}" dest: ".github/CODEOWNERS" - # OpenStack team barbican: ignored_releases: - victoria