DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
extend DataObjectType with CONFIG_DRIVE.
Add copyConfigDriveToPrimaryStorage method to the StorageProcessor interface.
Returning the path on primary storage in the response.
Implement added method in all StorageProcessors
Extend StorageSubsystemCommandHandlerBase.execute(CopyCommand cmd) to support DataObjectType.CONFIG_DRIVE
Add ConfigDriveObject class and ConfigDriveInfo interface.
Extend storage system to support calling copyAsync passing a ConfigDriveObject.
Add a service method to send the copyAsync, and wait until ISO is ready.
Call the new service method, after generating the ISO.
And as part of prepare migration, to make sure the ISO is available on the target host.
...