@@ -56,7 +56,7 @@ uv run infrahubctl object load objects/events/ --branch main
5656uv run infrahubctl branch create < branch-name>
5757
5858# Load data to specific branch
59- uv run infrahubctl object load objects/dc-arista-s.yml --branch < branch-name>
59+ uv run infrahubctl object load objects/dc/dc -arista-s.yml --branch < branch-name>
6060
6161# Create a proposed change for a branch
6262uv run invoke create-pc --branch < branch-name>
@@ -361,18 +361,18 @@ uv run invoke demo-dc-arista
361361
362362# Manual approach
363363uv run infrahubctl branch create my-branch
364- uv run infrahubctl object load objects/dc-arista-s.yml --branch my-branch
364+ uv run infrahubctl object load objects/dc/dc -arista-s.yml --branch my-branch
365365# Then run generator via InfraHub UI: Actions → Generator Definitions → create_dc
366366` ` `
367367
368368# ## Available Demo Data Files
369- - ` objects/dc-arista-s.yml` - Arista EOS data center
370- - ` objects/dc-cisco-s.yml` - Cisco NX-OS data center
371- - ` objects/dc-cisco-s-border-leafs.yml` - Cisco with border leafs
372- - ` objects/dc-juniper-s.yml` - Juniper data center
373- - ` objects/dc-sonic-border-leafs.yml` - SONiC with border leafs
374- - ` objects/pop-1.yml` - Point of presence 1
375- - ` objects/pop-2.yml` - Point of presence 2
369+ - ` objects/dc/dc -arista-s.yml` - Arista EOS data center
370+ - ` objects/dc/dc -cisco-s.yml` - Cisco NX-OS data center
371+ - ` objects/dc/dc -cisco-s-border-leafs.yml` - Cisco with border leafs
372+ - ` objects/dc/dc -juniper-s.yml` - Juniper data center
373+ - ` objects/dc/dc -sonic-border-leafs.yml` - SONiC with border leafs
374+ - ` objects/pop/pop -1.yml` - Point of presence 1
375+ - ` objects/pop/pop -2.yml` - Point of presence 2
376376
377377# # Service Catalog
378378
@@ -416,7 +416,7 @@ The project includes a Streamlit-based service catalog application:
416416 - ` 17_ip_prefix_pools.yml` - IP prefix pools
417417 - ` 18_devices.yml` - Pre-configured devices (corp-firewall, cisco-switch-01, etc.)
418418 - ` 19_docs.yml` - Documentation links
419- - ` objects/dc-*.yml ` - Demo scenario data files (Arista, Cisco, Juniper, SONiC)
419+ - ` objects/dc/ ` - Data center demo scenario files (Arista, Cisco, Juniper, SONiC)
420420- ` objects/security/` - Security-related demo data
421421- ` objects/cloud_security/` - Cloud security examples
422422- ` objects/events/` - Event action definitions
0 commit comments