Deprecate support for FUJITSU plugin

... because networking-fujitsu[1] is no longer maintained.

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

Change-Id: Iebcaa99967464b85f9046df1c4f28e0dc37f39db
This commit is contained in:
Takashi Kajinami
2020-05-06 20:49:19 +09:00
parent aad8d248f8
commit e1e1350f71
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.