tripleo-heat-templates/environments/services/vpp.yaml
Alexey Stupnikov 18651160a9 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
2021-06-22 10:28:29 +02:00

10 lines
268 B
YAML

resource_registry:
OS::TripleO::Services::Vpp: ../../deployment/deprecated/vpp/vpp-baremetal-puppet.yaml
#parameter_defaults:
#VPP main thread core pinning
#VppCpuMainCore: '1'
#List of cores for VPP worker thread pinning
#VppCpuCorelistWorkers: ['3','4']