Merge "Deprecate Puppet 4"
This commit is contained in:
commit
2db94c7872
@ -5,4 +5,11 @@
|
|||||||
# This file is loaded in the params.pp of each class.
|
# This file is loaded in the params.pp of each class.
|
||||||
#
|
#
|
||||||
class openstacklib::defaults {
|
class openstacklib::defaults {
|
||||||
|
|
||||||
|
# TODO(tobias-urdin): Remove this in the T release when we remove
|
||||||
|
# all Puppet 4 related code.
|
||||||
|
if versioncmp($::puppetversion, '5.0.0') < 0 {
|
||||||
|
warning('OpenStack modules support for Puppet 4 is deprecated \
|
||||||
|
and will be officially unsupported in the T release')
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
prelude: >
|
||||||
|
Puppet OpenStack has in this release deprecated Puppet 4 support.
|
||||||
|
This older version of Puppet is EOL since October 2018 and will only
|
||||||
|
get security fixes. We will continue to support this Puppet version
|
||||||
|
for the duration of this release with minimal testing. In the next
|
||||||
|
release Puppet 4 support will be removed completely and you should
|
||||||
|
move to using Puppet 5 or the newly released Puppet 6.
|
Loading…
Reference in New Issue
Block a user