diff --git a/ansible/inventory/group_vars/all/source-repositories b/ansible/inventory/group_vars/all/source-repositories index d1db5324..fd36f882 100644 --- a/ansible/inventory/group_vars/all/source-repositories +++ b/ansible/inventory/group_vars/all/source-repositories @@ -519,6 +519,13 @@ source_repositories: - codeowners: content: "{{ community_files.codeowners.ansible }}" dest: ".github/CODEOWNERS" + ansible-role-neutron-namespace-drain: + repository_type: "ansible" + workflows: "{{ ansible_workflows.role }}" + community_files: + - codeowners: + content: "{{ community_files.codeowners.ansible }}" + dest: ".github/CODEOWNERS" ansible-collection-cephadm: repository_type: "ansible" workflows: diff --git a/terraform/github/terraform.tfvars.json b/terraform/github/terraform.tfvars.json index b4f410f8..5c688435 100644 --- a/terraform/github/terraform.tfvars.json +++ b/terraform/github/terraform.tfvars.json @@ -26,6 +26,7 @@ "mellanox-switch", "ansible-role-os-config", "ansible-role-mlnx-neo", + "ansible-role-neutron-namespace-drain", "ansible-collection-cephadm", "ansible-collection-pulp", "ansible-collection-hashicorp",