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

VIC cannot install into a NSX-T system: error not implemented for type mo.OpaqueNetwork #2968

Closed
mhagen-vmware opened this issue Nov 1, 2016 · 3 comments
Assignees
Labels
kind/defect Behavior that is inconsistent with what's intended

Comments

@mhagen-vmware
Copy link
Contributor

bin/vic-machine-linux create --target 1.2.3.4 --user root --password xxxxx --no-tls --name VCH-1234-4355 --force
WARN[2016-11-01T14:11:28-05:00] Configuring without TLS - all communications will be insecure
INFO[2016-11-01T14:11:28-05:00] ### Installing VCH ####
INFO[2016-11-01T14:11:30-05:00] Validating supplied configuration
INFO[2016-11-01T14:11:30-05:00] Using default datastore: local-0
ERROR unknown Action error: not implemented for type mo.OpaqueNetwork. See https://github.com/urfave/cli/blob/master/CHANGELOG.md#deprecated-cli-app-action-signature

@mhagen-vmware mhagen-vmware added the kind/defect Behavior that is inconsistent with what's intended label Nov 1, 2016
@mhagen-vmware mhagen-vmware changed the title VIC cannot install into a NSX-T system VIC cannot install into a NSX-T system: error not implemented for type mo.OpaqueNetwork Nov 1, 2016
@dougm
Copy link
Member

dougm commented Nov 1, 2016

This is coming from govmomi: https://github.com/vmware/govmomi/blob/master/list/lister.go#L95

I can add the case to handle mo.OpaqueNetwork, but don't have an NSX-T env to test against.

@dougm
Copy link
Member

dougm commented Nov 1, 2016

With vmware/govmomi#622 I was able to vic-machine create, pull + run busybox date. Trying to run regression tests but keep getting dropped off the vpn. Will try again later this evening.

@dougm
Copy link
Member

dougm commented Nov 2, 2016

Regression tests pass against the env @mhagen-vmware gave me access to. I'll open a PR to bump the vendor'd govmomi.

dougm added a commit to dougm/vic that referenced this issue Nov 2, 2016
Fixes vmware#2968 (NSX-T)

Avoid possible VirtualMachine.Device NPE seen in vmware#2818

Fix for vmware#2878 (docker image update still required)
@dougm dougm self-assigned this Nov 2, 2016
dougm added a commit to dougm/vic that referenced this issue Nov 2, 2016
Fixes vmware#2968 (NSX-T)

Avoid possible VirtualMachine.Device NPE seen in vmware#2818

Fix for vmware#2878 (docker image update still required)
dougm added a commit to dougm/vic that referenced this issue Nov 2, 2016
Fixes vmware#2968 (NSX-T)

Avoid possible VirtualMachine.Device NPE seen in vmware#2818

Fix for vmware#2878 (docker image update still required)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/defect Behavior that is inconsistent with what's intended
Projects
None yet
Development

No branches or pull requests

2 participants