Deprecate support for networking-vpp

The networking-vpp[1] project has been unmaintained. The code has not
been updated for 1.5 year and its CI has been broken for a while.

[1] https://opendev.org/x/networking-vpp

Change-Id: I7d9511455174830c801277d760ccf95e43d6cd29
This commit is contained in:
Takashi Kajinami 2022-07-09 23:02:15 +09:00
parent 7a7c469b85
commit 7a47c5a29d
3 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# == Class: neutron::agents::ml2::vpp
#
# DEPRECATED !!
# Configure networking-vpp Neutron agent for ML2 plugin.
#
# === Parameters
@ -61,6 +62,8 @@ class neutron::agents::ml2::vpp (
include neutron::deps
include neutron::params
warning('Support for the networking-vpp plugin has been deprecated.')
resources { 'neutron_agent_vpp':
purge => $purge_config,
}

View File

@ -1,4 +1,6 @@
# == Class: neutron::plugins::ml2::vpp
#
# DEPRECATED !!
# Install the networking-vpp ML2 mechanism driver and generate config file
# from parameters in the other classes.
#
@ -39,6 +41,8 @@ class neutron::plugins::ml2::vpp (
include neutron::deps
require neutron::plugins::ml2
warning('Support for the networking-vpp plugin has been deprecated.')
neutron_plugin_ml2 {
'ml2_vpp/etcd_host': value => $etcd_host;
'ml2_vpp/etcd_port': value => $etcd_port;

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
Support for the ``networking-vpp`` plugin has been deprecated and will be
removed in a future release.