Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,3 @@ updates:
all-actions:
patterns:
- "*"

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ docker-compose up

### Documentation

For detailed setup instructions, configuration options, and usage guide, see [SERVICE_CATALOG.md](SERVICE_CATALOG.md).
For detailed setup instructions, configuration options, and usage guide, see [docs/docs/service-catalog.mdx](docs/docs/service-catalog.mdx).

## License

Expand Down
1 change: 1 addition & 0 deletions docs/docs/developer-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@ uv run mypy .

# Linting
uv run ruff check .
uv run yamllint .

# Formatting
uv run ruff format .
Expand Down
9 changes: 3 additions & 6 deletions docs/docs/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Before you begin, ensure you have the following installed on your system:

### Required software

- **Python 3.11 or 3.12** - The demo requires a recent Python version
- **Python 3.10, 3.11 or 3.12** - The demo requires a recent Python version
- **[uv](https://github.com/astral-sh/uv)** - Fast Python package manager for dependency management
- **Docker** - For running Infrahub containers and optionally Containerlab (or equivalent such as OrbStack)
- **Git** - For cloning the repository
Expand Down Expand Up @@ -289,13 +289,10 @@ uv run infrahubctl object load objects/bootstrap
# 4. Load security data (optional)
uv run infrahubctl object load objects/security/

# 5. Populate security relationships (optional, required if you loaded security data)
uv run python scripts/populate_security_relationships.py

# 6. Add the demo repository
# 5. Add the demo repository
uv run infrahubctl repository add DEMO https://github.com/opsmill/infrahub-bundle-dc.git --read-only --ref main

# 7. Load event actions (optional, enables automatic generator execution)
# 6. Load event actions (optional, enables automatic generator execution)
uv run infrahubctl object load objects/events/
```

Expand Down
2 changes: 1 addition & 1 deletion queries/config/console.gql
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ query oob_config($device: String!) {
}
}
}
}
}
2 changes: 1 addition & 1 deletion queries/config/edge.gql
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ query edge_config($device: String!) {
}
}
}
}
}
2 changes: 1 addition & 1 deletion queries/config/firewall.gql
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ query firewall_config($device: String!) {
}
}
}
}
}
2 changes: 1 addition & 1 deletion queries/config/leaf.gql
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,4 @@ query leaf_config($device: String!) {
}
}
}
}
}
2 changes: 1 addition & 1 deletion queries/config/loadbalancer.gql
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ query loadbalancer_config($device: String!) {
}
}
}
}
}
2 changes: 1 addition & 1 deletion queries/config/oob.gql
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ query oob_config($device: String!) {
}
}
}
}
}
1 change: 0 additions & 1 deletion queries/config/spine.gql
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,3 @@ query spine_config($device: String!) {
}
}
}

2 changes: 1 addition & 1 deletion queries/topology/cabling.gql
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ query topology_cables($name: String!) {
}
}
}
}
}
2 changes: 1 addition & 1 deletion queries/topology/clab.gql
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ query topology_info($name: String!) {
}
}
}
}
}
2 changes: 1 addition & 1 deletion queries/topology/dc.gql
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ query topology_dc($name: String!) {
}
}
}
}
}
2 changes: 1 addition & 1 deletion queries/validation/loadbalancer_validation.gql
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ query loadbalancer_validation($device: String!) {
}
}
}
}
}