{"id":41271293,"url":"https://github.com/opsmill/devnet-live-2025","last_synced_at":"2026-01-23T02:24:54.647Z","repository":{"id":294592660,"uuid":"963421173","full_name":"opsmill/devnet-live-2025","owner":"opsmill","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-25T16:01:41.000Z","size":56,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T19:02:33.011Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/opsmill.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,"zenodo":null}},"created_at":"2025-04-09T16:52:07.000Z","updated_at":"2025-08-20T04:28:02.000Z","dependencies_parsed_at":"2025-05-21T06:46:27.903Z","dependency_job_id":null,"html_url":"https://github.com/opsmill/devnet-live-2025","commit_stats":null,"previous_names":["opsmill/devnet-live-2025"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/opsmill/devnet-live-2025","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsmill%2Fdevnet-live-2025","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsmill%2Fdevnet-live-2025/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsmill%2Fdevnet-live-2025/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsmill%2Fdevnet-live-2025/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/opsmill","download_url":"https://codeload.github.com/opsmill/devnet-live-2025/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/opsmill%2Fdevnet-live-2025/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28678235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T01:00:35.747Z","status":"online","status_checked_at":"2026-01-23T02:00:08.296Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-23T02:24:53.981Z","updated_at":"2026-01-23T02:24:54.634Z","avatar_url":"https://github.com/opsmill.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# how to build a production-grade automation platform with Infrahub\n\nThis project was created during a 2 parts stream with Adrian from Cisco DevNet to showcase how to build a production-grade automation platform with Infrahub.\n\n- Part 1 (April 2025) : https://www.youtube.com/watch?v=E3KLBzyNBrU\n- Part 2 (May 2025) : https://www.youtube.com/watch?v=SlncONsRyX4\n\n\n## Create your environment\n\n### 1. Initialize uv project\n\n```shell\nuv init devnet-live-2025\ncd devnet-live-2025\nuv add infrahub-sdk --extra all\n```\n\n### 2. Create project structure\n\n```shell\nmkdir schemas\nmkdir data\nmkdir templates\nmkdir tests\n```\n\n### 3. Start infrahub\n\nOption 1 - start with a one liner command\n```shell\ncurl https://infrahub.opsmill.io | docker compose -p infrahub -f - up -d\n```\n\n\nOption 2 - Copy the docker compose file locally and start docker compose\n```shell\ncurl https://infrahub.opsmill.io \u003e docker-compose.yaml\ndocker compose up -d\n```\n\nStop Infrahub (assuming you used Option 2)\n```shell\ndocker compose down -v\n```\n\n### Configure Infrahubctl\n```shell\nsource .venv/bin/activate\n```\n\n```shell\nexport INFRAHUB_USERNAME=admin\nexport INFRAHUB_PASSWORD=infrahub\nexport INFRAHUB_ADDRESS=http://localhost:8000\n```\n\n```shell\ninfrahubctl info\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopsmill%2Fdevnet-live-2025","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopsmill%2Fdevnet-live-2025","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopsmill%2Fdevnet-live-2025/lists"}