ironic-python-agent/ironic_python_agent/extensions
Steve Baker e61336602f Fix root UUID for streamed partition images
The root UUID changes after a streamed partition image is written to
the block device, causing later deployment failure when assuming the
old UUID.

This change updates the root UUID after streaming the partition image
is complete.

This issue may have been missed in local testing because deploying the
same image repeatedly will result in stable root UUID across runs.

Change-Id: Ice4630c16fc216980488d1427f3b02e1b8a417fa
2021-03-19 12:08:43 +01:00
..
__init__.py Organize agent extensions 2014-04-14 15:09:12 -07:00
base.py Do not silently swallow errors in the write_image deploy step 2020-10-09 11:24:12 +02:00
clean.py Add an ability to run in-band deploy steps 2020-04-06 10:24:08 +02:00
deploy.py Add raid.apply_configuration deploy step 2020-04-20 12:50:14 +02:00
flow.py Update to hacking 0.12.0 and use new checks 2016-11-08 11:31:18 -08:00
image.py Fixes local boot for partition images 2021-02-17 10:56:31 +05:30
iscsi.py Update the cache if we don't have a root device hint 2020-08-25 19:34:48 +00:00
log.py Add a log extension 2016-06-28 17:02:11 +01:00
poll.py Adds poll mode deployment support 2020-06-21 16:44:00 +08:00
rescue.py Use crypt to generate salt 2020-03-19 15:16:00 +01:00
standby.py Fix root UUID for streamed partition images 2021-03-19 12:08:43 +01:00