File tree Expand file tree Collapse file tree
ansible/inventory/group_vars/all Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ ansible_workflows:
2626 - publish-role
2727community_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"
Original file line number Diff line number Diff line change 11{
22 "owner" : " stackhpc" ,
33 "repositories" : {
4+ "Admins" : [
5+ " terraform-bastion"
6+ ],
47 "Ansible" : [
58 " ansible-role-libvirt-host" ,
69 " ansible-role-libvirt-vm" ,
8992 "SMSLab" : [
9093 " smslab-azimuth-config" ,
9194 " smslab-config" ,
92- " smslab-kayobe-config" ,
93- " terraform-bastion"
95+ " smslab-kayobe-config"
9496 ]
9597 },
9698 "teams" : {
You can’t perform that action at this time.
0 commit comments