Skip to content

Commit 6720343

Browse files
authored
Merge pull request #346 from stackhpc/archived-repos
Remove archived repositories
2 parents 0c81350 + f14d65f commit 6720343

File tree

3 files changed

+0
-90
lines changed

3 files changed

+0
-90
lines changed

ansible/inventory/group_vars/all/source-repositories

Lines changed: 0 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -341,27 +341,6 @@ source_repositories:
341341
content: "{{ community_files.codeowners.openstack }}"
342342
dest: ".github/CODEOWNERS"
343343
# Ansible team
344-
ansible-role-os-host-aggregates:
345-
repository_type: "ansible"
346-
workflows: "{{ ansible_workflows.role }}"
347-
community_files:
348-
- codeowners:
349-
content: "{{ community_files.codeowners.ansible }}"
350-
dest: ".github/CODEOWNERS"
351-
os-networks:
352-
repository_type: "ansible"
353-
workflows: "{{ ansible_workflows.role }}"
354-
community_files:
355-
- codeowners:
356-
content: "{{ community_files.codeowners.ansible }}"
357-
dest: ".github/CODEOWNERS"
358-
ansible-role-os-projects:
359-
repository_type: "ansible"
360-
workflows: "{{ ansible_workflows.role }}"
361-
community_files:
362-
- codeowners:
363-
content: "{{ community_files.codeowners.ansible }}"
364-
dest: ".github/CODEOWNERS"
365344
ansible-role-libvirt-host:
366345
repository_type: "ansible"
367346
workflows: "{{ ansible_workflows.role }}"
@@ -376,13 +355,6 @@ source_repositories:
376355
- codeowners:
377356
content: "{{ community_files.codeowners.ansible }}"
378357
dest: ".github/CODEOWNERS"
379-
ansible-role-os-images:
380-
repository_type: "ansible"
381-
workflows: "{{ ansible_workflows.role }}"
382-
community_files:
383-
- codeowners:
384-
content: "{{ community_files.codeowners.ansible }}"
385-
dest: ".github/CODEOWNERS"
386358
ansible-role-vxlan:
387359
repository_type: "ansible"
388360
workflows: "{{ ansible_workflows.role }}"
@@ -404,48 +376,13 @@ source_repositories:
404376
- codeowners:
405377
content: "{{ community_files.codeowners.ansible }}"
406378
dest: ".github/CODEOWNERS"
407-
ansible-role-os-volumes:
408-
repository_type: "ansible"
409-
workflows: "{{ ansible_workflows.role }}"
410-
community_files:
411-
- codeowners:
412-
content: "{{ community_files.codeowners.ansible }}"
413-
dest: ".github/CODEOWNERS"
414-
ansible-role-grubcmdline:
415-
repository_type: "ansible"
416-
workflows: "{{ ansible_workflows.role }}"
417-
community_files:
418-
- codeowners:
419-
content: "{{ community_files.codeowners.ansible }}"
420-
dest: ".github/CODEOWNERS"
421-
ansible-role-os-flavors:
422-
repository_type: "ansible"
423-
workflows: "{{ ansible_workflows.role }}"
424-
community_files:
425-
- codeowners:
426-
content: "{{ community_files.codeowners.ansible }}"
427-
dest: ".github/CODEOWNERS"
428-
ansible-role-os-openstacksdk:
429-
repository_type: "ansible"
430-
workflows: "{{ ansible_workflows.role }}"
431-
community_files:
432-
- codeowners:
433-
content: "{{ community_files.codeowners.ansible }}"
434-
dest: ".github/CODEOWNERS"
435379
ansible-role-sriov:
436380
repository_type: "ansible"
437381
workflows: "{{ ansible_workflows.role }}"
438382
community_files:
439383
- codeowners:
440384
content: "{{ community_files.codeowners.ansible }}"
441385
dest: ".github/CODEOWNERS"
442-
ansible-role-os-openstackclient:
443-
repository_type: "ansible"
444-
workflows: "{{ ansible_workflows.role }}"
445-
community_files:
446-
- codeowners:
447-
content: "{{ community_files.codeowners.ansible }}"
448-
dest: ".github/CODEOWNERS"
449386
ansible-timezone:
450387
repository_type: "ansible"
451388
workflows: "{{ ansible_workflows.role }}"
@@ -495,13 +432,6 @@ source_repositories:
495432
- codeowners:
496433
content: "{{ community_files.codeowners.ansible }}"
497434
dest: ".github/CODEOWNERS"
498-
ansible-role-os-container-clusters:
499-
repository_type: "ansible"
500-
workflows: "{{ ansible_workflows.role }}"
501-
community_files:
502-
- codeowners:
503-
content: "{{ community_files.codeowners.ansible }}"
504-
dest: ".github/CODEOWNERS"
505435
ansible-role-cluster-infra:
506436
repository_type: "ansible"
507437
workflows: "{{ ansible_workflows.role }}"
@@ -579,13 +509,6 @@ source_repositories:
579509
- codeowners:
580510
content: "{{ community_files.codeowners.ansible }}"
581511
dest: ".github/CODEOWNERS"
582-
ansible-role-os-deploy-templates:
583-
repository_type: "ansible"
584-
workflows: "{{ ansible_workflows.role }}"
585-
community_files:
586-
- codeowners:
587-
content: "{{ community_files.codeowners.ansible }}"
588-
dest: ".github/CODEOWNERS"
589512
ansible-role-mlnx-neo:
590513
repository_type: "ansible"
591514
workflows: "{{ ansible_workflows.role }}"

docs/usage/github-organisation-management.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ To add a repository to a team you can append the name of the repository to the d
9191
```yml
9292
"repositories": {
9393
"Ansible": [
94-
"ansible-role-os-host-aggregates",
9594
"ansible-role-os-networks",
96-
"ansible-role-os-projects",
9795
...
9896
"ansible-collection-pulp",
9997
"ansible-collection-hashicorp",

terraform/github/terraform.tfvars.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,18 @@
22
"owner": "stackhpc",
33
"repositories": {
44
"Ansible": [
5-
"ansible-role-os-host-aggregates",
6-
"os-networks",
7-
"ansible-role-os-projects",
85
"ansible-role-libvirt-host",
96
"ansible-role-libvirt-vm",
10-
"ansible-role-os-images",
117
"drac",
128
"ansible-role-luks",
13-
"ansible-role-os-volumes",
14-
"ansible-role-grubcmdline",
15-
"ansible-role-os-flavors",
16-
"ansible-role-os-openstacksdk",
179
"ansible-role-sriov",
18-
"ansible-role-os-openstackclient",
1910
"ansible-timezone",
2011
"ansible-role-os-shade",
2112
"ansible-role-grafana-conf",
2213
"ansible-role-systemd-networkd",
2314
"monasca-default-alarms",
2415
"stackhpc.ssm",
2516
"ansible-role-monasca-rsyslog",
26-
"ansible-role-os-container-clusters",
2717
"ansible-role-cluster-infra",
2818
"ansible-role-os-ironic-state",
2919
"ansible-role-openvpn",
@@ -35,7 +25,6 @@
3525
"ansible-role-gluster-cluster",
3626
"mellanox-switch",
3727
"ansible-role-os-config",
38-
"ansible-role-os-deploy-templates",
3928
"ansible-role-mlnx-neo",
4029
"ansible-collection-cephadm",
4130
"ansible-collection-pulp",

0 commit comments

Comments
 (0)