{"id":42537150,"url":"https://github.com/netascode/nac-sdwan-example","last_synced_at":"2026-01-28T17:18:33.602Z","repository":{"id":329135128,"uuid":"1019559730","full_name":"netascode/nac-sdwan-example","owner":"netascode","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-17T14:19:03.000Z","size":649,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-21T02:45:07.737Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"RobotFramework","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netascode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-14T14:11:19.000Z","updated_at":"2025-12-17T14:19:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/netascode/nac-sdwan-example","commit_stats":null,"previous_names":["netascode/nac-sdwan-example"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/netascode/nac-sdwan-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fnac-sdwan-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fnac-sdwan-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fnac-sdwan-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fnac-sdwan-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netascode","download_url":"https://codeload.github.com/netascode/nac-sdwan-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fnac-sdwan-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28847291,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-28T17:18:32.185Z","updated_at":"2026-01-28T17:18:33.595Z","avatar_url":"https://github.com/netascode.png","language":"RobotFramework","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Terraform Version](https://img.shields.io/badge/terraform-%5E1.3-blue)](https://www.terraform.io)\n\n# Network-as-Code SD-WAN Terraform\n\nUse Terraform to operate and manage SD-WAN infrastructure using purpose built modules.\n\n## Setup\n\nInstall [Terraform](https://www.terraform.io/downloads) (\u003e 1.3.0), and the following Python tools:\n\n- [nac-validate](https://github.com/netascode/nac-validate)\n\n```shell\npip install nac-validate\n```\n\nSet environment variables pointing to vManage:\n\n```shell\nexport SDWAN_USERNAME=admin\nexport SDWAN_PASSWORD=cisco123\nexport SDWAN_URL=https://10.1.1.1\n```\n\nEncrypted secrets (`$CRYPT_CLUSTER$...`) might have to be updated like documented [here](https://wwwin-github.cisco.com/AS-Customer/sdwanac).\n\n## Initialization\n\n```shell\nterraform init\n```\n\nThis command will download all the required providers and modules from the public Terraform Registry ([https://registry.terraform.io](https://registry.terraform.io)).\n\n## Pre-Change Validation\n\n```shell\nnac-validate data/\n```\n\nThis command performs syntactic and semantic validation of YAML input files located in `data/`.\n\n## Terraform Plan/Apply\n\n```shell\nterraform apply\n```\n\nThis command will apply/deploy the desired configuration.\n\n## Testing\n\n```shell\nnac-test --data ./data --data ./defaults.yaml --templates ./tests/templates --output ./tests/results --filters ./jinja_filters/\n```\n* All data YAML files (```--data```) will be first combined into single data structure provided as input to templating process\n* Each template  in the ```--templates``` will be rendered and written to the output folder, keeping the folder structure\n* After all templates have been rendered Pabot will execute all test suites in parallel and create a test report in the  ```--output``` path.\n* ```--filters``` DIRECTORY Path to Jinja filters. Custom Jinja filters can be used by providing a set of Python classes where each filter is implemented as a separate Filter class in a .py file located in the --filters path. \n\nThis command will render and execute a set of tests and provide the results in a report (`tests/results/report.html`).\n\n## Terraform Destroy\n\n```shell\nterraform destroy\n```\n\nThis command will delete all the previously created configuration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetascode%2Fnac-sdwan-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetascode%2Fnac-sdwan-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetascode%2Fnac-sdwan-example/lists"}