{"id":20324554,"url":"https://github.com/netascode/brkdcn-2673-demo","last_synced_at":"2025-07-16T08:46:51.482Z","repository":{"id":113754877,"uuid":"598111998","full_name":"netascode/BRKDCN-2673-Demo","owner":"netascode","description":"Cisco Live US 2025 BRKDCN-2673 Demo","archived":false,"fork":false,"pushed_at":"2025-06-10T22:27:04.000Z","size":337,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-10T23:29:09.693Z","etag":null,"topics":["brkdcn","ciscolive","demo","iac","nac","nexus-as-code","terraform"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"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}},"created_at":"2023-02-06T12:30:12.000Z","updated_at":"2025-06-10T22:26:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"530f4df8-4875-44e3-a548-3a7e04191e21","html_url":"https://github.com/netascode/BRKDCN-2673-Demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/netascode/BRKDCN-2673-Demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2FBRKDCN-2673-Demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2FBRKDCN-2673-Demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2FBRKDCN-2673-Demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2FBRKDCN-2673-Demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netascode","download_url":"https://codeload.github.com/netascode/BRKDCN-2673-Demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2FBRKDCN-2673-Demo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265497996,"owners_count":23777093,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["brkdcn","ciscolive","demo","iac","nac","nexus-as-code","terraform"],"created_at":"2024-11-14T19:34:28.461Z","updated_at":"2025-07-16T08:46:51.477Z","avatar_url":"https://github.com/netascode.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cisco Live US 2025 BRKDCN-2673 Demo\n\n## Setup\n\nInstall [Terraform](https://www.terraform.io/downloads), and the following two Python tools:\n\n- [nac-validate](https://github.com/netascode/nac-validate)\n- [nac-test](https://github.com/netascode/nac-test)\n\n```shell\npip install -r requirements.txt\n```\n\nSet environment variables pointing to APIC:\n\n```shell\nexport ACI_USERNAME=admin\nexport ACI_PASSWORD=Cisco123\nexport ACI_URL=https://10.1.1.1\n```\n\nUpdate the `cloud` block within the `terraform` configuration in `main.tf` to point to your Terraform Cloud Organization and Workspace:\n\n```terraform\nterraform {\n  cloud {\n    organization = \"CiscoLive\"\n\n    workspaces {\n      name = \"BRKDCN-2673-Demo\"\n    }\n  }\n}\n```\n\nOr remove the `cloud` block completely to revert to local state storage.\n\n## Initialization\n\n```shell\nterraform init\n```\n\n## Pre-Change Validation\n\n```shell\nnac-validate ./data/\n```\n\n## Terraform Plan/Apply\n\n```shell\nterraform apply\n```\n\n## Testing\n\n```shell\nnac-test --data ./data --data ./defaults.yaml --templates ./tests/templates --output ./tests/results/aci\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetascode%2Fbrkdcn-2673-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetascode%2Fbrkdcn-2673-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetascode%2Fbrkdcn-2673-demo/lists"}