...
$ nova boot --flavor m1.large --image ubuntu_14.04 --nic port-id=$port_id --availability-zone sriov-az test-sriov
Note: VF-C will execute four steps call four times to multi-cloud. SO will execute four steps just call one times to multi-cloud.
...
hpa-attribute-key | hpa-attribute-value | ||
---|---|---|---|
pciCount | {value: 1} | ||
pciVendorId | {value: "15B3"} | ||
pciDeviceId | {value: "1003"} | ||
interfaceType | {value: "SR-IOV"} | ||
providerPhyNetwork | {value: "physnet"} | ||
vnicType | {value: "direct"} | availabilityZone | {value: "sriov-zone"} |
4. ONAP Module Modify
Module Name | Modification | status | owner | comments |
---|---|---|---|---|
SDC | Add SR-IOV NIC attributes. | Completed | Alex Lianhao | |
Policy | Add SR-IOV NIC attributes. | In Progress | ||
VF-C | Add create port process. | In Progress | Haibin | |
SO | Add create port process. | In Progress | ||
OOF | Add the process for cloud region HPA capabilities | In Progess | Ruoyu | |
AAI | Nothing, we just add one hpa-attribute-key and hpa-attribute-value | Completed | - | now [A] API can support. |
ESR | Add SR-IOV NIC info to cloud extra info. | In Progress | Haibin | |
Multi-cloud | Register SR-IOV info to AAI. | In Progress | Haibin | |
VIM | Config SR-IOV NIC and create network with SR-IOV NIC. | In Progress | Haibin |
...