Merge "Add post_upgrade_task and remove puppet-ceph pkg"

This commit is contained in:
Zuul 2021-06-18 23:16:59 +00:00 committed by Gerrit Code Review
commit 6a1a636b53
1 changed files with 7 additions and 0 deletions

View File

@ -594,3 +594,10 @@ outputs:
name: tripleo_run_cephadm
when: groups['ceph_mon'] | default([]) | length > 0 or
groups['ceph_nfs'] | default([]) | length > 0
post_upgrade_tasks:
- name: Clean puppet-ceph package
when:
- (step | int) == 3
package:
name: puppet-ceph
state: absent