...
- Modify the existing workflow to separate Create and Instantiate tasks
- Invoke the modified SOL003 Adapter NBIs
Precondition: The generic VNF has been added in AAI. The VNF package has been distributed from SDC. The VNFM and VIM have been defined in AAI. VNFM simulator deployed as VNFM. SDNC preload completed through SDNC access site. Add the ETSI "Create_VNF" and "Terminate_VNF" building blocks to the "building_block_detail" table in MariaDB's "catalogdb". Edit the "orchestration_status_state_transition_directive" table in MariaDB's "catalogdb" to allow a service with "operationStatus" set to "CREATED" to allow a building block with a "TARGET_ACTION" of "ACTIVATE" to "CONTINUE".
Postcondition: Create and instantiate requests were correctly sent to the VNFM, the grant request from the VNFM was handled and reply sent to the VNFM and AAI was updated in accordance with the notifications received from the VNFM as a result of the VNF being instantiated.
Enhance Terminate/Delete Workflows & Associated Java Code
...
- Modify the existing workflow to separate Terminate and Delete tasks
- Invoke the modified SOL003 Adapter NBIs
Precondition: The VNF has been created via the VNFM adapter
Postcondition: Terminate and delete requests were correctly sent to the VNFM, the grant request from the VNFM was handled and reply sent to the VNFM and AAI was updated in accordance with the notifications received from the VNFM as a result of the VNF being terminated.
Create Query VNF Workflows & Associated Java Code
- Create a new workflow for Query VNF and associated Java code
- Invoke the modified SOL003 Adapter Query VNF NBI
Precondition: VNF is created previously
Postcondition: Query VNF workflow get VNF info
Create Get Operation Status Workflows & Associated Java code
- Create a new Get Operation Status Workflow & Associated Java code
- Invoke the modified SOL003 Adapter Get Operation Status NBI
- This operation could be used by the Instantiation and Termination of VNF; in this case, its workflow could be omitted
Precondition: VNF instantiation or terminate is started
Postcondition: the workflow or the SOL003 Adapter client gets the VnF operation status.
Authentication and Authorization for the SOL003 Adapter and the VNFM
...