srl-labs / netbox-nrx-clab

This lab demonstrates creating Digital Twin networks for lab use-cases with Netbox and NetReplica
31 stars 3 forks source link

Updated nrx script as nrx.py was replaced with shell script #3

Closed mrmrcoleman closed 3 months ago

mrmrcoleman commented 3 months ago

Step 4 fails because nrx changed nrx.py to a shell script called nrx in commit https://github.com/netreplica/nrx/commit/7ac726015b1bf034b236bf9c23cb21065f3993a8

hellt commented 3 months ago

@mrmrcoleman is this the root cause for #2 ?

hellt commented 3 months ago

I am gonna merge this, though I think the rest of #2 is related to NB v4 changes

mrmrcoleman commented 3 months ago

Yes this is the root cause for https://github.com/srl-labs/netbox-nrx-clab/issues/2

nrx moved nrx.py to a subdirectory and replaced it with a shell script. Simple fix.

I'm unsure about the relationship to NetBox for the rest of that issue. I'll wait for their response and have a look if it turns out to be NetBox 4.0 related.