Versions Compared

Key

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

...

New component capabilities for Dublin, i.e. the functional enhancements

  1. Mysql DB migrates to OOM shared MariaDB Galera Cluster which can be used to meet S3P HA requirements.

    1. Update VF-C DB Helm Chart
    2. Update VF-C component to leverage new MariaDB Galera Cluster 
      1. Docker configuration update 
      2. DB script migrate 
      3. Other work 
  2. AAF Locator can now differentiate Public FQDNs from K8S FQDNs

    1. When Clients declare their Container NS, they get the Internal K8S FQDN
    2. Public FQDNs are simultaneously accessible for
      1. GUIs/Management outside Cluster
      2. Non-ONAP entities (typical usage of AAF is use by large organizations... They don't house everything in one K8S.
      3. Other Clusters (if so desired)
  3. AAF is providing more documentation and enhanced configuration helps for ONAP Components
  4. SOL005 Interface 

    1. Example: Providing example "Helm" init containers to setup Volumes
  5. AAF is refactoring existing maintenance processes online for Open Source (meaning non company specific), including
    1. Analysis of expiring Creds and Roles
    2. Generation of Approval records
    3. Notification of Approvals, Creds and Roles in an external company configurable way.

New or modified interfaces

...

Update VF-C Northbound APIs to align SOL005. 

If they are modified, are the backwards compatible?

       Yes, almost APIs required parameters has been supported by previous version,the alignment will add more optional parameter support which can comply with previous APIs.

Interface naming

AAF Interfaces are 
   1) RESTful

   2) Relate to AAF Structures (i.e. Perm, Role, etc)

   NOTE: Because AAF is critical Infrastructure, AAF can FULLY support MORE THAN Interface version at runtime. (example, 2.0, 2.1, etc)

   3) Most AAF Access is done by supplied "CADI Framework", because it already provides

        a) Required Caching

        b) Authentication/Authorization requirements.

Note: AAF currently supports "SCEP" Protocol to an External CA.

Reference to the interfaces

  1. AAF's is documented primarily in the AAF GUI, protected by Authentication (with the intention of Consistent Organizational Usage... API where you need to use it)

         https://aaf-onap-test.osaaf.org:8200/gui/api

    Note: You need "Winriver" access to get to this system, but any running AAF System will have the same info

What are the system limits

...

When configured as originally designed (on VMs), recent analysis shows

  1. Currently observing 9,000,000 trans a day on the Service (note, CADI Caching means AAF is used many, many times that, up to 100-200x s)
  2.  Top limit of 6,000,000,000 trans a day on 15 VMs.

       VF-C supports the following APIs:

  1.  NSLCM APIs (Create/Instantiate/terminate/delete/scale/heal....), such as 

    api/nslcm/v1/ns
    api/nslcm/v1/ns/(?P<ns_instance_id>[0-9a-zA-Z_-]+)/instantiate
    api/nslcm/v1/subscriptions
    api/nslcm/v1/ns_lcm_op_occs

  2.   Package management APIs( VNF/PNF/NS package create/upload/delete/update ....), such as 
     api/vnfpkgm/v1/vnf_packages
     api/vnfpkgm/v1/subscriptions

Reference to the interfaces

xxx

What are the system limits

No

...

Involved use cases, architectural capabilities or functional requirements

  1. Use case support

    1. CCVPN 
    2. CPE 
  2. Functional Requirements support 

  3. Working "Container" modification requirements

  4. Junits
  5. Helping Clients utilize AAF capabilities

          a. 



  6. Listing of new or impacted models used by the project (for information only)

    1. None.