netgroup-polito / un-orchestrator

Universal Node Orchestrator
Other
21 stars 13 forks source link

Netconf like rest API #91

Closed ivanocerrato closed 8 years ago

ivanocerrato commented 8 years ago

Implement the rest API so that it works with commands that are netconf like. This means that the un-orch no longer has to calculate the diff of the graphs it receives, since each component of the graph has an associate command (e.g., create, remove, update?).

This requires changes both to the un-orch and to the virtualizer.

ivanocerrato commented 8 years ago

@frisso what do you think?

frisso commented 8 years ago

Probably we can stay with the current API for a while.

ivanocerrato commented 8 years ago

Ok