Adrian Todorov

Results 24 comments of Adrian Todorov

I think having external compilers would be a pretty cool addition and be used for #49

@SleepWalker i think it'd be interesting if you share your mixed go/js version, to see how you've implemented it, which could be helpful for other js based integrations ( like...

So, after some more digging, we've narrowed down the cause for this problem. https://github.com/hashicorp/terraform-provider-vsphere/blob/9d5570c76b48899b64601c52ad3dda5bb8c552d5/vsphere/internal/helper/contentlibrary/content_library_helper.go#L553-L563 `ovf_mapping` is used for the key of the storage_mapping struct ( [spec here](https://vdc-download.vmware.com/vmwb-repository/dcr-public/d87b0863-0ebd-4ec7-b032-40398c7fded9/0acea89e-2bd1-4251-bf4c-b03275f964a7/VMware-vCloud-Suite-SDK-REST-6.0.0/docs/apidocs/structures/com/vmware/vcenter/ovf/LibraryItem/resource_pool_deployment_spec-structure.html) ). If it...

@appilon @tenthirtyam I don't see the link between hardware customisation and the fact that it's pretty non-obvious how to deploy an OVF template because terraform has optional parameters that are...

So i checked the linked issue and it's an unrelated problem :) Manually mapping nics and disks fixes the 500 from this one. @appilon could you please reopen this one?

@boydkelly @oneleaftea @appernetic i've fixed the warning in #50

I +1 this. There was a PR some time ago with basic metrics, but Cameron Sparr rejected it because that would add libvirt as a dependency for everyone. I think...

@sparrc Over the weekend i did some work on rebasing the libvirt plugin, but i had a question. I asked it in the original PR, #357 , but it's closed...

According to https://github.com/rgbkrk/libvirt-go/blob/master/README.md 's OS compatibility matrix, some older OS'es ' default version, like Debian 6, Ubuntu before 14.04, RHEL and CentOS 5 & 6 are incompatible. Old, but still...

@stuartbfox, thanks. For now it's fine - i just had to update the doc and the import paths. I'll probably add a few metrics, but later on, you're welcome to...