Merge "Add tags to baremetal cron removal tasks" into stable/pike

This commit is contained in:
Zuul 2017-11-08 05:07:01 +00:00 committed by Gerrit Code Review
commit 07ac3d18fd
4 changed files with 4 additions and 0 deletions

View File

@ -200,6 +200,7 @@ outputs:
tags: step2
service: name=httpd state=stopped enabled=no
- name: remove old cinder cron jobs
tags: step2
file:
path: /var/spool/cron/cinder
state: absent

View File

@ -166,6 +166,7 @@ outputs:
ignore_errors: True
register: heat_api_enabled
- name: remove old heat cron jobs
tags: step2
file:
path: /var/spool/cron/heat
state: absent

View File

@ -211,6 +211,7 @@ outputs:
tags: step2
service: name=httpd state=stopped enabled=no
- name: remove old keystone cron jobs
tags: step2
file:
path: /var/spool/cron/keystone
state: absent

View File

@ -246,6 +246,7 @@ outputs:
ignore_errors: True
when: {get_param: UpgradeRemoveUnusedPackages}
- name: remove old nova cron jobs
tags: step2
file:
path: /var/spool/cron/nova
state: absent