This service is intended to manage ONOSes.
It can:
This service is composed by two models:
ONOSService
responsible to hold urls and authentication informationsONOSApp
represents and ONOS application and track its dependencies (this extend the ServiceInstance
model)This service uses ServiceAttributes
and ServiceInstanceAttributes
to hold the configuration details.
For more informations about the models, please refer to the xproto definition
Anytime an ONOSService
model is created/updated, the synchronizer checks for the corresponding ServiceAttribute
s and if any are found it pushes the configuration to ONOS
Anytime an ONOSServiceInstance
model is created/updated, the synchronizer checks for the corresponding ServiceInstanceAttribute
s and if any are found:
ONOS Applications can be activated (if they already present in the container), in that case you just need to provide the
app_id
, or they can be installed from a remote.oar
, in which case you just need to provide anurl