diff --git a/ansible/inventory/group_vars/all/source-repositories b/ansible/inventory/group_vars/all/source-repositories index 85f6202a..d093c531 100644 --- a/ansible/inventory/group_vars/all/source-repositories +++ b/ansible/inventory/group_vars/all/source-repositories @@ -303,6 +303,19 @@ source_repositories: - codeowners: content: "{{ community_files.codeowners.openstack }}" dest: ".github/CODEOWNERS" + manila: + ignored_releases: + - victoria + - wallaby + - xena + - zed + - 2023.1 + - 2024.1 + - master + community_files: + - codeowners: + content: "{{ community_files.codeowners.openstack }}" + dest: ".github/CODEOWNERS" networking-generic-switch: ignored_releases: - victoria diff --git a/terraform/github/terraform.tfvars.json b/terraform/github/terraform.tfvars.json index 92b22827..44b74dbd 100644 --- a/terraform/github/terraform.tfvars.json +++ b/terraform/github/terraform.tfvars.json @@ -68,6 +68,7 @@ "ironic-ui", "magnum", "magnum-ui", + "manila", "networking-generic-switch", "neutron", "nova", @@ -324,6 +325,9 @@ "magnum-ui": { "default": [] }, + "manila": { + "default": [] + }, "neutron": { "default": [] },