Skip to content

Configuration FSM

hadik3r edited this page Aug 31, 2017 · 2 revisions

This example shows how an FSM can retrieve the IP address of a VNF which can be used for (re)configuration of VNFs. VNFs' IP addresses are embedded in the VNF Record which can be requested from the Service Platform plugins, Function Lifecycle Manager (FLM) or Service Lifecycle Manager (SLM). To this end, configuration FSM subscribes to FLM generic topic and requests the VNFR. Once the FSM receives the VNFR, it retrieves the corresponding IP address from it. Th following figure shows the workflow of configuration FSM.

Configuration FSM workflow

Please refer to the following link for more information about the building and running the configuration FSM:

Building and running the configuration example

Clone this wiki locally