-
Sub-task
-
Resolution:
Done
-
Medium
-
None
-
None
-
- SO NFVO needs to support the Delete Network from VIM through MultiCloud (vim_id, subnetwork_id_list, network_id)
- delete_vl_from_vim
- gets VIM info: vim_resp_body = get_vim_by_id (vim_id) from AAI
-
-
- call AAI ("/cloud-infrastructure/cloud-regions/cloud-region/{cloud_owner}/{cloud_regionid}?depth=all", "GET")
-
- data = {
"vimid": vim_id,
"vimtype": vim_resp_body["type"],
"url": vim_resp_body["url"],
"user": vim_resp_body["userName"],
"passwd": vim_resp_body["password"],
"tenant": vim_resp_body["tenant"]
- if ther are subnetwork, delete_subnet (subnet_id=subnetwork_id)
- delete_network (network_id = network_id)
- call MultiVimAPI delete network
- mentioned in
-
Page Loading...
-
Page Loading...