
We need to override the cluster definition during upgrade, so that we can build a one node cluster followed by a two and three nodes cluster. Change-Id: Id55a4ea7f0e8a8d95a49ba93853cf7844d938f43 Implements: blueprint upgrades-with-os
7 lines
125 B
YAML
7 lines
125 B
YAML
---
|
|
- name: delete the upgrade hiera file
|
|
file:
|
|
path: "{{tripleo_upgrade_hiera_file}}"
|
|
state: absent
|
|
become: yes
|