Deprecate support for networking-odl

The networking-odl project is being deprecated[1].

This change deprecates the implementations to deploy networking-odl,
because the project is no longer developed.

[1] https://lists.openstack.org/pipermail/openstack-discuss/2023-March/033003.html

Change-Id: I75c04c63288387946e1c89b0677770cf10db73cd
This commit is contained in:
Takashi Kajinami 2023-05-24 17:32:14 +09:00
parent ad9deff3a2
commit 065907327c
3 changed files with 11 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#
# DEPRECATED !!
# Install the OpenDaylight and generate config file
# from parameters in the other classes.
#
@ -51,6 +52,8 @@ class neutron::plugins::ml2::opendaylight (
include neutron::params
require neutron::plugins::ml2
warning('Support for networking-odl has been deprecated.')
package { 'python-networking-odl':
ensure => $package_ensure,
name => $::neutron::params::odl_plugin_package,

View File

@ -1,4 +1,5 @@
#
# DEPRECATED !!
# Configure OVS to use OpenDaylight
#
# === Parameters
@ -121,6 +122,8 @@ class neutron::plugins::ovs::opendaylight (
include neutron::deps
warning('Support for networking-odl has been deprecated.')
# Handle the case where ODL controller is also on this host
Service<| title == 'opendaylight' |> -> Exec <| title == 'Wait for NetVirt OVSDB to come up' |>

View File

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