From 260fc7625f0d1bc8b99a8a69439c8b55f6da2a6b Mon Sep 17 00:00:00 2001 From: Jake Hutchinson Date: Mon, 9 Dec 2024 12:06:22 +0000 Subject: [PATCH] Add Neutron namespace drain role --- ansible/inventory/group_vars/all/source-repositories | 7 +++++++ terraform/github/terraform.tfvars.json | 1 + 2 files changed, 8 insertions(+) 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",