Merge "Deprecate Puppet 5 support"

This commit is contained in:
Zuul 2019-10-10 21:51:34 +00:00 committed by Gerrit Code Review
commit acdecdcb51
2 changed files with 13 additions and 0 deletions

View File

@ -6,6 +6,13 @@
#
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 @@
---
prelude: >
Puppet OpenStack has in this release deprecated Puppet 5 support.
This version of Puppet will be EOL as of May 2020 which means that
you can still use it during this release but in the V release using
Puppet 6 will be a requirement.