canonical / cloud-init

Official upstream for the cloud-init: cloud instance initialization
https://cloud-init.io/
Other
2.87k stars 857 forks source link

identify ovf datasource #2813

Closed ubuntu-server-builder closed 1 year ago

ubuntu-server-builder commented 1 year ago

This bug was originally filed in Launchpad as LP: #1667777

Launchpad details
affected_projects = []
assignee = None
assignee_name = None
date_closed = 2022-11-03T09:22:45.279283+00:00
date_created = 2017-02-24T19:27:42.314578+00:00
date_fix_committed = 2022-11-03T09:22:45.279283+00:00
date_fix_released = 2022-11-03T09:22:45.279283+00:00
id = 1667777
importance = medium
is_complete = True
lp_url = https://bugs.launchpad.net/cloud-init/+bug/1667777
milestone = None
owner = smoser
owner_name = Scott Moser
private = False
status = fix_released
submitter = smoser
submitter_name = Scott Moser
tags = []
duplicates = []

Launchpad user Scott Moser(smoser) wrote on 2017-02-24T19:27:42.314578+00:00

Currently there is no positive identification for ovf datasource in ds-identify. The ovf specification for iso transport only says that there will be a cdrom attached in iso9660 format, and that it would have an 'ovf-env.xml' file.

At this point, ds-identify does not do any mounting of devices, so mounting and looking for the file is not something I'd like to do if we can avoid it at all.

For further reference: https://lists.ubuntu.com/archives/ubuntu-devel/2017-February/039697.html

ubuntu-server-builder commented 1 year ago

Launchpad user James Falcon(falcojr) wrote on 2022-11-03T09:22:40.948696+00:00

We now have an OVF datasource and OVF detection in ds-identify.