-
- Downloads
Big architectural change: Introduce VEnv which represents a virtual...
Big architectural change: Introduce VEnv which represents a virtual environment, both physical network and twins, change RtdtManager so that its job is to wrap a realnet VEnv and launch and manage one or more twins, App is now covered by RtdtManager and will be removed. Physical network is starteat runtime, doesn't have to be running
parent
3f177fe3
Branches
Tags
Pipeline #255091 failed
Stage: build
Stage: build-testing
Stage: test
Stage: analyze
Stage: test-legacy
Showing
- applications/rtdt-manager/app/app.go 7 additions, 29 deletionsapplications/rtdt-manager/app/app.go
- applications/rtdt-manager/clab-config/clab-config.go 5 additions, 6 deletionsapplications/rtdt-manager/clab-config/clab-config.go
- applications/rtdt-manager/gosdnutil/gosdnutil.go 27 additions, 0 deletionsapplications/rtdt-manager/gosdnutil/gosdnutil.go
- applications/rtdt-manager/main.go 46 additions, 35 deletionsapplications/rtdt-manager/main.go
- applications/rtdt-manager/mneadd/main.go 80 additions, 0 deletionsapplications/rtdt-manager/mneadd/main.go
- applications/rtdt-manager/rtdt-auth/rtdt-auth.go 11 additions, 5 deletionsapplications/rtdt-manager/rtdt-auth/rtdt-auth.go
- applications/rtdt-manager/rtdt-manager/rtdt-manager.go 81 additions, 236 deletionsapplications/rtdt-manager/rtdt-manager/rtdt-manager.go
- applications/rtdt-manager/venv/venv.go 239 additions, 0 deletionsapplications/rtdt-manager/venv/venv.go
Loading
Please register or sign in to comment