{"id":20324597,"url":"https://github.com/netascode/devnet-2097-demo","last_synced_at":"2025-10-30T07:09:28.305Z","repository":{"id":37895114,"uuid":"502750033","full_name":"netascode/DEVNET-2097-Demo","owner":"netascode","description":"Cisco Live Amsterdam 2023 DEVNET-2097 Demo","archived":false,"fork":false,"pushed_at":"2024-01-21T09:59:24.000Z","size":161,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-14T19:42:01.193Z","etag":null,"topics":["cisco","cisco-live","devnet","iac","terraform"],"latest_commit_sha":null,"homepage":"https://github.com/netascode/DEVNET-2097-Demo","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":"2022-06-12T23:24:06.000Z","updated_at":"2024-06-18T13:45:01.000Z","dependencies_parsed_at":"2022-08-19T23:40:36.204Z","dependency_job_id":"37b024c4-8035-4f40-8de4-7e48fb7333b8","html_url":"https://github.com/netascode/DEVNET-2097-Demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2FDEVNET-2097-Demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2FDEVNET-2097-Demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2FDEVNET-2097-Demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2FDEVNET-2097-Demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netascode","download_url":"https://codeload.github.com/netascode/DEVNET-2097-Demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233905073,"owners_count":18748581,"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":["cisco","cisco-live","devnet","iac","terraform"],"created_at":"2024-11-14T19:34:39.046Z","updated_at":"2025-09-22T23:31:49.299Z","avatar_url":"https://github.com/netascode.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cisco Live Amsterdam 2023 DEVNET-2097 Demo\n\n## Setup\n\nInstall [Terraform](https://www.terraform.io/downloads), and the following two Python tools:\n\n- [iac-validate](https://github.com/netascode/iac-validate)\n- [iac-test](https://github.com/netascode/iac-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 = \"CLAMS23\"\n\n    workspaces {\n      name = \"DEVNET-2097-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\niac-validate ./data/\n```\n\n## Terraform Plan/Apply\n\n```shell\nterraform apply\n```\n\n## Testing\n\n```shell\niac-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%2Fdevnet-2097-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetascode%2Fdevnet-2097-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetascode%2Fdevnet-2097-demo/lists"}