Merge "Deprecate tripleo::profile::base::docker(_registry)"

This commit is contained in:
Zuul 2018-05-21 17:41:17 +00:00 committed by Gerrit Code Review
commit 19114034ea
2 changed files with 7 additions and 0 deletions

View File

@ -101,6 +101,8 @@ class tripleo::profile::base::docker (
$insecure_registry = false,
) {
warning('tripleo::profile::base::docker(_registry) are deprecated and will be removed in the future.')
if $step >= 1 {
package {'docker':
ensure => installed,

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
tripleo::profile::base::docker(_registry) are deprecated (replaced by ansible-role-container-registry)
and will be removed in the next release.