netgroup-polito / frog4-orchestrator

FROG4 - Overarching orchestrator submodule
1 stars 0 forks source link

VNF templates #7

Closed ivanocerrato closed 7 years ago

ivanocerrato commented 7 years ago

The FROG4 orchestrator should not retrieve the VNF template from the datastore. It should schedule according to the functional-capabilities. The template should only be used by the domain orchestrators.

ivanocerrato commented 7 years ago

So, now does the FROG orchestrator still use/need the datastore? In my understanding, it only used the dastore for templates (the url is indicated here https://github.com/netgroup-polito/frog4-orchestrator/blob/master/config/default-config.ini#L42) . If the datastore is not used anymore anywhere in the orchestrator, I would remove that part of the configuration file.

ivanocerrato commented 7 years ago

So, now does the FROG orchestrator still use/need the datastore? In my understanding, it only used the dastore for templates (the url is indicated here https://github.com/netgroup-polito/frog4-orchestrator/blob/master/config/default-config.ini#L42) . If the datastore is not used anymore anywhere in the orchestrator, I would remove that part of the configuration file.

gabrielecastellano commented 7 years ago

The orchestrator does not use the datastore anymore, so the code need to be cleaned also.

ivanocerrato commented 7 years ago

Then I open a new issue about this.