Skip to content

Commit

Permalink
Merge pull request #346 from stackhpc/archived-repos
Browse files Browse the repository at this point in the history
Remove archived repositories
  • Loading branch information
jackhodgkiss authored Oct 22, 2024
2 parents 0c81350 + f14d65f commit 6720343
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 90 deletions.
77 changes: 0 additions & 77 deletions ansible/inventory/group_vars/all/source-repositories
Original file line number Diff line number Diff line change
Expand Up @@ -341,27 +341,6 @@ source_repositories:
content: "{{ community_files.codeowners.openstack }}"
dest: ".github/CODEOWNERS"
# Ansible team
ansible-role-os-host-aggregates:
repository_type: "ansible"
workflows: "{{ ansible_workflows.role }}"
community_files:
- codeowners:
content: "{{ community_files.codeowners.ansible }}"
dest: ".github/CODEOWNERS"
os-networks:
repository_type: "ansible"
workflows: "{{ ansible_workflows.role }}"
community_files:
- codeowners:
content: "{{ community_files.codeowners.ansible }}"
dest: ".github/CODEOWNERS"
ansible-role-os-projects:
repository_type: "ansible"
workflows: "{{ ansible_workflows.role }}"
community_files:
- codeowners:
content: "{{ community_files.codeowners.ansible }}"
dest: ".github/CODEOWNERS"
ansible-role-libvirt-host:
repository_type: "ansible"
workflows: "{{ ansible_workflows.role }}"
Expand All @@ -376,13 +355,6 @@ source_repositories:
- codeowners:
content: "{{ community_files.codeowners.ansible }}"
dest: ".github/CODEOWNERS"
ansible-role-os-images:
repository_type: "ansible"
workflows: "{{ ansible_workflows.role }}"
community_files:
- codeowners:
content: "{{ community_files.codeowners.ansible }}"
dest: ".github/CODEOWNERS"
ansible-role-vxlan:
repository_type: "ansible"
workflows: "{{ ansible_workflows.role }}"
Expand All @@ -404,48 +376,13 @@ source_repositories:
- codeowners:
content: "{{ community_files.codeowners.ansible }}"
dest: ".github/CODEOWNERS"
ansible-role-os-volumes:
repository_type: "ansible"
workflows: "{{ ansible_workflows.role }}"
community_files:
- codeowners:
content: "{{ community_files.codeowners.ansible }}"
dest: ".github/CODEOWNERS"
ansible-role-grubcmdline:
repository_type: "ansible"
workflows: "{{ ansible_workflows.role }}"
community_files:
- codeowners:
content: "{{ community_files.codeowners.ansible }}"
dest: ".github/CODEOWNERS"
ansible-role-os-flavors:
repository_type: "ansible"
workflows: "{{ ansible_workflows.role }}"
community_files:
- codeowners:
content: "{{ community_files.codeowners.ansible }}"
dest: ".github/CODEOWNERS"
ansible-role-os-openstacksdk:
repository_type: "ansible"
workflows: "{{ ansible_workflows.role }}"
community_files:
- codeowners:
content: "{{ community_files.codeowners.ansible }}"
dest: ".github/CODEOWNERS"
ansible-role-sriov:
repository_type: "ansible"
workflows: "{{ ansible_workflows.role }}"
community_files:
- codeowners:
content: "{{ community_files.codeowners.ansible }}"
dest: ".github/CODEOWNERS"
ansible-role-os-openstackclient:
repository_type: "ansible"
workflows: "{{ ansible_workflows.role }}"
community_files:
- codeowners:
content: "{{ community_files.codeowners.ansible }}"
dest: ".github/CODEOWNERS"
ansible-timezone:
repository_type: "ansible"
workflows: "{{ ansible_workflows.role }}"
Expand Down Expand Up @@ -495,13 +432,6 @@ source_repositories:
- codeowners:
content: "{{ community_files.codeowners.ansible }}"
dest: ".github/CODEOWNERS"
ansible-role-os-container-clusters:
repository_type: "ansible"
workflows: "{{ ansible_workflows.role }}"
community_files:
- codeowners:
content: "{{ community_files.codeowners.ansible }}"
dest: ".github/CODEOWNERS"
ansible-role-cluster-infra:
repository_type: "ansible"
workflows: "{{ ansible_workflows.role }}"
Expand Down Expand Up @@ -579,13 +509,6 @@ source_repositories:
- codeowners:
content: "{{ community_files.codeowners.ansible }}"
dest: ".github/CODEOWNERS"
ansible-role-os-deploy-templates:
repository_type: "ansible"
workflows: "{{ ansible_workflows.role }}"
community_files:
- codeowners:
content: "{{ community_files.codeowners.ansible }}"
dest: ".github/CODEOWNERS"
ansible-role-mlnx-neo:
repository_type: "ansible"
workflows: "{{ ansible_workflows.role }}"
Expand Down
2 changes: 0 additions & 2 deletions docs/usage/github-organisation-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ To add a repository to a team you can append the name of the repository to the d
```yml
"repositories": {
"Ansible": [
"ansible-role-os-host-aggregates",
"ansible-role-os-networks",
"ansible-role-os-projects",
...
"ansible-collection-pulp",
"ansible-collection-hashicorp",
Expand Down
11 changes: 0 additions & 11 deletions terraform/github/terraform.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,18 @@
"owner": "stackhpc",
"repositories": {
"Ansible": [
"ansible-role-os-host-aggregates",
"os-networks",
"ansible-role-os-projects",
"ansible-role-libvirt-host",
"ansible-role-libvirt-vm",
"ansible-role-os-images",
"drac",
"ansible-role-luks",
"ansible-role-os-volumes",
"ansible-role-grubcmdline",
"ansible-role-os-flavors",
"ansible-role-os-openstacksdk",
"ansible-role-sriov",
"ansible-role-os-openstackclient",
"ansible-timezone",
"ansible-role-os-shade",
"ansible-role-grafana-conf",
"ansible-role-systemd-networkd",
"monasca-default-alarms",
"stackhpc.ssm",
"ansible-role-monasca-rsyslog",
"ansible-role-os-container-clusters",
"ansible-role-cluster-infra",
"ansible-role-os-ironic-state",
"ansible-role-openvpn",
Expand All @@ -35,7 +25,6 @@
"ansible-role-gluster-cluster",
"mellanox-switch",
"ansible-role-os-config",
"ansible-role-os-deploy-templates",
"ansible-role-mlnx-neo",
"ansible-collection-cephadm",
"ansible-collection-pulp",
Expand Down

0 comments on commit 6720343

Please sign in to comment.