Skip to content

Commit

Permalink
Add new openstack and network Ansible collections
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoddard committed Nov 16, 2023
1 parent 7242b09 commit 90eec5e
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 90eec5e

Please sign in to comment.