Glenn Matthews

Results 290 comments of Glenn Matthews
trafficstars

Can we just use `set` instead of `list` in this case, or is there a case where we want to preserve the order within the adapter and just ignore order...

That makes sense. This should be relatively simple to do within the scope of the existing DSyncModelFlags paradigm if we want this to be toggle at a per-model level; if...

Workaround is to check explicitly `is not None` - see https://github.com/nautobot/nautobot-plugin-ssot/pull/18

I'm curious as to whether this should be considered a breaking change - i.e. are there any existing users of the library that rely on the current truthiness behavior?

Any way to prove that this does what it says? :-)

@mygoda Can you clarify the question please? Happy to help but I'm not clear what you are asking.

OK, so as I understand the question, you're currently using ovftool to export a VI VM to an OVA. You'd like to be able to use COT instead of ovftool...

It's not in the current COT feature set. I'm not opposed to adding this functionality (essentially the inverse of the current `cot deploy esxi` feature) but I'd like to have...

Hi! When last I looked into the OVF files exported from VirtualBox, the XML that you're referencing above was encapsulated in the VirtualBox-specific `vbox:Machine` section in the XML; I'm not...

Hm, this is not a use case I've previously encountered. I can look into it (could you provide an OVF file?) but I'm curious, is there a reason you're using...