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:
Emilien Macchi 2018-08-01 16:35:21 -04:00
parent dfb946ff19
commit 6860fb84f5

View File

@ -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: