ManageIQ / manageiq

ManageIQ Open-Source Management Platform
https://manageiq.org
Apache License 2.0
1.35k stars 900 forks source link

Wrong management network when importing Ovirt image into ovirt-3.4 #358

Closed spyrexd closed 6 years ago

spyrexd commented 10 years ago

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>

Fryguy commented 10 years ago

@jrafanie Can you take a look at this one?

jrafanie commented 10 years ago

@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.

jvlcek commented 9 years ago

@miq-bot assign @simaishi

JPrause commented 8 years ago

@simaishi do you know if this is this still an open issue.

simaishi commented 8 years ago

Checked the current imagefactory code, but the network connection setting is still not exposed there.

miq-bot commented 7 years ago

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!

JPrause commented 6 years ago

@spyrexd can you close this issue.

spyrexd commented 6 years ago

Closing as requested