You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 at VNF instantiation via the rest api : curl -X PUT http://127.0.0.1:5001/restapi/compute/dc1/server -H 'Content-Type: application/json' -d '{"image":"sonatanfv/sonata-iperf3-vnf"
or via the son-emu-cli: son-emu-cli compute start -d dc1 -n server -i sonatanfv/sonata-iperf3-vnf
It is a good feature request to have custom VNF placement:
curl -X PUT http://127.0.0.1:5001/restapi/compute/dc1/server -H 'Content-Type: application/json' -d '{"image":"sonatanfv/sonata-iperf3-vnf"
or via the son-emu-cli:
son-emu-cli compute start -d dc1 -n server -i sonatanfv/sonata-iperf3-vnf
https://github.com/sonata-nfv/son-emu/blob/master/src/emuvim/dcemulator/net.py#L537
Can we specify this path through the cli/rest api?
The text was updated successfully, but these errors were encountered: