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

Add dynamic exportation of functional and infrastructural capabilities #113

Open
gabrielecastellano opened this issue Dec 15, 2016 · 0 comments

Comments

@gabrielecastellano
Copy link

The new branch of the frog4-orchestrator (global orchestrator) takes decisions about where VNFs should be instantiated basing on the exported capabilities.
So domain orchestrators should be extended to support the dynamic exportation of these capabilities.

The data structure that describes the domain should follow the data model defined on the frog4-domain-data-model repository (the python parser is available on the frog4-sdn-do but it will be soon separated in a new library repository).

Moreover, the domain-orchestrator should export an additional API that allows the global orchestrator to know if a specific VNF could be implemented trough an infrastructural capability.

  • request:
    GET /vnf/{name}
  • response:
    200: the vnf can be implemented.
    404: vnf not found.

this could not be always true, it depends by the VNFs that the domain orchestrator is able to fetch from the vnf-repository.

At this moment, the only domain-orchestrator that has been extended in this way is the frog4-sdn-do.

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

No branches or pull requests

1 participant