Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If using Naive approach how to efficiently do step 2 so that we don't have to parse all cloud regions.


Unknowns:

  • If no such candidate exist during step 3.b in Naive Approach
    Then match the requirement with the list of capabilities (for capabilities not associated with any flavors)

...

Min Guarantee Capabilities

...

  1. GET /network/generic-vnfs?prov-status=PROV&equipment-role={}
  2. For Each vnf in generic-vnfs
    1. Get RelationshipList and find the list of vservers.
    2. For Each vserver in vservers list
      1. Get RelationshipList and find the pserver.
      2. Using the URL from relationship data get the pserver details /cloud-infrastructure/pservers/pserver 
        1. Get RelationshipList and find the complexthe cloud-region
        2. Using the URL from relationship data get the cloud-region details
          1. Get complex information and location information

generic-vnf → vserver → pserver → cloud-region → complex  → (lat,long)

Who populates this information?generic-vnf →  complex  → (lat,long)

resolve_host_location

Given an opaque host name that can be translated to a coordinate via A&AI.

???

resolve_clli_location

/cloud-infrastructure/complexes/complex/' + clli_name


Unknowns :

  • Does VIM onboarding ensures the complex information is populated and the relationship between Cloud-region and complex established? 
  • Confirm with ESR if this association between complex and cloud-region will be taken care - Looks like yes. Ask ESR.

...