Merge "Puppet 5 is now officially unsupported"
This commit is contained in:
@@ -6,13 +6,6 @@
|
|||||||
#
|
#
|
||||||
class openstacklib::defaults {
|
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') {
|
if ($::os['family'] == 'Debian') {
|
||||||
$pyvers = '3'
|
$pyvers = '3'
|
||||||
$pyver3 = '3'
|
$pyver3 = '3'
|
||||||
|
@@ -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.
|
Reference in New Issue
Block a user