DRAFT
This is a work in progress. Comments and suggestions gladly accepted. Draft will be removed once this is finalized.
HPA VF-C External Sequence Flow for Casablanca
vCPE use case workflow through VF-C
HPA VF-C External API Interaction for Casablanca
SDC
OOF
Pic:
The OOF API used for VF-C
NSLCM will call OOF to get homing allocation placement. And it will use the same API using by SO. Sample request using these API:
After OOF got the request from OOF, it will try giving out homing placements through the following steps:
- Retrieve the policies for that service/VNF
- Check AAI database for existing instances/available cloud regions.
- OOF do homing placement
- Return homing placement to VFC
Retrieve the policies for that service/VNF
OOF need to retrieve policies for that VNF/service. Sample Policy schema will look like this:
Check AAI database for existing instances/available cloud regions
The data in AAI still follows the routine schema designed in HPA Policies and Mappings. The only part has been changed is inside pciePassthrough. We added one 'directive' attributes to contain the 'vnic_type' and 'physicalNetwork' that needed by VF-C.
Here we just provide data for one sample flavor including the requirements for the previous example:
Return homing placements to VF-C
After OOF gives out the most appropriate placement for that VNF/services, it will respond the solution back to VF-C with schema like this:
MultiCloud
HPA VF-C Casablanca Stories