Merge "Puppet 5 is now officially unsupported"

This commit is contained in:
Zuul 2020-05-31 12:04:47 +00:00 committed by Gerrit Code Review
commit d44ffa6e26
2 changed files with 6 additions and 7 deletions

View File

@ -6,13 +6,6 @@
#
class openstacklib::defaults {
# TODO(tobias-urdin): Remove this in the V release when
# we officially remove the support.
if versioncmp($::puppetversion, '6.0.0') < 0 {
warning('OpenStack modules support for Puppet 5 is deprecated \
and will be officially unsupported in the V release')
}
if ($::os['family'] == 'Debian') {
$pyvers = '3'
$pyver3 = '3'

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
Puppet 5 is now officially unsupported and support may be broken in any of
the Puppet modules in this cycle. We recommend all deployments to start
using Puppet 6 in this release.