Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: SSM/FSM collection #77

Open
dang03 opened this issue Aug 31, 2016 · 3 comments
Open

Feature: SSM/FSM collection #77

dang03 opened this issue Aug 31, 2016 · 3 comments

Comments

@dang03
Copy link
Contributor

dang03 commented Aug 31, 2016

Y2 feature possibility:
Should SDK Catalogue store SSM/FSM descriptors?

@jbonnet
Copy link
Member

jbonnet commented Aug 31, 2016

@dang03 I think, at least for now, SSMs/FSMs just have a link in the NSD/VNFD...

@mpeuster
Copy link

mpeuster commented Aug 31, 2016

@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"

@dang03 dang03 added this to the Milestone Y2D milestone Oct 21, 2016
@dang03
Copy link
Contributor Author

dang03 commented Oct 21, 2016

This feature is no longer planned for the SDK Catalogue and may be added to Service Platform Catalogue (son-catalogue-repos)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants