2019-04-25 AAI Developers Meeting
Attachments (including meeting recording)
Status | OPEN | IN PROGRESS | ON HOLD | DONE | CANCELLED |
---|
Agenda Items
START RECORDING
Title | Responsible | Status | Last discussed | Notes | |
---|---|---|---|---|---|
1 | AAI Modeling Multi-part key for schema elements | IN PROGRESS | 25th Apr 2019 | From https://lists.onap.org/g/onap-discuss/topic/31317665 It is an payload issue with in the following PUT request PUT /aai/v11/network/generic-vnfs/generic-vnf/example-vnf-id-val-92494/relationship-list/relationship You currently have the payload as following: { "related-to": "vserver", "relationship-data": [ { "relationship-key": "cloud-region.cloud-region-id", "relationship-value": "example-cloud-region-id-val-56689" }, { "relationship-key": "tenant.tenant-id", "relationship-value": "example-tenant-id-val-51834" }, { "relationship-key": "vserver.vserver-id", "relationship-value": "example-vserver-id-val-51834" } ] } You are missing the cloud-owner which is part of the key so you should have sent the payload as below: { "related-to": "vserver", "relationship-data": [ { "relationship-key": "cloud-region.cloud-region-id", "relationship-value": "example-cloud-region-id-val-56689" }, { "relationship-key": "cloud-region.cloud-owner", "relationship-value": "example-cloud-owner-val-45051" }, { "relationship-key": "tenant.tenant-id", "relationship-value": "example-tenant-id-val-51834" }, { "relationship-key": "vserver.vserver-id", "relationship-value": "example-vserver-id-val-51834" } ] } In order to avoid these kind of issues in the future, there is a much simpler way to create the relationship with the following payload: { "related-to": "vserver", "related-link": "/cloud-infrastructure/cloud-regions/cloud-region/example-cloud-owner-val-45051/example-cloud-region-id-val-56689/tenants/tenant/example-tenant-id-val-51834/vservers/vserver/example-vserver-id-val-51834" } Discussion:
| |
2 | Elastic Search | IN PROGRESS | 25th Apr 2019 | Check with Jessica if we should merge the aai/oom changes now or is it still something they should be taking care of? | |
3 | AAI Rolling Upgrade | DONE | 18th April 2019 | New helm upgrade change was made recently after code freeze Check at the TSC call if this is ok to make. | |
4 | Return codes and messages for WS | IN PROGRESS | 25th Apr 2019 | Is there a guide for the description of the error message and the error codes? How are new error states (message + code) added?
| |
5 | Image footprint reduction as part of CIA project | IN PROGRESS | 25th Apr 2019 | Reduction in size is mostly onf aai-common image as that based on ubuntu. 2/7 - Move the base image to be a part of ONAP Build, maybe aai-common repo
26th Mar: Also - AAI-2235Getting issue details... STATUS Build the aai-common and haproxy images using alpine in the integration lab. Dmitri from CIA team is working on the images from aai-common alpine to build our microservices and work on testing those changes now | |
6 | OOM Artifacts | DONE | 18th April 2019 | Some of our top level OOM deployment artifacts are not unique (i.e. don’t take namespace into account as all other deployables), is that intentional? Lets move this to El Alto for now. Venkata Harish Kajur will create an Jira task and remove this item from agenda
| |
7 | AAI too slow for OOF/HAS | Keong Lim | ON HOLD | 25th Apr 2019 | Under OOF Homing and Allocation Service (HAS) section, Dileep Ranganathan wrote about Project Specific enhancements:
See also - OPTFRA-268Getting issue details... STATUS / - OPTFRA-291Getting issue details... STATUS Similarly to the "AAI too slow for Holmes" item below, this introduction of extra caching of AAI data is a worrisome development and sad indictment of the performance of the system architecture. For holmes, we could possibly create a custom query to address it. What can we do about this? Would the AAI Cacher - AAI-1337Getting issue details... STATUS help to improve performance? |
8 | MultiCloud usage of AAI for HPA telemetry/time-series data to OOF | ON HOLD | 18th April 2019 | Bin Yang and Lianhao Lu (Deactivated) wrote in - MULTICLOUD-274Getting issue details... STATUS : HPA telemetry data collection and make it persistent in A&AI, from which OOF can leverage during its decision making process.and
and The reason why we propose here is that VES mechanism doesn't store the telemetry data into A&AI. And OOF now can only get those kind of data from A&AI. Some concerns:
| |
9 | AAI test data bootstrap | Keong Lim | IN PROGRESS | 25th Apr 2019 | Looking at AAI usage in OOF - HPA guide for integration testing by Dileep Ranganathan, wondering whether there is a better way to bootstrap AAI test data?
Similarly, Scott Seabolt and J / Joss Armstrong wrote for APPC Sample A&AI Data Setup for vLB/vDNS for APPC Consumption and Script to load vLB into AAI:
Similarly:
Related - AAI-1948Getting issue details... STATUS on the brittleness of the ReadTheDocs links to data files. One for VIM: How-To: Register a VIM/Cloud Instance to ONAP and - AAI-1928Getting issue details... STATUS Potential issues:
Possible solution/action:
|
10 | Purpose of fields in AAI | IN PROGRESS | 18th April 2019 | Dénes Németh wrote in - AAI-1104Getting issue details... STATUS : In think it would be good to answer what is the meaning of the field (collection of PEMs of the CA xor URL) Questions: 1. Is AAI intended to strictly prescribe how the fields are used and what contents are in the values? Even if (1) is true, AAI is not really in any position to enforce how clients use the data, so really (2) is always true and we need to consult the original producers of the data and the ultimate consumers of the data to document their intended meanings. How do we push to have documentation on the purpose and meaning of the fields in AAI? Where does all this documentation go? Should the documentation be backed up by validation code? See also discussion about AAI in 2018-11-28 ExtAPI Meeting notes 29th Nov: Started on new wiki page AAI Schema Producer-Consumer Pairings 18th Apr: Can we have this documentation go into ONAP in a generic way? 24th Apr: See also questions about "sw-version" in https://lf-onap.atlassian.net/wiki/display/DW/5G+-+PNF+Plug+and+Play?focusedCommentId=16367935 | |
11 | Bulk API returns failure if one of the PUT request fails | Chandrashekhar Thakare | IN PROGRESS | 18th Apr 2019 | |
12 | range query | IN PROGRESS | 7th Feb 2019 |
| |
13 | AAI Backup and Restore | ON HOLD | 10th Jan 2019 | FREEMAN, BRIAN D asked on Re: Backup and Restore Solution: ONAP-OOM : what would be the approach to backup an entire ONAP instance particualarly SDC, AAI, SDNC data ? would it be a script with all the references to the helm deploy releases or something that does a helm list and then for each entry does the ark backup ? What is the AAI strategy for backup and restore? What is the overall ONAP strategy for backup and restore? Should it be unified with the data migration strategy as per "Hbase to Cassandra migration" on 2018-11-14 AAI Meeting Notes?
Jimmy didn't directly raise the topic but there was movement - Keong Lim asked "if istio service mesh is a no-go, is there a replacement for secure onap communications? is backup/restore/upgradability included in s3p?" Michael O'Brien replied that a reference tool set for backup and restore was introduced in Casablanca: Backup and Restore Solution: ONAP-OOM Mike Elliott said he would look at Brian's question, AAI will provide support as needed. | |
14 | 2 Types of logging in A&AI WS | ON HOLD | 1st Nov 2018 | There are 2 types of logging in the services
Is that correct? Shouldn't there be just 1 type? 1st Nov: After Casablanca release investigate logging guidelines and figure out what library to use in order to unify logging within A&AI 26th Nov: See also ONAP Application Logging Specification - Post Dublin 29th Nov: how does this fit with - LOG-877Getting issue details... STATUS ? | |
15 | Disable unused web services (see also Helm chart requested values) | IN PROGRESS | 20th Dec 2018 | Could we disable unused (i.e. not integrated) A&AI web services, so that the deployment is faster and the resource footprint is smaller? e.g. Champ (any other ws?) Motivation: Decrease the resource footprint for A&AI (ONAP) deployments Idea: we could support 2 different deployments 1. full (normal) deployment and 2. barebones deployment. The point of the "barebone" deployment would be to deploy only the essential services necessary for proper functioning of A&AI (leaving out services like cacher, sparky, graphadmin, having 1 cassandra node instead of 3 or 5 etc). In order to reduce hardware/cloud costs (mainly the memory footprint) it could be beneficial to support a minimalistic A&AI deployment. 1st Nov: Venkata Harish Kajur Former user (Deleted) - investigate how to disable/enable charts in A&AI so we can create a core group of pods which handle the use-cases and than extended group will all the services. Consider a group of unused/unintegrated services (like Champ). Consider other possible groups (like GUI?)
| |
16 | AAI Champ | IN PROGRESS | 1st Nov 2018 |
| |
17 | named-query replacements | James Forsyth | IN PROGRESS | 31th Jan 2019 | - AAI-1989Getting issue details... STATUS - APPC-1245Getting issue details... STATUS : Takamune Cho pointed to inherited CCSDK functions, so added a new case to follow-up there too - POLICY-1278Getting issue details... STATUS - VID-355Getting issue details... STATUS : ittay has provided an update with 2 known queries used. - CCSDK-962Getting issue details... STATUS : Raised to Dan Timoney based on info about APPC component. Need to replace custom queries currently in use by these systems (and others?) in Dublin toward the retirement of the named-query API in Dublin
Christopher Shang is leading the effort to deprecate named queries in e-Comp. Next steps: get data from teams in order to prepare for testing the change from named queries to custom queries. See also AAI Named Queries |
18 | Schema-service roadmap | ON HOLD | 21st Mar 2019 | 31st Jan 2019: The schema-service is ready. Currently it provides file-sharing capabilities in terms of schema/edgerule files. In order for GraphGraph to take advantage of the schema parsing/processing in schema-service additional abstractions have to be implemented on top of the crude file2string functionality currently in schema-service.
GraphGraph needs the following functionality: Venkata Harish Kajur and Manisha Aggarwal What is missing in schema service that is needed in graphgraph is the following:
20. Mar 2019: Open questions for schema-service:
21st Mar 2019: Based on William Reehil comments https://lf-onap.atlassian.net/wiki/display/DW/AAI+Schema+Service?focusedCommentId=16325457 what is "our future proposed functionality"? | |
19 | CSIT / CSIT on OOM | IN PROGRESS | 21st March 2019 | New requirement to have our csit run as part of oom test environment in windriver Long term goal: one robot test case per endpoint that can run as part of e2e test AAI R4 Integration Sanity Test Plans See also Contributing To AAI Best Practise 4th March: - AAI-2208Getting issue details... STATUS / https://gerrit.onap.org/r/#/c/79583/ 13th March: Success! First commit merged, more to follow! 20th March: Second commit merged https://gerrit.onap.org/r/#/c/82623/ | |
20 | New AAF Certificates at startup | Jimmy Forsyth | ON HOLD | 24th Jan 2019 | AAF will generate certificates to the be used by the containers at startup; AAI services should use the run-time generated certs instead of the ones that are in the repos or oom charts. In dublin the services will mount a volume with certificates. This is on the roadmap for Dublin as a feature.
|
21 | Change PNF to use pnf-id as unique key | ON HOLD | 7th March 2019 | Potentially breaking change: - AAI-2096Getting issue details... STATUS / blocked by - ONAPARC-409Getting issue details... STATUS See also:
Questions:
| |
22 | A&AI monitoring and failure prevention initiative | ON HOLD | 24th Jan 2019 | Mike Elliott wrote in OOM Meeting Notes - 2018-12-5 f. AAI team wanted to get notified of AAI Cassandra issues automatically Keep an eye out for new issues! This should be part of a larger A&AI monitoring and failure prevention initiative! | |
23 | AAI HAProxy and 2-way-TLS | ON HOLD | 29th Nov | Technical solution to either decommission the proxy or make design changes to AAF to enable client side certificates. After VF2F we will know if this is a requirement in Dublin. We discuss after this date. question raised: MSB - would client authentication be supported?
| |
24 |