Closed spyrexd closed 6 years ago
@jrafanie Can you take a look at this one?
@jvlcek This looks related to the other imagefactory bugs you have where many of the ova xml options are not exposed. In this case, the network connection is not exposed: https://github.com/redhat-imaging/imagefactory/blob/39381440c9fd8145c52533cdf05ff75af499a113/imagefactory_plugins/ovfcommon/ovfcommon.py#L320
When we address the others, it should be easy to also expose this one.
@miq-bot assign @simaishi
@simaishi do you know if this is this still an open issue.
Checked the current imagefactory code, but the network connection setting is still not exposed there.
This issue has been automatically marked as stale because it has not been updated for at least 6 months.
If you can still reproduce this issue on the current release or on master
, please reply with all of the information you have about it in order to keep the issue open.
Thank you for all your contributions!
@spyrexd can you close this issue.
Closing as requested
The image manageiq-ovirt-master-20140714-6faf9a340c.ova has the default network as rhevm when the default network in ovirt-3.4 is ovirtmgmt. A current work around is to modify the ManageIQ ova configuration file in the ovirt export domain by replacing the rhevm with ovirtmgmt for the eth0 network. I did not use engine-image-uploader but manually extracted the image into the ovirt export domain.
Workaround:
<rasd:Connection>rhevm</rasd:Connection>
to<rasd:Connection>ovirtmgmt</rasd:Connection>