DCAE R1 M3 (API Freeze) Checklist

DCAE R1 M3 (API Freeze) Checklist

The following items are expected to be completed for the project to Pass the M3 API Freeze Milestone.

M3 Release Architecture Milestone overview is available in wiki.

Usage

  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 Area

Checkpoint

Yes/No

Evidences

Note

Practice Area

Checkpoint

Yes/No

Evidences

Note

Architecture

 

Has the Project team reviewed the APIs with the Architecture Committee (ARC)?

Y

Presented during ARC meeting on 08/22 10AM EDT

 

Is there a plan to address the findings the API review?

Y

Discussion 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.

Does the team clearly understand that no changes in the API definition is allowed without formal TSC review and approval?

Y

NA

 

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

N

If Yes, please a link to the evidence of these changes.

 

Provide link to the API Documentation.

DCAE API Documentation

 

 

Release Management

Are committed Sprint Backlog Stories been marked as "Done" in Jira board?

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?

Y

Provide link to JIRA findings

 

Development

Has the project team reach the Automated Unit Test Code Coverage expectation? (Refer to artifacts available in Sonar)

Y

Goal: 30-50% for Incubation project

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/subproject

LOC

Coverage

Evidence

dcaegen2/platform/cli

1840

74%

dcaegen2/platform/plugins/docker

89

39%

dcaegen2/platform/plugins/relationships

167

61%

dcaegen2/platform/plugins/dcaepolicy

62

78%

dcaegen2/platform/plugins/cdap

176

58%

dcaegen2/utils/python-discovery-client

147

60%

dcaegen2/utils/python-dockering

455

43%

dcaegen2/utils/onap-dcae-cbs-docker-client

32

87%

dcaegen2/utils/onap-dcae-dcaepolicy-lib

106

72%

dcaegen2/platform/configbinding

129

55%

dcaegen2/platform/policy-handler

762

51%

dcaegen2/collectors/snmptrap

365

75%

 

, Other languages

Project/subproject

LOC

Coverage

Evidence

dcaegen2/platform/servicechange-handler (CLJ)



29.82%

dcaegen2/platform/cdapbroker (Erlang)



32%

dcaegen2/platform/deployment-handler (JS)

998

51.2%

Is there any pending commit request older than 36 Business hours in Gerrit?

N

 

 

Are all the Jenkins jobs successfully passed ( Merge-Jobs)?

Y

Provide link to evidence

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

Are all binaries available in Nexus?

Y

Provide 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?

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?

Y

 

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