Merge "Fail on upgrade if legacy ceph::profile::params::osds hiera is found"
This commit is contained in:
commit
192356ecc4
@ -55,7 +55,10 @@ outputs:
|
||||
description: Role data for the Ceph OSD service.
|
||||
value:
|
||||
service_name: ceph_osd
|
||||
upgrade_tasks: []
|
||||
upgrade_tasks:
|
||||
- name: Check legacy Ceph hieradata
|
||||
tags: step0,validation
|
||||
shell: test "nil" == "$(hiera -c /etc/puppet/hiera.yaml ceph::profile::params::osds)"
|
||||
step_config: ''
|
||||
puppet_config:
|
||||
config_image: ''
|
||||
|
Loading…
Reference in New Issue
Block a user