You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

The CPS will be model driven, which means that new models can be added to the CPS. How will models be introduced to the CPS from other components in the ONAP system or the network?

Decision

There will be a single way to add a model to CPS. This is the CPS model life-cycle interface.

Details

There are many ways in which models can be added. These are not mutually exclusive. They do need to be understood and agreed.

  1. xNF model delivered in vendor package on-boarded in SDC
  2. Model retrieved directly from xNF
  3. Model provided by application
Option A (Source: Vendor package)

Option B (Source: xNF)


Option C (Source: ONAP component)

Discussion

As there are several ways in which a model may be added to ONAP, the sensible approach is to have a single way to add a model to CPS. This is the CPS model life-cycle interface.

Depending on the source of the model, different ONAP components will be involved in the delivery of models to CPS. For example:

  • SDC publishes on-boarded packages to DMaaP. Some CPS process must subscribe to DMaaP, extract the relevant models from the package/archive and then use the CPS model life-cycle interface to add it to CPS.
  • SDNC reads a model directly from the xNF, then uses the CPS model life-cycle interface to add it to CPS.
  • An application that wants to store data in the CPS must first use the (one-time only action) the CPS model life-cycle interface to add it to CPS.
  • No labels