Revert "FFU: Add support for panko service upgrade"

This reverts commit bd48087520.

After further inspection It seems that panko dbsync shouldn't be
needed, as it will upgrade an newly created empty db.

And this is assuming we find a way to:
 - configure panko database connection properly
 - create the db

Knowing that we don't have access to this information[1] as the
new hieradata haven't been rendered at this stage.

So all that to upgrade a newly (I guess empty) database seems like too
much trouble.

The db will be created in the last step of the FFU.

[1] https://github.com/openstack/tripleo-heat-templates/blob/stable/ocata/puppet/services/panko-base.yaml#L39..L75

Change-Id: Ie68849a7033c199c339d28cdb10c3dba9419904b
Closes-Bug: #1760135
This commit is contained in:
Athlan-Guyot sofer 2018-03-30 15:59:06 +00:00 committed by Sofer Athlan-Guyot
parent bd48087520
commit f3d340fea7
1 changed files with 0 additions and 13 deletions

View File

@ -159,16 +159,3 @@ outputs:
host_prep_tasks: {get_attr: [PankoApiLogging, host_prep_tasks]}
metadata_settings:
get_attr: [PankoApiPuppetBase, role_data, metadata_settings]
fast_forward_upgrade_tasks:
- name: Install latest panko package
yum:
name: openstack-panko-api
state: latest
when:
- step|int == 6
- is_bootstrap_node|bool
- name: panko db sync
command: panko-dbsync
when:
- step|int == 8
- is_bootstrap_node|bool