• Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Medium Medium
    • None
    • None

      SO NFVO needs to support the Create Network to VIM through MultiCloud (network_data)

      • 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"] *            }
      • create API (data)
        • call MultiVimAPI create_network(auth_info, data)

            byungwoojun byungwoojun
            byungwoojun byungwoojun
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: