[Train Only] Renamve tripleo_upgrade_hiera into tripleo-upgrade-hiera.

When cherry-picking [0][1] it was missed that the tripleo_upgrade_hiera
role in tripleo-ansible (stable/train) is named tripleo-upgrade-hiera.
This is causing issues during the upgrade run command execution as it
can't identify the role by tripleo_upgrade_hiera.

[0] - I45e72bb598ef2157531919173e94ab36eb98ad16
[1] - I8bc42fb758a333adc9cd65602b44fabee6fc4041

Change-Id: I5a15cf1d90ecef37889fd36cbb5c8c37e3420670
Closes-Bug: #1893677
This commit is contained in:
Jose Luis Franco Arza 2020-08-31 18:39:36 +02:00 committed by Lukas Bezdicka
parent 9ba27e1ef8
commit 70f52b9922
2 changed files with 5 additions and 5 deletions

View File

@ -97,14 +97,14 @@ outputs:
msg: "Prepare ceph_nfs upgrade for {{ ceph_nfs_short_node_names_upgraded }}"
- name: add the ceph_nfs short name to hiera data for the upgrade.
include_role:
name: tripleo_upgrade_hiera
name: tripleo-upgrade-hiera
tasks_from: set.yml
vars:
tripleo_upgrade_key: ceph_nfs_short_node_names_override
tripleo_upgrade_value: "{{ceph_nfs_short_node_names_upgraded}}"
- name: remove the extra hiera data needed for the upgrade.
include_role:
name: tripleo_upgrade_hiera
name: tripleo-upgrade-hiera
tasks_from: remove.yml
vars:
tripleo_upgrade_key: ceph_nfs_short_node_names_override

View File

@ -157,14 +157,14 @@ outputs:
cacheable: no
- name: add the pacemaker remote short name to hiera data for the upgrade.
include_role:
name: tripleo_upgrade_hiera
name: tripleo-upgrade-hiera
tasks_from: set.yml
vars:
tripleo_upgrade_key: pacemaker_remote_short_node_names_override
tripleo_upgrade_value: "{{pacemaker_remote_short_node_names_upgraded}}"
- name: add the pacemaker remote ips to hiera data for the upgrade.
include_role:
name: tripleo_upgrade_hiera
name: tripleo-upgrade-hiera
tasks_from: set.yml
vars:
tripleo_upgrade_key: pacemaker_remote_node_ips_override
@ -173,7 +173,7 @@ outputs:
- name: remove the extra hiera data needed for the upgrade.
when: step|int == 1
include_role:
name: tripleo_upgrade_hiera
name: tripleo-upgrade-hiera
tasks_from: remove.yml
vars:
tripleo_upgrade_key: "{{item}}"