Merge "Deprecate Puppet 5 support"
This commit is contained in:
commit
acdecdcb51
@ -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'
|
||||
|
@ -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.
|
Loading…
x
Reference in New Issue
Block a user