Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Populate network mapping from ovf envelope #546

Merged
merged 1 commit into from
Jul 15, 2016
Merged

Conversation

egorovv
Copy link
Contributor

@egorovv egorovv commented Jul 15, 2016

On OVF import bind network adapters to the networks specified in the
OVF envelope if they exist on the target.

On OVF import bind network adapters to the networks specified in the
OVF envelope if they exist on the target.
@dougm dougm merged commit e3c3cd0 into vmware:master Jul 15, 2016
@dougm
Copy link
Member

dougm commented Jul 15, 2016

thanks @egorovv

dougm added a commit to dougm/govmomi that referenced this pull request May 28, 2020
vCenter doesn't allow duplicate port group names within the network folder when creating via the UI
or the AddDVPortgroupTask() API. However, NSXt 3.0 can do so via other (unknown) means. With this
condition, govc would fail to map the given network name to its managed object reference.
To workaround this, a raw MO ref can now be used in the NetworkMapping, instead of the Network name
or inventory path.

Related history:
223168f * Add NetworkMapping section to importx options.
e3c3cd0 * Populate network mapping from ovf envelope (vmware#546)

Fixes vmware#1996
dougm added a commit to dougm/govmomi that referenced this pull request May 28, 2020
vCenter doesn't allow duplicate port group names within the network folder when creating via the UI
or the AddDVPortgroupTask() API. However, NSXt 3.0 can do so via other (unknown) means. With this
condition, govc would fail to map the given network name to its managed object reference.
To workaround this, a raw MO ref can now be used in the NetworkMapping, instead of the Network name
or inventory path.

Related history:
223168f * Add NetworkMapping section to importx options.
e3c3cd0 * Populate network mapping from ovf envelope (vmware#546)

Fixes vmware#1996
dougm added a commit to dougm/govmomi that referenced this pull request May 29, 2020
vCenter doesn't allow duplicate port group names within the network folder when creating via the UI
or the AddDVPortgroupTask() API. However, NSXt 3.0 can do so via other (unknown) means. With this
condition, govc would fail to map the given network name to its managed object reference.
To workaround this, a raw MO ref can now be used in the NetworkMapping, instead of the Network name
or inventory path.

Related history:
223168f * Add NetworkMapping section to importx options.
e3c3cd0 * Populate network mapping from ovf envelope (vmware#546)

Fixes vmware#1996
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants