Merge "Deprecate tripleo::profile::base::docker(_registry)"
This commit is contained in:
commit
19114034ea
@ -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,
|
||||
|
5
releasenotes/notes/docker_registry-163bf23bc95761a8.yaml
Normal file
5
releasenotes/notes/docker_registry-163bf23bc95761a8.yaml
Normal 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.
|
Loading…
x
Reference in New Issue
Block a user