Skip to content

Commit

Permalink
Merge pull request #261 from stackhpc/new-collections
Browse files Browse the repository at this point in the history
Add new openstack and network Ansible collections
  • Loading branch information
markgoddard authored Nov 17, 2023
2 parents fc19b30 + 90eec5e commit 6df6095
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ansible/inventory/group_vars/all/source-repositories
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,20 @@ source_repositories:
- codeowners:
content: "{{ community_files.codeowners.ansible }}"
dest: ".github/CODEOWNERS"
ansible-collection-network:
repository_type: "ansible"
workflows: "{{ ansible_workflows.collection }}"
community_files:
- codeowners:
content: "{{ community_files.codeowners.ansible }}"
dest: ".github/CODEOWNERS"
ansible-collection-openstack:
repository_type: "ansible"
workflows: "{{ ansible_workflows.collection }}"
community_files:
- codeowners:
content: "{{ community_files.codeowners.ansible }}"
dest: ".github/CODEOWNERS"
ansible-collection-openstack-ops:
repository_type: "ansible"
workflows: "{{ ansible_workflows.collection }}"
Expand Down
2 changes: 2 additions & 0 deletions terraform/github/terraform.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
"ansible-collection-cephadm",
"ansible-collection-pulp",
"ansible-collection-hashicorp",
"ansible-collection-network",
"ansible-collection-openstack",
"ansible-collection-openstack-ops",
"ansible-collection-linux",
"ansible-role-vxlan",
Expand Down

0 comments on commit 6df6095

Please sign in to comment.