Gary T. Giesen
Gary T. Giesen
I'd rather see something like a more generic requisite similar to onlyif but the requisite is defined inline, similar to the slots functionality, where it's executed right before the state...
Given that AHV runs on KVM, perhaps `grains['virtual']` should be set to `kvm` and `grains['virtual_subtype']` should be set to either `ahv` or `nutanix`?
Also hitting this. Doesn't make for a great user experience, especially for less technical users.
I have a working implementation on junos. Just needs a bit of cleanup and then I'll submit a PR
Traceroute output from device: ``` router#traceroute 8.8.8.8 Type escape sequence to abort. Tracing the route to 8.8.8.8 1 192.0.2.129 0 msec 20 msec 0 msec 2 192.0.2.81 0 msec 0...
This apparently a duplicate of #1354 but there was no indication why that issue was closed.
Junos output for comparison: ``` napalm --user user -v junos router2 call traceroute --method-kwargs "destination='8.8.8.8'" Enter password: { "success": { "1": { "probes": { "1": { "ip_address": "192.0.2.114", "host_name": "192.0.2.114",...
Would love to see this get merged as well, would like to use behave with pre-commit. We're implementing behave in combination with vale (https://github.com/errata-ai/vale) to test vale styles so that...
Any update on this? Would still love to see it merged.
I'd expand this to say allow for an arbitrary script can be run so it's more flexible. So you can script it to deploy to git, or to use an...