tripleo-common/tripleo_common/tests/actions
Emilien Macchi d9433a5af0 ansible: limit_hosts now takes precedence over blacklisted_hostnames
From now, limit_hosts will take precedence over the blacklisted_hostnames.
And therefore Ansible won't be run with two --limit if both limit hosts
and blacklisted hostnames are in use. When we want to run Ansible on
specific hosts, we will ignore the blacklisted nodes and assume we know
what we do. In the case of the scale-down scenario, the unreachable nodes
are ignored.

Note: adding unit tests coverage for both parameters.
Note-bis: unit tests aren't clean backport on train, since Ansible CLI
wasn't exactly the same.

Change-Id: I2e9fc7b9e9005fce7d956f1b936054e540b39849
Closes-Bug: #1857298
(cherry picked from commit 8cd3b14925)
2020-07-15 22:21:51 -04:00
..
__init__.py Initial Integration of Mistral into TripleO 2016-05-16 09:15:14 -04:00
test_ansible.py ansible: limit_hosts now takes precedence over blacklisted_hostnames 2020-07-15 22:21:51 -04:00
test_baremetal.py Stop setting boot_option=local on ironic nodes 2018-11-19 16:05:07 +00:00
test_baremetal_deploy.py Clean up instance defaults setting 2020-01-08 10:32:31 +13:00
test_base.py Correct deprecated usage of ironicclient (broken with 3.0.0) 2019-09-26 08:35:43 +00:00
test_config.py Mock swiftutils for overcloud config action test 2019-01-03 18:49:00 +00:00
test_container_images.py Convert Docker*Image parameters 2019-06-05 18:47:37 +00:00
test_deployment.py Modify roles to remove unused services 2020-06-10 11:33:21 +05:30
test_derive_params.py Derives NUMA aware vSwitches parameters 2018-11-28 22:32:23 -05:00
test_files.py Remove the file exists action and save and restore to swift actions 2019-08-22 09:21:47 +01:00
test_heat_capabilities.py Fix environments sorting 2018-12-03 18:02:21 +01:00
test_package_update.py Set DeployIdentifier on update/upgrade/ffwd prepare actions 2018-11-26 13:23:49 +01:00
test_parameters.py Ensure lanplus is unset when using redfish 2020-06-25 13:03:56 +00:00
test_plan.py Remove the unused tripleo.plan.gather_roles Mistral action 2019-08-22 09:21:47 +01:00
test_scale.py Match hostname when doing node delete 2020-04-01 11:16:03 +05:30
test_swifthelper.py use Result from mistral_lib instead of mistral 2017-06-23 14:20:45 +01:00
test_templates.py Modify roles to remove unused services 2020-06-10 11:33:21 +05:30
test_undercloud.py Fix undercloud backup via tripleoclient 2019-03-27 12:06:27 +01:00
test_validations.py Make validation inputs configurable via Mistral 2019-04-01 10:43:11 +00:00
test_vcs.py Fix interaction between gitpython and eventlet 2019-03-07 15:37:52 +01:00