Merge "Fail on upgrade if legacy ceph::profile::params::osds hiera is found"

This commit is contained in:
Zuul 2017-11-15 11:37:51 +00:00 committed by Gerrit Code Review
commit 192356ecc4
1 changed files with 4 additions and 1 deletions

View File

@ -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: ''