Commit Graph

18 Commits

Author SHA1 Message Date
Damien
4bef9303ba Update README.md tables to be more compact
Add .ruff_cache to .gitignore
2026-02-26 15:15:53 +01:00
b31632109a docs: update README to remove Infrahub schema/data references (#42)
Remove all references to local Infrahub schemas, data files, and
.infrahub.yml config. The orchestrator now treats Infrahub as an
external Source of Truth queried via infrahub-sdk. Schema and data
are managed in the arista-evpn-vxlan-clab repository.
2026-02-26 14:05:07 +00:00
Damien
ea6b66d639 docs: reformat README tables for better raw readability
Update Markdown tables including InfraHub comparison, Prefect benefits, and project progress phases to use consistent column padding. This improves the visual alignment and readability when viewing the raw source file.
2026-02-06 09:00:27 +01:00
Damien
c6595cda51 docs: replace ASCII architecture diagram with Excalidraw SVG
Replace the text-based ASCII art representation of the system architecture with a linked Excalidraw SVG image. This improves visual clarity, readability, and maintainability of the architectural overview in the README.
2026-02-05 13:03:03 +01:00
383aa6b35f docs: Add Git-as-backend architecture for InfraHub
- Repository now serves as InfraHub backend (schema + data in Git)
- Add data/ directory structure for infrastructure objects
- Add transforms/ for Jinja2 config templates
- Update architecture diagram to show Git-centric workflow
- Add "Repository as InfraHub Backend" section explaining benefits
- Simplify project structure to reflect new approach
2026-02-05 08:48:34 +00:00
77ca22bd0a docs: Update README for InfraHub migration
- Replace NetBox with InfraHub as Source of Truth
- Update architecture diagram
- Explain InfraHub benefits (Git-native, custom schema)
- Update project structure (remove netbox references)
- Update technology stack
- Revise project phases for new approach
2026-02-05 08:42:51 +00:00
ec0150fc01 Update README.md 2026-02-01 14:44:59 +00:00
17888b7425 docs: Update README - remove Kestra comparison, update status
- Remove "Kestra vs Prefect Comparison" section (decision made)
- Update project status to reflect current phase
- Simplify "Why Prefect?" section
- Clean up architecture diagram formatting
2026-01-30 10:22:49 +00:00
6c456a2bd6 docs: migrate README from Kestra to Prefect orchestration
- Replace Kestra references with Prefect
- Update architecture diagram for Python-native flows
- Add Kestra vs Prefect comparison table
- Update project structure for Prefect flows
- Update technology stack table
- Add Prefect flow example with @flow/@task decorators
- Update Getting Started section for Prefect
- Update references and documentation links
2026-01-30 10:18:10 +00:00
7be72392b6 docs: update README with Kestra orchestration architecture
- Replace custom Python asyncio/Redis architecture with Kestra
- Update architecture diagram to show Kestra workflow layer
- Add "Why Kestra?" section explaining the choice
- Update project structure for Kestra workflows
- Update technology stack table
- Add Kestra workflow example
- Update references with Kestra documentation
2026-01-10 12:58:53 +00:00
darnodo
2445750f23 docs: format markdown tables and update CLI command syntax
- Align columns in README.md roadmap and technology stack tables
- Update CLI example to use 'uv run fabric-orch' command prefix
- Improve overall markdown table readability
2026-01-07 12:51:14 +01:00
darnodo
f8ef64e9b0 docs: update installation steps and reformat markdown tables
- Update the dependency installation command in the main README to use `uv sync` instead of `pip`, reflecting the project's package manager.
- Realign markdown tables in `src/yang/README.md` to improve raw text readability and consistency.
2025-12-26 15:56:17 +01:00
ad3e93b933 Actualiser README.md 2025-12-26 14:48:56 +00:00
a796864aad Actualiser README.md 2025-12-26 14:46:19 +00:00
b864273dfb Actualiser README.md 2025-12-26 14:45:10 +00:00
8a069c1e24 docs: Simplify README, link to issues for phase tracking 2025-12-20 15:50:16 +00:00
9102bc1318 docs: Add comprehensive README with architecture and project phases 2025-12-20 15:36:14 +00:00
cac41f330d Initial commit 2025-12-20 15:34:01 +00:00