Switch deployment_source_hosts default to "Undercloud"
"undercloud" host is too opinionated and hostnames can change. We should rather apply the tasks to the Undercloud HostGroup, which contains one host for now: the actual undercloud hostname. So this patch switches "undercloud" to "Undercloud" so when the hostname isn't "undercloud", the external tasks will run correctly on this host. Change-Id: I7200f930387406e6cc8e6fee6d5278768074c892 Closes-Bug: #1784910
This commit is contained in:
parent
dfb946ff19
commit
6860fb84f5
@ -46,7 +46,7 @@ parameters:
|
||||
Setting this to a unique value will re-run any deployment tasks which
|
||||
perform configuration on a Heat stack-update.
|
||||
deployment_source_hosts:
|
||||
default: 'undercloud'
|
||||
default: 'Undercloud'
|
||||
type: string
|
||||
description: Host or hostgroup that runs the deployment
|
||||
deployment_target_hosts:
|
||||
|
Loading…
Reference in New Issue
Block a user