blob: fec61904c14e034b76020049b2a48a113de32ed5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
---
features:
- |
The ``deploy`` deploy step of the ``iscsi`` deploy interface has been
split into three deploy steps:
* ``deploy`` itself (priority 100) boots the deploy ramdisk
* ``write_image`` (priority 80) writes the image to the disk exposed
via iSCSI.
* ``prepare_instance_boot`` (priority 60) prepares the boot device and
writes the bootloader (if needed).
Priorities 81 to 99 to be used for in-band deploy steps that run before
the image is written. Priorities 61 to 79 can be used for in-band deploy
steps that modify the written image before the bootloader is installed.
- |
The ``deploy`` deploy step of the ``ansible`` deploy interface has been
split into two deploy steps:
* ``deploy`` itself (priority 100) boots the deploy ramdisk
* ``write_image`` (priority 80) writes the image to the disk and configures
the bootloader.
Priorities 81 to 99 to be used for in-band deploy steps that run before
the image is written.
|