Versions Compared

Key

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

...

Practice AreaCheckpointYes/NoEvidencesHow to?
Product ManagementAre all tasks associated with the release been marked as "Closed" in Jira?yes

Security Review is pending closure:

Jira
serverONAP JIRA
columnskey,summary,reporter,status
maximumIssues3
jqlQueryproject=vid and type=task and fixversion="Dublin Release" and status!=Closed
serverId425b2b0a-557c-3c0c-b515-579789cceedb


Have all findings from previous milestones been addressed?yes

(warning) Resolution of outstanding vulnerabilities (inherited from PORTAL) deferred to El Alto

Jira
serverONAP JIRA
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyVID-471


DevelopmentHave all Defects of priority Highest and High been in status "Closed" in Jira?yes

Jira
serverONAP JIRA
jqlQueryproject=vid and type=bug and Priority>=high and status!=closed
counttrue
serverId425b2b0a-557c-3c0c-b515-579789cceedb


Are all JIRA issues used as a reference in a commit in status "Closed" in Jira?yes
Very often, some JIRA issue remains in status "Todo" in JIRA while the commit they are referenced to is successful.
Is there any pending commit related to Highest and High priority issues older than 36 hours in Gerrit? In case there are messages going back and forth between authors and reviewers, it is acceptable to be above 36 hours.no
Gerrit Query: status:open label:verified -is:draft -label:Code-Review=-1 AND -label:Code-Review=-2  AND is:mergeable age:1week
Are all the Jenkins jobs successfully passed (verify + merge jobs)?yeshttps://jenkins.onap.org/view/vid/job/vid-master-merge-java/https://jenkins.onap.org/view/Merge-Jobs/
Has the project team reach the Automated Unit Test Code Coverage expectation? (Refer to artifacts available in Sonar)yes

Sonar

Guidance on Code Coverage and Static Code Analysis

Tools: Sonar

Has the team delivered all their release artifacts in Nexus Release repo?

There should be at least ONE version of each artifacts available in Nexus Release repo.

not yetyeshttps://nexus.onap.org/content/repositories/releases/org/onap/vid/vid-parent/Requested Helpdesk #74449 to release 4.0.0-20190430T141319Z/Refer to Independent Versioning and Release Process for procedure
Check the certification expiry of your application. It should be valid for the next 9 months after RC0.yes

Certificate valid until: March 12, 2020 (11 months)


Integration and Testing


Have all CSIT Use Cases (created by each project team) passed?


It should include at least 1 CSIT that will be run on


Lab-xxx-OOM-Daily Jenkins Job

yes
At RC0, has the Pair Wise testing table been filled out?yesVID Pair Wise Testing for Dublin Release
At RC0, have all OOM Release HealtcheckHealthcheck related to your project passed?yes

At RC0, is there a Docker image in Nexus Docker-Release repo available for each repository?not yetRequested Helpdesk #74449 to release 4.0.0-20190430T141319Zyes

https://nexus3.onap.org/#browse/...


Has the project code successfully passed the Daily Build process?yes
Goal is to ensure the latest project commit has not broken the Integration Daily Build 
Has the OOM deployment passed?yesEnsure in Jenkins External Labs all Health Check pass.

Has the project passed the Integration Sanity Tests?

yes

Integration sanity tests in Dublin Release cover:

  • ONAP deployment
  • All components health check
  • VNF onboarding and service creation for vFW use case
  • Model distribution for vFW
  • vFW instantiation
  • vFW closed loop
  • vFW deletion

No test failure reported on http://onapci.org/grafana/d/8cGRqBOmz/daily-summary?orgId=1

No Integration Blocking Issue with no workaround: Dublin Release Integration Test Blocking Issues

Documentation

For RC0, does the project team has solved their JIRA Documentation Tickets?

If not, what are the risks?

yes

Pending closure:

Jira
serverONAP JIRA
columnskey,summary,reporter,status
maximumIssues3
jqlQuerylabels = Documentation and project =vid AND issuetype = Bug AND fixversion = "Dublin Release" AND status != Closed
serverId425b2b0a-557c-3c0c-b515-579789cceedb

JIRA Query (Bugs Only)

project != "Sandbox Project" AND project != "ONAP TSC" AND project != CI-Management AND (labels = Documentation OR project = Documentation) AND issuetype= Bug AND  fixversion = "Dublin Release" AND status != Closed ORDER BY issuetype DESC, fixVersion ASC, status DESC, priority DESC, updated DESC

For RC1, has the team addressed all the remaining Documentation JIRA tickets ?

JIRA Query

project != "Sandbox Project" AND project != "ONAP TSC" AND project != CI-Management AND (labels=Documentation OR project=Documentation) AND status != Closed ORDER BY fixVersion ASC, status DESC, priority DESC, updated DESC

For RC1, is the project prepared for the upcoming 'Ready to review'?

Documentation related patches should be reviewed by the documentation team to make sure everyone follows style guides.
For RC2, has the team addressed all the remaining Documentation JIRA tickets identified during the review?


JIRA Query

project != "Sandbox Project" AND project != "ONAP TSC" AND project != CI-Management AND (labels=Documentation OR project=Documentation) AND status != Closed ORDER BY fixVersion ASC, status DESC, priority DESC, updated DESC

...