Rename Undercloud->External deployment

These plays are better named External deployment instead of Undercloud
deployment, as they aren't actually deploying the Undercloud. It's
confusing to see "Undercloud deployment" and "Overcloud deployment"
tasks in the same output when the undercloud is already deployed.

As the tasks are driving external deployments, and that's what the Heat
output is called (external_deploy_steps_tasks), this renames them to
External deployment.

Change-Id: I685d16d8b3dc5e0d59955ae4c8fac7410168d083
This commit is contained in:
James Slagle 2017-11-08 10:35:39 -05:00
parent 9ae319bf1e
commit 266c6f124a
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ outputs:
{%- endfor %}
{%- for step in range(1,deploy_steps_max) %}
- hosts: undercloud
name: Undercloud deployment step {{step}}
name: External deployment step {{step}}
gather_facts: no
any_errors_fatal: yes
become: false