Merge "Deprecate support for FUJITSU plugin"

This commit is contained in:
Zuul 2020-05-07 17:29:12 +00:00 committed by Gerrit Code Review
commit ac6bee9c79
4 changed files with 14 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#
# DEPRECATED!
# Install the Fujitsu ML2 plugin.
#
# === Parameters
@ -15,6 +16,8 @@ class neutron::plugins::ml2::fujitsu (
include neutron::deps
warning('FUJITSU plugin support is deprecated and will be removed in a future release')
ensure_resource('package', 'python-networking-fujitsu',
{
ensure => $package_ensure,

View File

@ -1,4 +1,5 @@
#
# DEPRECATED!
# Configure the Fujitsu neutron ML2 plugin for C-Fabric
#
# === Parameters
@ -48,6 +49,8 @@ class neutron::plugins::ml2::fujitsu::cfab (
{
require ::neutron::plugins::ml2
warning('FUJITSU plugin support is deprecated and will be removed in a future release')
neutron_plugin_ml2 {
'fujitsu_cfab/address' : value => $address;
'fujitsu_cfab/username' : value => $username;

View File

@ -1,4 +1,5 @@
#
# DEPRECATED!
# Configure the Fujitsu neutron ML2 plugin for FOS
#
# === Parameters
@ -59,6 +60,8 @@ class neutron::plugins::ml2::fujitsu::fossw (
{
require ::neutron::plugins::ml2
warning('FUJITSU plugin support is deprecated and will be removed in a future release')
neutron_plugin_ml2 {
'fujitsu_fossw/fossw_ips' : value => join(any2array($fossw_ips), ',');
'fujitsu_fossw/username' : value => $username;

View File

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