Deprecate VPP service and Neutron ML2/VPP agent

VPP service relies on third-party python-fdio project, which wasn't
updated for 3 years: https://git.fd.io/puppet-fdio. Neutron ML2/VPP
services in TripleO were not updated for a while and it looks like
they have no active users.

Change-Id: Ib5ad872110be891273cced723189022eac18ef27
This commit is contained in:
Alexey Stupnikov 2021-05-20 14:14:03 +02:00
parent 14aa81dd73
commit 18651160a9
5 changed files with 10 additions and 3 deletions

View File

@ -3,10 +3,10 @@
resource_registry:
OS::TripleO::Services::NeutronOvsAgent: OS::Heat::None
OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None
OS::TripleO::Services::NeutronVppAgent: ../deployment/neutron/neutron-vpp-agent-baremetal-puppet.yaml
OS::TripleO::Services::NeutronVppAgent: ../deployment/deprecated/neutron/neutron-vpp-agent-baremetal-puppet.yaml
OS::TripleO::Services::Etcd: ../deployment/etcd/etcd-container-puppet.yaml
# FIXME(bogdando): switch it, once it is containerized
OS::TripleO::Services::Vpp: ../deployment/vpp/vpp-baremetal-puppet.yaml
OS::TripleO::Services::Vpp: ../deployment/deprecated/vpp/vpp-baremetal-puppet.yaml
parameter_defaults:
#Comma delimited list of <physical_network>:<VPP Interface>.

View File

@ -1,5 +1,5 @@
resource_registry:
OS::TripleO::Services::Vpp: ../../deployment/vpp/vpp-baremetal-puppet.yaml
OS::TripleO::Services::Vpp: ../../deployment/deprecated/vpp/vpp-baremetal-puppet.yaml
#parameter_defaults:
#VPP main thread core pinning

View File

@ -0,0 +1,7 @@
---
deprecations:
- VPP service and Neutron ML2/VPP plugin are deprecated in Xena
release. VPP service relies on puppet project which isn't
maintained for a while. Neutron ML2/VPP plugin is not actively
supported in TripleO. Both services would be disabled in future
releases.