Skip to content

Commit 260fc76

Browse files
Add Neutron namespace drain role
1 parent 92247fe commit 260fc76

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ansible/inventory/group_vars/all/source-repositories

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,13 @@ source_repositories:
519519
- codeowners:
520520
content: "{{ community_files.codeowners.ansible }}"
521521
dest: ".github/CODEOWNERS"
522+
ansible-role-neutron-namespace-drain:
523+
repository_type: "ansible"
524+
workflows: "{{ ansible_workflows.role }}"
525+
community_files:
526+
- codeowners:
527+
content: "{{ community_files.codeowners.ansible }}"
528+
dest: ".github/CODEOWNERS"
522529
ansible-collection-cephadm:
523530
repository_type: "ansible"
524531
workflows:

terraform/github/terraform.tfvars.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"mellanox-switch",
2727
"ansible-role-os-config",
2828
"ansible-role-mlnx-neo",
29+
"ansible-role-neutron-namespace-drain",
2930
"ansible-collection-cephadm",
3031
"ansible-collection-pulp",
3132
"ansible-collection-hashicorp",

0 commit comments

Comments
 (0)