tripleo-common/tripleo_common/actions
James Slagle efe21cdecb Revert "Set display_skipped_host to no"
display_skipped_hosts=no has the unfortunate side effect of not showing
the running task name until the task has returned. The reason is b/c the
task name won't be shown at all if all hosts are skipped, but that won't
be known until the task returns.

For long running tasks, this can be quite misleading as the running task
name is not seen until it returns. This makes debugging difficult, and users
don't know what task is actually running until it's completed.

There is an option to show the task name as soon as it starts executing,
but it was not added until ansible-2.9:
https://github.com/ansible/ansible/pull/53819

See also https://github.com/ansible/ansible/issues/51042

This reverts commit 403535c572.

Change-Id: Ia9e291d476d3143b194ce06002a0c1745cf3ef94
2019-11-05 16:45:11 -05:00
..
__init__.py Set heatclient exceptions to verbose 2018-11-30 10:43:12 +01:00
ansible.py Revert "Set display_skipped_host to no" 2019-11-05 16:45:11 -05:00
baremetal.py Split the action logic from the run method 2019-11-04 12:41:30 +00:00
baremetal_deploy.py Add missing allocations for active nodes 2019-09-13 11:10:05 +12:00
base.py Correct deprecated usage of ironicclient (broken with 3.0.0) 2019-09-26 08:35:43 +00:00
config.py Remove ProcessTemplatesAction as base class 2019-04-17 11:11:05 -06:00
container_images.py Handle swift interactions are strings as necessary 2019-03-01 15:45:56 -07:00
deployment.py Added support of overcloud os_cloud 2019-07-11 16:08:34 +05:30
derive_params.py Merge "Derives NUMA aware vSwitches parameters" 2019-02-08 23:36:47 +00:00
files.py Remove the file exists action and save and restore to swift actions 2019-08-22 09:21:47 +01:00
heat_capabilities.py Handle swift interactions are strings as necessary 2019-03-01 15:45:56 -07:00
package_update.py Remove ProcessTemplatesAction as base class 2019-04-17 11:11:05 -06:00
parameters.py Fix error in parsing nic config with duplicate quotes 2019-09-25 22:55:23 +05:30
plan.py Remove the unused tripleo.plan.update_from_dir Mistral action 2019-09-09 07:38:29 +00:00
scale.py Reset *RemovalPoliciesMode for node delete 2019-10-18 12:23:53 +05:30
swifthelper.py use Result from mistral_lib instead of mistral 2017-06-23 14:20:45 +01:00
templates.py Remove disable_constraints 2019-08-15 21:52:07 +00:00
undercloud.py Fix undercloud backup via tripleoclient 2019-03-27 12:06:27 +01:00
validations.py Make validation inputs configurable via Mistral 2019-04-01 10:43:11 +00:00
vcs.py Fix interaction between gitpython and eventlet 2019-03-07 15:37:52 +01:00