#3 config.ini: export OVA metadata
Opened 7 years ago by gscrivano. Modified 7 years ago
gscrivano/fedora-atomic add-ova-metadata  into  master

file modified
+4
@@ -16,3 +16,7 @@ 

  # lorax_additional_repos = http://127.0.0.1/fedora-atomic/local-overrides

  lorax_include_packages = fedora-productimg-atomic

  docker_os_name = fedora

+ 

+ vsphere_product_name = Fedora Atomic

+ vsphere_product_vendor_name = Fedora Project

+ vsphere_product_version = Rawhide

it requires this change in rpm-ostree-toolbox:

commit e58c8669d3fc71fd7f3fee932fe2733e617c4157

Author: Giuseppe Scrivano gscrivan@redhat.com

Date: Fri Apr 29 13:18:41 2016 +0200

Propagate ova settings to ImageFactory

Allow to specify 'vsphere_product_name',
'vsphere_product_vendor_name', 'vsphere_product_version' and
'vsphere_virtual_system_type' in the configuration file.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

fixup

Closes: #91
Approved by: cgwalters

I think this one should be Fedora Project?

I think this one should be Fedora Project?

We're not building OVA files for Fedora right now, so I guess it doesn't matter too much.

rebased

7 years ago

ah true. I have pushed another version with the amended change

We're not building OVA files for Fedora right now, so I guess it doesn't matter too much.

We also do not use rpm-ostree-toolbox in Fedora

ah true. I have pushed another version with the amended change

@gscrivano the vagrant images in Fedora are made by koji running image factory. If we needed some extra data we would need to make sure that imagefactory and koji support what is needed.

Metadata