Skip to content

Commit 5d86129

Browse files
authored
Merge pull request #166 from stackhpc/kayobe-automation
Add kayobe-automation to Kayobe team & .github to ReleaseTrain team
2 parents 1027670 + 27cbea1 commit 5d86129

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

ansible/inventory/group_vars/all/source-repositories

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ source_repositories:
5050
- codeowners:
5151
content: "{{ community_files.codeowners.kayobe }}"
5252
dest: ".github/CODEOWNERS"
53+
kayobe-automation:
54+
repository_type: "single-branch"
55+
workflows: []
56+
community_files:
57+
- codeowners:
58+
content: "{{ community_files.codeowners.kayobe }}"
59+
dest: ".github/CODEOWNERS"
5360
kolla-ansible:
5461
ignored_releases:
5562
- victoria
@@ -490,6 +497,13 @@ source_repositories:
490497
content: "{{ community_files.codeowners.batch }}"
491498
dest: ".github/CODEOWNERS"
492499
# ReleaseTrain team
500+
.github:
501+
repository_type: "single-branch"
502+
workflows: []
503+
community_files:
504+
- codeowners:
505+
content: "{{ community_files.codeowners.release_train }}"
506+
dest: ".github/CODEOWNERS"
493507
stackhpc-release-train:
494508
repository_type: "ansible"
495509
workflows: []

terraform/github/terraform.tfvars.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"Kayobe": [
5656
"kolla",
5757
"kayobe",
58+
"kayobe-automation",
5859
"kolla-ansible",
5960
"openstack-admin-guide",
6061
"stackhpc-kayobe-config"
@@ -74,6 +75,7 @@
7475
"stackhpc-inspector-plugins"
7576
],
7677
"ReleaseTrain": [
78+
".github",
7779
"stackhpc-release-train",
7880
"stackhpc-release-train-clients"
7981
],

0 commit comments

Comments
 (0)