Versions Compared

Key

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

...

Release Sign-Off Milestone overview is available in wiki.

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/NoEvidencesHow to?
Product ManagementAre committed Product Backlog Stories been coded and marked as "Closed" in Jira?yes

Link to Jira

Jira
serverONAP JIRA
jqlQueryproject = VNFRQTS AND issuetype in (standardIssueTypes(), Bug, Epic, Story, Task) AND status in (Open, Reopened, Submitted, Delivered) AND fixVersion = "Dublin Release"
serverId425b2b0a-557c-3c0c-b515-579789cceedb


Are all tasks associated with committed Product Backlog Stories been marked as "Closed" in Jira?yes

Link to Jira

Jira
serverONAP JIRA
jqlQueryproject = VNFRQTS AND issuetype in (standardIssueTypes(), Bug, Epic, Story, Task) AND status in (Open, Reopened, Submitted, Delivered) AND fixVersion = "Dublin Release"
serverId425b2b0a-557c-3c0c-b515-579789cceedb


Provide the project features list under the form of a bulleted list.yes

Link to evidence

https://docs.onap.org/en/latest/submodules/vnfrqts/requirements.git/docs/release-notes.html


Summarize any functionalities that were planned at Release planning and not delivered at Release Sign-Off

NoNone
Release ManagementHave all issues pertaining to FOSS been addressed?Yes

Have all findings from previous milestones been addressed?YesProvide link to JIRA findings
DevelopmentAre all the Jenkins jobs successfully passed (verify + merge jobs)?yes
https://jenkins.onap.org/view/Merge-Jobs/
Are all binaries available in Nexus Release repository?NAProvide link to evidenceVNFRQTS is documentation project
Are all Docker images available In Nexus?NAProvide link to evidenceVNFRQTS is documentation project
Are the Java and Docker manifest updated with the same version as in Nexus Release repository?NA
VNFRQTS is documentation project
OOM to Tag Release + Version in Helm ChartNA
VNFRQTS is documentation project
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

NAProvide link to evidence

Goal is to incease our confidence the latest commit did not break the major functionality. Jenkins CSIT Jobs

VNFRQTS is documentation project

Has the project code successfully passed the Daily Build process?NAProvide link to evidence

Goal is to ensure the latest project commit has not broken the Integration Daily Build 

VNFRQTS is documentation project

Has the project passed the Integration Sanity TestsNA

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

VNFRQTS is documentation project

Has the project done the integration testing with related dependent projects?

NA
VNFRQTS is documentation project
Documentation

Has your team completed (reviewed, submitted and cherry picked) all documentation planned for the Dublin Release?

  1. Release Notes
  2. Project Documentation
  3. No remaining Documentation tickets
Yes

Provide Link to ReadTheDocs Release Notes

https://docs.onap.org/en/dublin/submodules/vnfrqts/requirements.git/docs/release-notes.html

Provide Link to ReadTheDocs Project Documentation

https://docs.onap.org/en/dublin/guides/onap-provider/index.html#vnf-pnf-reqs

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

...