Remove unused post update and upgrade tasks

These tasks were incorrectly placed in post update and upgrade steps.
They need to be moved to tripleo-ansible.
See https://review.opendev.org/#/c/696727/

Closes-Bug: #1836074
Change-Id: I7da826200db1b6ac7d2a60cfa2577004d27aee17
This commit is contained in:
Carlos Goncalves 2019-11-29 17:06:19 +01:00
parent 8baf366b6d
commit 531327eec9
3 changed files with 0 additions and 36 deletions

View File

@ -155,15 +155,3 @@ outputs:
setype: "{{ item.setype }}"
with_items:
- { 'path': /var/log/containers/octavia, 'setype': svirt_sandbox_file_t, 'mode': '0750' }
post_upgrade_tasks:
- name: remove directory /etc/octavia/conf.d/common
when: step|int == 5
file:
path: "/var/lib/config-data/puppet-generated/octavia/etc/octavia/conf.d/common"
state: absent
post_update_tasks:
- name: remove directory /etc/octavia/conf.d/common
when: step|int == 5
file:
path: "/var/lib/config-data/puppet-generated/octavia/etc/octavia/conf.d/common"
state: absent

View File

@ -155,15 +155,3 @@ outputs:
with_items:
- { 'path': /var/log/containers/octavia, 'setype': svirt_sandbox_file_t, 'mode': '0750' }
upgrade_tasks: []
post_upgrade_tasks:
- name: remove directory /etc/octavia/conf.d/common
when: step|int == 5
file:
path: "/var/lib/config-data/puppet-generated/octavia/etc/octavia/conf.d/common"
state: absent
post_update_tasks:
- name: remove directory /etc/octavia/conf.d/common
when: step|int == 5
file:
path: "/var/lib/config-data/puppet-generated/octavia/etc/octavia/conf.d/common"
state: absent

View File

@ -155,15 +155,3 @@ outputs:
persistent: yes
state: yes
upgrade_tasks: []
post_upgrade_tasks:
- name: remove directory /etc/octavia/conf.d/common
when: step|int == 5
file:
path: "/var/lib/config-data/puppet-generated/octavia/etc/octavia/conf.d/common"
state: absent
post_update_tasks:
- name: remove directory /etc/octavia/conf.d/common
when: step|int == 5
file:
path: "/var/lib/config-data/puppet-generated/octavia/etc/octavia/conf.d/common"
state: absent