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

5GTANGO LLCM: Allow port mappings for VNFs #295

Closed
mpeuster opened this issue Jan 11, 2019 · 0 comments
Closed

5GTANGO LLCM: Allow port mappings for VNFs #295

mpeuster opened this issue Jan 11, 2019 · 0 comments
Assignees
Labels
Projects

Comments

@mpeuster
Copy link

mpeuster commented Jan 11, 2019

The SM pilot needs it to e.g. show the DT web interface or to connect to the Samba with a real machine.

Idea: Include port mapping parameter into VNFDs (CDUs) that are only used by emulator and trigger port mappings -p xx:yyy when the containers are started.

Field in connection points to be used publish.

Example: https://github.com/sonata-nfv/tng-industrial-pilot/blob/30e30a0b26682ee4f17275f2ccb82ca360af160a/sdk-projects/tng-smpilot-ns1-emulator/vnfd/vnfd_cc_emulator.yml#L56

In the CDU connection point do:

connection_points:
      - id: data
        port: 9091
        publish: {9091: 9091}
@mpeuster mpeuster self-assigned this Jan 11, 2019
@mpeuster mpeuster added this to To do in Development via automation Jan 11, 2019
mpeuster pushed a commit to mpeuster/tng-schema that referenced this issue Feb 27, 2019
debugging CNFs, e.g., when executed in vim-emu. see: sonata-nfv/son-emu#295

Signed-off-by: peusterm <manuel.peuster@uni-paderborn.de>
mpeuster pushed a commit to mpeuster/tng-schema that referenced this issue Feb 27, 2019
sonata-nfv/son-emu#295

Signed-off-by: peusterm <manuel.peuster@uni-paderborn.de>
Development automation moved this from To do to Done Feb 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development
  
Done
Development

No branches or pull requests

1 participant