You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dang03 @jbonnet is right, the SSMs/FSMs are linked from a small section inside the NSD/VNFD.
This is an example for the SSM section inside the NSD:
#### Some service specific managers.## image: Specifies the DockerHub URI (user/image name) to fetch the SSM image from.##service_specific_managers:
- id: "ssm1"description: "An empty example SSM."image: "hadik3r/ssm1"options:
- key: "myKey"value: "myValue"
Example for a FSM section in a VNFD:
function_specific_managers:
- id: "fsm00"description: "FSM for controlling the classification capabilities of the vTC"image: "user/pfring_api_module_fsm"options:
- key: "myKey"value: "myValue"
- id: "fsm01"description: "FSM for management of the start/stop lifecycle of the vTC"image: "user/vtc_dashboard_fsm"resource_requirements:
docker_version: "1.12"options:
- key: "myKey"value: "myValue"
- key: "myOhterKey"value: "myOtherValue"
Y2 feature possibility:
Should SDK Catalogue store SSM/FSM descriptors?
The text was updated successfully, but these errors were encountered: