Make use of standalone-tripleo.yml env in standalone-upgrade.

The standalone deployment role is using /environments/standalone/
standalone-tripleo.yaml file, however in the role used for upgrading
we append environment/standalone.yml instead of the very same one.
This is causing issues at the time of upgrading.

Change-Id: I5ab70931d5df74a1e4f3369886f3b5ace9e11222
Closes-Bug: #1815770
This commit is contained in:
Jose Luis Franco Arza 2019-02-13 15:44:40 +01:00
parent d43f3093fa
commit 681104096a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ sudo yum update -y \
sudo openstack tripleo upgrade \
--templates \
--local-ip={{ standalone_ip }}/{{ standalone_network_prefix }} \
-e {{ overcloud_templates_path }}/environments/standalone.yaml \
-e {{ overcloud_templates_path }}/environments/standalone/standalone-tripleo.yaml \
-r {{ overcloud_templates_path }}/roles/{{ standalone_role }} \
-e "{{ working_dir }}/containers-prepare-parameters-upgrade.yaml" \
-e "{{ working_dir }}/standalone_parameters_upgrade.yaml" \