ironic-python-agent/ironic_python_agent
Julia Kreger 9830f3cb0f set EVENTLET_NO_GREENDNS to 'yes'
Eventlet, when monkey patching occurs, replaces the base
dns resolver methods. This can lead to compatability issues,
and un-expected exceptions being raised during the process
of monkey patching. Such as one if there are no resolvers.

As such, since we don't really need monkey patching of DNS,
and setting the flag should make the inspector CI jobs happier
where we don't need nor use DNS, AND tinycore may not be setting
a resolver configuration at all, which is the root of the failure
upon monkey patching that casues IPA to fail on start in certian
circumstances.

As a note, this has been performed on other projects due to
bugs. See Id9fe265d67f6e9ea5090bebcacae4a7a9150c5c2.

Change-Id: Ib8f7b844b1bfffff16f88ebbb6ef5ddbe61d5a30
Story: 2007936
Task: 40394
2020-07-31 16:21:06 +02:00
..
api Agent token support 2020-03-12 10:35:17 -07:00
cmd Agent token support 2020-03-12 10:35:17 -07:00
extensions Refactor part of image module 2020-07-07 10:44:50 +02:00
hardware_managers Fix gate and bump CoreOS version to latest stable. 2018-05-10 15:50:05 -07:00
shell Clear GPT and MBR headers with dd to avoid sgdisk CRC errors 2018-08-08 16:40:22 +00:00
tests Ignore devices with size 0 when collecting inventory 2020-07-09 18:28:20 +02:00
__init__.py set EVENTLET_NO_GREENDNS to 'yes' 2020-07-31 16:21:06 +02:00
agent.py Limit Inspection->Lookup->Heartbeat lag 2020-07-03 10:32:26 +02:00
config.py Extend retries to 9, 10 seconds apart. 2020-06-23 20:27:49 +00:00
dmi_inspector.py Collect processor, memory and BIOS output of dmidecode - follow-up 2017-07-27 07:30:54 -07:00
encoding.py Fix serializing ironic-lib exceptions 2020-07-02 12:18:53 +02:00
errors.py Add an ability to run in-band deploy steps 2020-04-06 10:24:08 +02:00
hardware.py Ignore devices with size 0 when collecting inventory 2020-07-09 18:28:20 +02:00
inspect.py Add jitter to inspection command reporting 2020-03-31 08:13:13 -07:00
inspector.py Limit Inspection->Lookup->Heartbeat lag 2020-07-03 10:32:26 +02:00
ironic_api_client.py Add debug message to node lookup 2020-06-25 16:04:00 +02:00
netutils.py Get the hostname of the introspected host 2019-06-12 13:00:21 +00:00
numa_inspector.py Skip nic numa_node discovery if it's not assigned to a numa_node 2020-01-17 11:15:35 +01:00
raid_utils.py Increase the ESP partition size to 550 MiB when using software RAID 2020-07-02 17:30:33 +02:00
utils.py Fix confusing logging when running asynchronous commands 2020-06-26 15:19:04 +02:00
version.py Add sphinx build + basic documentation 2015-03-31 16:22:12 -07:00