Nicolas Leiva

Results 16 issues of Nicolas Leiva

### Problem Summary Step 3 - Examining Execution Environments shows an image with four EE's and references the `ee-supported-rhel8` execution environment, but students only see one EE: `network-ee ` ```...

The [examples](https://github.com/golang-standards/project-layout/tree/master/examples) folder seems to conflict with: [Use singular form for collection repo/folder name](https://dmitri.shuralyov.com/idiomatic-go#use-singular-form-for-collection-repo-folder-name). Thoughts?

### SDK version ``` github.com/hashicorp/terraform-plugin-sdk/v2 v2.14.0 ``` ### Relevant provider source code `helper/resource/testing.go` ```go // TestCheckOutput checks an output in the Terraform configuration func TestCheckOutput(name, value string) TestCheckFunc { return...

bug
subsystem/tests

##### ISSUE TYPE - Feature Idea ##### SUMMARY With the following config, I can run the playbook `playbook.yml` with by only typing `ansible-navigator`. ```yaml ansible-navigator: ansible: playbook: path: playbook.yml app:...

enhancement

Just sharing this as FYI as it's not a model issue. I've been hit by this now twice, so I'm sharing it to hopefully save someone time in the future....

Link: https://github.com/nleiva/go-links#networking Reasoning: This is a list of networking resources written in Go I have run into in the past. Feel free to cherry-pick those that are more relevant, there...

new link

For people like me that want to avoid installing dependencies in their environments and try to keep things isolated, running Pyang in a Container could come in handy. This [Dockerfile](https://github.com/nleiva/pyang/blob/master/Dockerfile)...

enhancement
question

##### SUMMARY NX-OS collection version 3.0 failed to gather facts on the always-on DevNet device. It complains about an IPv6 address on a loopback interface. > nxos/facts/legacy/base.py\", line 304, in...

The goal is to update the network report activity to gather network resource information from DevNet devices and build a report [sean style](https://github.com/network-automation/toolkit/tree/master/roles/build_report). As of now, everything seems to work....

##### SUMMARY `ios_route_maps` can only parse a Cisco IOS config that starts with route-map, probably from the `sh running-config | section ^route-map` command. Other Cisco IOS resource modules (most of...

bug
route_maps