sonata-nfv / tng-gtk-sp

The 5GTANGO Gatekeeper Service Platform specific components repository
1 stars 7 forks source link

WIMs endpoint for NetworkSlice Multi-VIM deployment #382

Closed alemanyp closed 5 years ago

alemanyp commented 5 years ago

ISSUE DESCRIPTION Network Slice Mngr needs an endpoint where to send the requests to:

INFORMATION NOTE:

  1. The three NEW endpoints should be similar to what it has been done for the VIMs endpoints for the Network Slice: GET .../slices/vims --> to get the VIMs list (IA subscription topic: infrastructure.management.compute.list) POST .../slices/networks --> to create a network within a VIM (IA subscription topic: infrastructure.service.network.create) DELETE .../slices/networks --> to remove a network within a VIM (IA subscription topic: infrastructure.service.network.delete)
  2. This issue might have some influence to the following other issue: https://github.com/sonata-nfv/tng-gtk-sp/issues/56
alemanyp commented 5 years ago

@carlos-f-parada or @carlos-martins-marques, could you validate that the three previous topics are right?

carlos-f-parada commented 5 years ago

@alemanyp if you need to deal with WIMs (in addition to VIM) this needs to be developed by the GTK (@jbonnet), as there is only the RabbitMQ interface available

jbonnet commented 5 years ago

Check here and here

jbonnet commented 5 years ago

Closed via #389, #390, #391 and #391

alemanyp commented 5 years ago

This issue is not done. Is what we are dealing right now.