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
This commit is contained in:
parent
27e10a72b0
commit
db03475b49
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user