son-emu icon indicating copy to clipboard operation
son-emu copied to clipboard

Attention! Legacy! This repo will be replaced with https://github.com/containernet/vim-emu

Results 10 son-emu issues
Sort by recently updated
recently updated
newest added

A dashboard for LLCM which can be opened in the browser: `emu-url:5001/dashboard` Features: - Provide "upload" field for packages - Provide list of uploaded packages - Provide buttons to instantiate...

Right now we only offer simplistic support for E-Tree and E-Lan links in the multi V/CDU case. E-Line is right now only supported for VNFs with exactly one VDU. Extend...

feature
enhancement

pytest 4.x is broke because `more-itertools>=6.0.0` dropped python2 support. Error e.g. ` def _collate(*iterables, key=lambda a: a, reverse=False):` Reason: https://github.com/pytest-dev/pytest/issues/4770 * https://github.com/sonata-nfv/son-emu/blob/master/Dockerfile#L61 * https://github.com/sonata-nfv/son-emu/blob/master/setup.py#L61 * https://github.com/sonata-nfv/son-emu/blob/master/setup.py#L71 * Containernet: Dockerfile, setup.py,...

Using the same interface names inside the VNF containers can lead to problems with VNFs that need to run in `privileged` mode, like the vTC (PF_RING). A workaround is to...

field/emu-core
prio/medium
enhancement

Will lead to a better OSM integration. We should keep the old v2.0 endpoints in parallel.

feature
field/api/openstack

It is a good feature request to have custom VNF placement: * you can add your own version instead of the default 'RoundRobinDcPlacementWithSAPs' algorithm. * you can specify the datacenter...

feature
field/api/rest

Flask Restplus is the much much better lib to use! - [ ] OpenStack APIs - [ ] vim-emr REST APIs - [ ] summy gk

field/api/openstack
enhancement
field/api/rest

Vim-emu requires some external libraries to be installed in specific (often outdated) versions since we had never the time to update our code to use the new APIs. We should...

field/emu-core
enhancement

- [ ] re-import old code from SONATA - [ ] remove external dependencies - [ ] re-brand: OSM + 5GTANGO

feature

The vim-emu layer is Python only and does not require additional modules like Containernet does. Thus we should refactor the installation process and only rely on the setup.py. Would also...

enhancement
field/installation