Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

What is this release trying to address?


The Because of the large potential scope for this release DCAE, the work will be deploy DCAE using the new controller platform components leveraging the common SDK framework, OOM and in supporting the approved use cases for R1prioritized as follows:

  1. Deliver DCAE Platform: Most of platform components are new and under active development and will need seedcode stabilization; this will our top priority as everything in DCAE depends on.  
  2. Deliver DCAE Services:  We have identified the VES, Threshold Crossing app currently (based on vFW/vDNS)
  3. Support integration effort for other usecase.

Use Cases

Use Case: vFW/vDNS (Approved)

Use Case: Residential Broadband vCPE (Approved) **

Use Case: VoLTE(approved)     - **

** The usecase support may be phased for R1 and dependent on completion of other commitment.

...

API NameAPI DescriptionAPI Definition DateAPI Delivery dateAPI Definition link (i.e.swagger)

 Deployment handler

Deployment handler provides the following API to allow client systems to request installations of components via blueprint,  request uninstallation of previously-deployed components, and get status on installation and uninstallation operations. Because installation and uninstallation operations can be long-running, the API is asynchronous.  Client systems can poll for results. 

{Serverroot}/                             

                à [GET] (provides server info)

{Serverroot}/dcae-deployments/{deployment_id} 

                 à    [PUT, DELETE] 

{Serverroot}/dcae-deployments/{deployment_id}/operation/{op_id}     

                 à [GET]

 TBD

 TBD

 

Cloudify Manager plugins

Plugins are executed during the installation and uninstallation processes and may make calls to external APIs to create, configure, start, stop, and destroy components

OpenStack API for infrastructure API

 

 

 

Policy API for DCAE-Policy Hander 

DCAE Policy-handler invokes only calls POST /getConfig (policyName value varies by scope, by policy_id)

https://<PDPServer Location>:<port>/pdp/api/getConfig

 

 

 

 SDC API to SCH

SCH uses SDC external API to grab the entire service model and grab artifacts

/asdc/v1/catalog/services/<service uuid>/metadata

 

 

 

...