Skip to content

Commit 258d2b0

Browse files
committed
Move terraform-bastion to the Admins team
1 parent 80195cc commit 258d2b0

2 files changed

Lines changed: 14 additions & 9 deletions

File tree

ansible/inventory/group_vars/all/source-repositories

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ ansible_workflows:
2626
- publish-role
2727
community_files:
2828
codeowners:
29+
admins: |
30+
* @stackhpc/admins
2931
ansible: |
3032
* @stackhpc/ansible
3133
batch: |
@@ -412,6 +414,14 @@ source_repositories:
412414
- codeowners:
413415
content: "{{ community_files.codeowners.openstack }}"
414416
dest: ".github/CODEOWNERS"
417+
# Admins team
418+
terraform-bastion:
419+
repository_type: "single-branch"
420+
workflows: []
421+
community_files:
422+
- codeowners:
423+
content: "{{ community_files.codeowners.admins }}"
424+
dest: ".github/CODEOWNERS"
415425
# Ansible team
416426
ansible-role-libvirt-host:
417427
repository_type: "ansible"
@@ -735,10 +745,3 @@ source_repositories:
735745
- codeowners:
736746
content: "{{ community_files.codeowners.sms_lab }}"
737747
dest: ".github/CODEOWNERS"
738-
terraform-bastion:
739-
repository_type: "single-branch"
740-
workflows: []
741-
community_files:
742-
- codeowners:
743-
content: "{{ community_files.codeowners.sms_lab }}"
744-
dest: ".github/CODEOWNERS"

terraform/github/terraform.tfvars.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"owner": "stackhpc",
33
"repositories": {
4+
"Admins": [
5+
"terraform-bastion"
6+
],
47
"Ansible": [
58
"ansible-role-libvirt-host",
69
"ansible-role-libvirt-vm",
@@ -89,8 +92,7 @@
8992
"SMSLab": [
9093
"smslab-azimuth-config",
9194
"smslab-config",
92-
"smslab-kayobe-config",
93-
"terraform-bastion"
95+
"smslab-kayobe-config"
9496
]
9597
},
9698
"teams": {

0 commit comments

Comments
 (0)