Add the overcloud stack name when calling upgrade-non-controller.sh

If we call upgrade-non-controller.sh we might need to use a different stack
name.

This patch adds the Overcloud stack name when calling upgrade-non-controller.sh

Change-Id: I2e8ac84033521a992f6c36571ea8054522f8871c
Partial-bug: 1785040
(cherry picked from commit db03475b49)
This commit is contained in:
Carlos Camacho 2018-08-02 12:17:16 +02:00
parent f413dcb737
commit 5dc0496aae
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
source {{ undercloud_rc }}
upgrade-non-controller.sh --upgrade {{ node_name | splitext | first | splitext | first }} &> {{ node_name | splitext | first | splitext | first }}-upgrade.log
upgrade-non-controller.sh --upgrade {{ node_name | splitext | first | splitext | first }} --stack-name {{ overcloud_stack_name }} &> {{ node_name | splitext | first | splitext | first }}-upgrade.log