tripleo-common/tripleo_common/utils
Rabi Mishra 13b77d3670 Ensure blacklisted nodes are not included in server_names
'ServerIdData' map actually returns 'None' ids for blacklisted
nodes for a role, as 'nova_server_resource' output is
evaluated with condition 'server_not_blacklisted'. This
results in get_server_names() returning these blacklisted
nodes with something like 'None: compute-1' and results
in issues when we write ansible_host_vars. As we don't intend to
write ansible_host_vars for blacklisted nodes, we can ignore
these from 'server_names'.

Closes-bug: #1856661
Change-Id: Iafecc885abac5583c07bc046bc4d541f5e1e1c00
(cherry picked from commit d407c96d17)
2019-12-20 11:24:41 +00:00
..
locks Make upload workers faster on processing layers 2019-11-19 10:05:38 +00:00
__init__.py Initial workflow implementation of tripleo-common 2015-12-07 12:38:42 -05:00
config.py Ensure blacklisted nodes are not included in server_names 2019-12-20 11:24:41 +00:00
glance.py Accept glance image ID in addition to name 2017-10-24 15:22:03 -04:00
image.py Make upload workers faster on processing layers 2019-11-19 10:05:38 +00:00
keystone.py nova-less-deploy: deploy_instances and undeploy_instances workflows 2019-01-16 12:41:42 +01:00
nodes.py Supports specifying profile explicitly in instackenv.json 2018-11-08 16:23:46 +01:00
overcloudrc.py Quote output values for overcloudrc 2019-12-05 14:29:28 +00:00
parameters.py Add convert_docker_params function 2019-04-10 10:02:53 -04:00
passwords.py Ensure that OctaviaServerCertsKeyPassphrase is 32-byte long 2019-07-08 13:52:32 +00:00
plan.py Handle secret strings correctly 2019-03-01 22:46:05 +00:00
process.py Support for Buildah in kolla_builder 2019-02-14 13:34:51 +00:00
roles.py Allow networks in roles_data to be dict or list 2018-09-04 18:58:15 +02:00
safe_import.py Fix interaction between gitpython and eventlet 2019-03-07 15:37:52 +01:00
swift.py utils/swift/download_container: python3 adjustment 2019-03-08 10:56:40 -07:00
tarball.py Open tarball in binary mode 2018-08-21 16:16:57 -06:00
time_functions.py Add GUI logging workflows 2017-08-08 08:55:55 +02:00
validations.py Processing available Ansible variables as 'parameters' not as 'metadata' 2019-07-16 10:09:20 +02:00