XMLWordPrintable

Details

    • Sub-task
    • Status: Closed
    • Medium
    • Resolution: Done
    • None
    • None

    Description

      • 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

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              byungwoojun Byung-Woo Jun
              byungwoojun Byung-Woo Jun
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: