...
AAF Locator can now differentiate Public FQDNs from K8S FQDNs
- When Clients declare their Container NS, they get the Internal K8S FQDN
- Public FQDNs are simultaneously accessible for
- GUIs/Management outside Cluster
- Non-ONAP entities (typical usage of AAF is use by large organizations... They don't house everything in one K8S.
- Other Clusters (if so desired)
- AAF is providing more documentation and enhanced configuration helps for ONAP Components
- Example: Providing example "Helm" init containers to setup Volumes
- AAF is refactoring existing maintenance processes online for Open Source (meaning non company specific), including
- Analysis of expiring Creds and Roles
- Generation of Approval records
- Notification of Approvals, Creds and Roles in an external company configurable way.
New or modified interfaces
- None
- None
Interface naming
AAF Interfaces are
1) RESTful2) 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.
Reference to the interfaces
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
- 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)
- Top limit of 6,000,000,000 trans a day on 15 VMs.
- It is questionable that any K8S cluster could handle this kind of load.
Involved use cases, architectural capabilities or functional requirements
Working "Container" modification requirements
- Junits
- Helping Clients utilize AAF capabilities
Listing of new or impacted models used by the project (for information only)
None.