Contribute a metadata service for OVF format
Hi,
I would like to contribute a new metadata service for OVF format, i.e. https://github.com/cloud-init/cloud-i...
The review is available in https://review.opendev.org/#/c/655154/
Regards, Jose
Nice, thanks! Could you please give us info on how to test it in an actual virtualization / cloud scenario?
Also, please note that the AzureMetadataService uses an ovf-env.xml, so there might be some overlapping there: https://github.com/openstack/cloudbase-init/blob/master/cloudbaseinit/metadata/services/azureservice.py
Posted in the review instructions on how to test the service in a virtualization scenario.
Also replied there to the question about Azure service overlapping (with an Azure ovf-env.xml sample): Azure creates a file ovf-env.xml, but the data is inside an Azure namespace. So the file created by vSphere is not parseable with Azure service.
Perfect thanks, we'll try it out ASAP, looking forward to merge this.
Would you publish a new beta installer with latest changes?