ironic/ironic/common
Dmitry Tantsur 401f1af791 Simplify injecting network data into an ISO image
Currently we're building a VFAT image with the network data just
to unpack it back on the next step. Just pass the file directly.
This fixes a permission denied problem on Bifrost on Fedora
(at least).

As a nice side effect, the change reduces the amount of IO done
for virtual media quite substantially.

Also re-enable ironic-tempest-partition-uefi-redfish-vmedia

Change-Id: I5499fa42c1d82a1a29099fbbba6f45d440448b72
(cherry picked from commit d48479b52d)
2021-01-06 09:30:16 +01:00
..
glance_service Fix the remaining hacking issues 2020-03-31 13:40:00 +00:00
json_rpc json-rpc: surround IPv6 address with [] in conductor URL 2020-11-10 10:16:43 +00:00
__init__.py Remove copyright from empty files 2014-01-07 21:05:01 +08:00
boot_devices.py Add `FLOPPY` boot device constant 2019-09-13 13:40:02 +02:00
boot_modes.py Adds boot mode support to ManagementInterface 2018-06-15 15:19:41 +00:00
cinder.py Remove deprecated [cinder]url 2020-05-14 17:43:57 +02:00
components.py Add indicator management harness to ManagementInterface 2019-08-26 12:05:29 +02:00
config.py Finalize removal of ipxe_enabled option 2020-02-21 14:25:01 +08:00
context.py Fix tenant DeprecationWarning from oslo_context 2018-05-11 14:28:42 -07:00
dhcp_factory.py Change pxe dhcp options name to codes. 2017-10-13 12:50:58 +03:00
driver_factory.py Add my new address to .mailmap 2020-04-13 07:29:37 -07:00
exception.py Follow up to I44336423194eed99f026c44b6390030a94ed0522 2020-08-10 13:46:59 +08:00
faults.py Validating fault value when querying with fault field 2018-06-12 20:47:30 +08:00
fsm.py Stop using six library 2019-12-23 09:38:25 +01:00
grub_conf.template Fix for automated boot iso issue with IPA ramdisk 2015-04-10 09:09:53 -07:00
hash_ring.py Fix a race condition in the hash ring code 2020-09-28 17:15:28 +02:00
i18n.py Make oslo.i18n an optional dependency 2020-04-02 14:10:21 +02:00
image_service.py Allow HttpImageService to accept custom certificate 2020-09-07 14:51:34 +00:00
images.py Simplify injecting network data into an ISO image 2021-01-06 09:30:16 +01:00
indicator_states.py Add indicator management harness to ManagementInterface 2019-08-26 12:05:29 +02:00
isolinux_config.template Add support for creating vfat and iso images 2014-08-26 21:18:11 +05:30
keystone.py Switch Ironic to openstacksdk for Neutron 2020-08-19 10:48:17 +02:00
network.py Update wording used in removal of VIFs 2018-04-18 03:00:15 +00:00
neutron.py Fixes the issue that instance bond port can't get IP address 2020-11-13 06:37:17 +00:00
nova.py Update nova os-server-external-events response logic 2019-12-10 09:28:23 -06:00
policy.py Enable Basic HTTP authentication middleware 2020-06-05 01:15:08 +12:00
profiler.py Enable OSProfiler support in Ironic - follow-up 2017-08-18 14:41:44 +00:00
pxe_utils.py clean up mac address with the pxe configuration files 2020-09-09 09:48:53 +08:00
raid.py Software RAID: don't try to set local_gb to MAX 2020-07-03 14:27:05 +02:00
release_mappings.py Update release mappings and API history for 16.0 2020-09-24 11:19:48 +02:00
rpc.py Make versioned notifications topics configurable 2019-01-23 08:38:18 +01:00
rpc_service.py Remove locks before RPC bus is started 2020-07-28 08:03:21 -07:00
service.py reloads mutable config values on SIGHUP 2018-02-28 23:46:30 +00:00
states.py Clean up nodes in DELETING on conductor restart 2020-07-03 11:41:29 +02:00
swift.py Stop using six library 2019-12-23 09:38:25 +01:00
utils.py Replace oslo_utils.netutils type compares with ipaddress 2020-07-17 17:05:54 -07:00
wsgi_service.py Limit the default value of [api]api_workers to 4 2020-11-18 07:52:33 +00:00