Merge "Deprecate support for networking-vpp"

This commit is contained in:
Zuul 2022-08-01 10:27:57 +00:00 committed by Gerrit Code Review
commit 8a4b7ead61
3 changed files with 12 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# == Class: neutron::agents::ml2::vpp # == Class: neutron::agents::ml2::vpp
# #
# DEPRECATED !!
# Configure networking-vpp Neutron agent for ML2 plugin. # Configure networking-vpp Neutron agent for ML2 plugin.
# #
# === Parameters # === Parameters
@ -61,6 +62,8 @@ class neutron::agents::ml2::vpp (
include neutron::deps include neutron::deps
include neutron::params include neutron::params
warning('Support for the networking-vpp plugin has been deprecated.')
resources { 'neutron_agent_vpp': resources { 'neutron_agent_vpp':
purge => $purge_config, 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 # Install the networking-vpp ML2 mechanism driver and generate config file
# from parameters in the other classes. # from parameters in the other classes.
# #
@ -39,6 +41,8 @@ class neutron::plugins::ml2::vpp (
include neutron::deps include neutron::deps
require neutron::plugins::ml2 require neutron::plugins::ml2
warning('Support for the networking-vpp plugin has been deprecated.')
neutron_plugin_ml2 { neutron_plugin_ml2 {
'ml2_vpp/etcd_host': value => $etcd_host; 'ml2_vpp/etcd_host': value => $etcd_host;
'ml2_vpp/etcd_port': value => $etcd_port; '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.