/
Log M2 Deliverables for Functionality Freeze Milestone Checklist

Log M2 Deliverables for Functionality Freeze Milestone Checklist

DRAFT PROPOSAL FOR COMMENTS

The following items are expected to be completed for the project to Pass the M2 Functionality Freeze Milestone.

M2 Release Functionality Freeze Milestone definition.

WIP as of 20180210 - will remove this link when finished

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

Evidence - Comment

How to?

Practice Area

Checkpoint

Yes/No

Evidence - Comment

How to?

Product Management

Are all provisional APIs interface (stub) been defined (at beta-quality level)? 

No

https://git.onap.org/logging-analytics/tree/reference/logging-library

is just a stub logging library so far

The RI that uses this library in progress is in

https://git.onap.org/logging-analytics/tree/reference/logging-demo/src/main/java/org/onap/demo/logging

The following RI is still a WIP - being committed incrementatlly

LOG-95: Add AOP logging annotation supportClosed

https://lf-onap.atlassian.net/browse/LOG-118

Is there a final list of externally consumable APIs available?

No

Provide link to evidence

The RI for java is a WIP

LOG-133: Logging RI: Logging Library AOP CodeClosed

The RI for python for the Multivim project is just starting

LOG-161: Python version of AOP logging library requiredClosed

For all completed Sprints, have Sprint Backlog Stories been marked as "Done" in Jira?

Yes

Provide Link to Project backlog

https://jira.onap.org/secure/RapidBoard.jspa?rapidView=53&projectKey=LOG&view=planning.nodetail

Difference between a Product and Sprint Backlog

Are all tasks associated with the completed Sprint Backlog Stories been marked as "Done" in Jira?

Yes





If applicable to your project, has your team been able to clear the project' blockers? If not provide status on the plan to close the blocker(s).

Yes



Link to blockers. (isn't this blocker list kind of old)

What new features or changes to existing features in this project scope need to be communicated to VNF Providers? List the changes in the Evidence tab.

N/A

No logging fielbeat spec yet in VNFS until they are containerized



If yes to the previous question, have these been communicated to the VNF Requirements project? 

N/A





Release Management


Have all source code files been updated with License Apache 2 header?

Yes

https://git.onap.org/logging-analytics/tree/reference/logging-demo/src/main/java/org/onap/demo/logging/RestHealthServiceImpl.java

Specific rules and instruction are available in ONAP wiki.

Has the year format in copyright header of all source code files been updated? (Rules for new files created in 2018 and existing files modified in 2018 are different)

Yes

https://git.onap.org/logging-analytics/tree/reference/logging-demo/src/main/java/org/onap/demo/logging/RestHealthServiceImpl.java

Guidance on year format

In case source code can't be edited, has a "License.txt" file been placed at the root directory for which the license is applicable?

No

pending

LOG-172: Beijing M2 Deliverables tasksClosed



Guidance for source code file that can't be edited

(a) Has the Project Team added appropriate license and copyright notices to all ONAP source code and documentation files, where possible for the particular file format?

Yes





(b) Has the Project Team reviewed and understood the most recent license scan reports from the LF, for both (a) licenses within the codebase and (b) licenses for third-party build time dependencies?

No



will do on the Tue meeting

For both (a) and (b) questions, have all high priority non-Project Licenses been either removed, planned for removal before code freeze, or escalated as likely exception requests?

Yes





Have all API projects dependencies been captured?

N/A

Provide link to the "API Incoming Dependency" section within your project M1 Release Planning deliverable.

The source of information for the API dependency is the "API Incoming Dependency" of the M1 Release Planning deliverable. Please update the source accordingly, and let The Release Manager aware of the changes.

Development

For new projects approved for this release, have all defined repositories source code been placed into Gerrit?

Yes

Provide link to evidence

https://gerrit.onap.org/r/#/admin/projects/logging-analytics

For evidences, provide link(s) to Gerrit repos by providing the URL as shown in this example

Example

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

No

Goal: 50% for Incubation project in Beijing

Need to do/review



LOG-148: Logging Library Test FrameworkClosed

Guidance on Code Coverage and Static Code Analysis

Tools: Sonar

Is there any binaries (jar, war, tar, gz, gzip, zip files) in Gerrit project repository?

No



Refer to CI Development Best Practices

Could you ensure that all proprietary trademarks, logos, product names, company name, etc. have been removed? All ONAP deliverables must comply with this rule and be agnostic of any proprietary symbols.

Yes





Is there any pending commit request older than 36 business hours in Gerrit? (filter out draft commits)

Yes

the following is a draft

https://gerrit.onap.org/r/#/c/23577/2

there is only 1 pending commit from 4 Feb - still in review

https://gerrit.onap.org/r/#/q/status:open+logging-analytics



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

Yes

Provide link as evidence to Jenkins project tab

https://jenkins.onap.org/view/logging-analytics/job/logging-analytics-master-merge-java/

https://jenkins.onap.org/view/logging-analytics/job/logging-analytics-master-verify-java/

The java compile job is OK

The rest of them are still pending the docker framework - we just received our jenkins jobs 2 weeks ago and I am still committing infrastructure

LOG-95: Add AOP logging annotation supportClosed

Are all snapshot binaries available in Nexus?



Provide link to evidence in Nexus project folder



Integration and Testing  

Have functional test cases been documented in wiki?

Yes

Provide link to evidence

Logging Reference Implementation



Have you implemented in Jenkins at least 1 functional test case for each of the project repository?

No

As an evidence, provide a link to Jenkins (CSIT Jobs) that shows a sample test case implemented (1 job for each repo).

pending

LOG-148: Logging Library Test FrameworkClosed

As an example (provided by Integration Team)



Has the project code successfully passed the Build process?

Yes

https://jenkins.onap.org/view/logging-analytics/job/logging-analytics-master-verify-java/

Goal is to ensure your project latest commits have not broken the build.

Documentation

Has the team identified and outlined the set of documentations to be delivered in this Release?

Yes

Logging User Guide

Logging Reference Implementation

ONAP Application Logging Guidelines v1.2 (Beijing)