Josh VanDeraa

Results 163 comments of Josh VanDeraa

The documentation says that the app has to configure these settings. At least with what is linked. Do I configure `foo = bar()`? There isn't anything else linked to say...

@chadell should we get this implemented before the 1.0.0? And possibly look to add `nautobot.utilities.filters.MultiValueDateTimeFilter` to the search?

Looks like we have a lot out of date now @scetron

I'm seeing the following @scetron @mzbroch ``` Socket error during eAPI connection: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1123) ``` When I take the code out of the back end and...

1) Same environment as the worker ✅ 2) CLI and NAPALM tools ✅ 3) Same as (2) 4) OS Versions: ``` lsb_release -a No LSB modules are available. Distributor ID:...

Also attempted to move to just TLS 1.2 following this blog post, same error. https://medium.com/@what_if/disable-tls-1-0-on-arista-eapi-7bc27d016bbb

You have nailed this on the head of what this is. I was using the beautiful feature of the auto discovery, which used SSH before hand. The auto discovery is...

Makes sense on this one that there is a race condition when there are multiple workers. Probably something we can do in the docs to suggest using Welcome Wizard to...

Also related to https://github.com/arista-eosplus/pyeapi/issues/246

First thing that comes to mind is that this is related to Ansible's continuous challenge with integers. Will take a look at this yet. Just a thought.