Versions Compared

Key

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

...

Info
titleUsage
  1. Use the "Copy" and "Move" options (available under the ..., top right of this page) to duplicate this template into your project wiki.
  2. Fill out the Yes/No column
  3. Provide link to evidence (when necessary)
Practice AreaCheckpointYes/NoEvidences
How to?
Note
Architecture


Has the Project team reviewed the APIs with the Architecture Committee (ARC)?
Architecture walkthrough to understand how each project contributes on Release Use Case. ARC to organize the walkthrough.
YPresented during ARC meeting on 08/22 10AM EDT


Is there a plan to address the findings the API review?
Link to plan
YDiscussion during ARC call. Decision: waiting for integration team decision on ONAP deployment plan.The most concerning issue brought up was integration with MSB and OOM. The action items will be very different if Integration deploys ONAP using Heat template v.s. using OOM
The plan could be as simple as a Jira issue to track the implementation of findings or a documented plan within the wiki
.
Does the team clearly understand that no changes in the API definition is allowed without formal TSC review and approval?YNA
In the case some changes are necessary, bring the request to the TSC for review and approval.

Is there any changes in the scope, functionalities, deliverable, dependency, resources, API, repositories since M1 milestone?

NIf Yes, please a link to the evidence of these
changes.Critical point to understand is that change is inevitable, and that right timing and clear communication to the community will ease the process of accepting
changes.
Provide link to the API Documentation.DCAE API Documentation

Release ManagementAre committed Sprint Backlog Stories been marked as "Done" in Jira board?
Provide Link to Project backlog
Y

Are all tasks associated with Sprint Backlog Stories been marked as "Done" in Jira?Y
Most of these backlog stories are for DCAEGEN1 code. We have no plan to work on them because soon DCAEGEN1 will be deprecated.
Have all findings from previous milestones been addressed?YProvide link to JIRA findings
DevelopmentHas the project team reach the Automated Unit Test Code Coverage expectation? (Refer to artifacts available in Sonar)YGoal: 30-50% for Incubation project
Guidance on Code Coverage and Static Code Analysis

Three Java projects (dcaegen2-analytics-tca, dcaegen2-collectors-ves, dcaegen2-platform-inventory-api) coverage rates are show on SONARQUBE server.

Additional projects coverages are verified by running coverage.py or language local tool on local dev machines:


Python projects

Project/subprojectLOCCoverageEvidence
dcaegen2/platform/cli184074%
Image Added
dcaegen2/platform/plugins/docker8939%
Image Added
dcaegen2/platform/plugins/relationships16761%
Image Added
dcaegen2/platform/plugins/dcaepolicy6278%
Image Added
dcaegen2/platform/plugins/cdap17658%
Image Added
dcaegen2/utils/python-discovery-client14760%
Image Added
dcaegen2/utils/python-dockering45543%
Image Added
dcaegen2/utils/onap-dcae-cbs-docker-client3287%
Image Added
dcaegen2/utils/onap-dcae-dcaepolicy-lib10672%
Image Added
dcaegen2/platform/configbinding12955%
Image Added
dcaegen2/platform/policy-handler76251%
Image Added
dcaegen2/collectors/snmptrap36575%Image Added


, Other languages

Project/subprojectLOCCoverageEvidence
dcaegen2/platform/servicechange-handler (CLJ)
29.82%sch-index.html
dcaegen2/platform/cdapbroker (Erlang)
32%
Image Added
dcaegen2/platform/deployment-handler (JS)99851.2%Image Added
Tools: Sonar
Is there any pending commit request older than 36 Business hours in Gerrit?N

Are all the Jenkins jobs successfully passed ( Merge-Jobs)?YProvide link to evidenceBecause most of DCAEGEN2 codebase is NOT Java/Mvn, integration with ONAP CICD process is still in progress.
Are all binaries available in Nexus?YProvide link to evidence

Because most of DCAEGEN2 codebase is NOT Java/Mvn, integration with ONAP CICD process is still in progress.

Awaiting for LF to setup Pypi server.

Integration and Testing

Have 50 % of System Integration Testing Use Cases been implemented successfully in Jenkins?

Provide link to evidence

Y

https://jenkins.onap.org/view/CSIT/job/dcaegen2-master-verify-csit-testsuites/

https://jenkins.onap.org/view/CSIT/job/dcaegen2-master-csit-testsuites/

12/12 test cases passed
Has the project code successfully passed the Daily Build process?
Goal is to ensure the latest project commit has not broken the Integration Daily Build 
Y
Because most of DCAEGEN2 codebase is NOT Java/Mvn, integration with ONAP CICD process is still in progress.