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

UN does not export an updated list of resources #45

Open
frisso opened this issue Apr 8, 2016 · 1 comment
Open

UN does not export an updated list of resources #45

frisso opened this issue Apr 8, 2016 · 1 comment
Assignees

Comments

@frisso
Copy link
Member

frisso commented Apr 8, 2016

Currently the UN reads the local file that tells which resources are available.
However, if those resources change (e.g., a VLAN is used in an endpoint), their description is not updated and re-sent to the message broker.
This creates troubles for the upper layer orchestrator, as it cannot know which resources have already been consumed, hence some decisions may be wrong.

@ivanocerrato
Copy link
Member

ivanocerrato commented May 19, 2016

As a first step, this issue requires to define a hierarchy of classes that represent the content of the JSON (this is similar to what we already do with the NF-FG).
Then, at the boot of the un-orchestrator the objects are filled with the proper information (currently they are read from a file). These information ca then be dynamically changed at runtime; each time that the content of an object changes, the json must be exported on the double decker network.

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

No branches or pull requests

3 participants