Skip to content

Commit eee9ecd

Browse files
authored
Merge pull request #483 from stackhpc/add-beokay-to-terraform
Add beokay to terraform
2 parents 194e459 + 5bea8e3 commit eee9ecd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ansible/inventory/group_vars/all/source-repositories

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ source_repositories:
108108
- codeowners:
109109
content: "{{ community_files.codeowners.kayobe }}"
110110
dest: ".github/CODEOWNERS"
111+
# OpenStack team
111112
bifrost:
112113
ignored_releases:
113114
- victoria
@@ -117,9 +118,8 @@ source_repositories:
117118
- master
118119
community_files:
119120
- codeowners:
120-
content: "{{ community_files.codeowners.kayobe }}"
121+
content: "{{ community_files.codeowners.openstack }}"
121122
dest: ".github/CODEOWNERS"
122-
# OpenStack team
123123
barbican:
124124
ignored_releases:
125125
- victoria

terraform/github/terraform.tfvars.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"caas-slurm-appliance"
4545
],
4646
"Kayobe": [
47+
"beokay",
4748
"kolla",
4849
"kayobe",
4950
"kayobe-automation",

0 commit comments

Comments
 (0)