canonical / canonical/cloud-init
[enhancement]: add support for Universal Disk Format (UDF) iso data source
Open
enhancement
incomplete
- Dominant language
- Python
- Stars
- 3.8k
- Forks
- 1.1k
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 18
Description
# Enhancement
Currently we can only supply a [Universal Disk Format (UDF)](https://en.wikipedia.org/wiki/Universal_Disk_Format) iso to the [Azure data source](https://github.com/canonical/cloud-init/blob/26.1/cloudinit/sources/DataSourceAzure.py#L2066-L2067), but that should be generally available to all data sources.
All the places that currently search for iso9660 disks should also look for udf disks.
Contributor guide
Assessment
This issue has not been assessed yet.