Versions Compared

Key

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

...

The following items are expected to be completed for the project to Pass  Release Sign-Off Milestone.

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

Jira Legacy
serverSystem Jira
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
maximumIssues20
jqlQueryproject = LOG AND fixVersion = "Dublin Release" and type = Story ORDER BY priority DESC, updated DESC
serverId4733707d-2057-3a0f-ae5e-4fd8aff50176


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

Jira Legacy
serverSystem Jira
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
maximumIssues20
jqlQueryproject = LOG AND fixVersion = "Dublin Release" and type = task ORDER BY priority DESC, updated DESC
serverId4733707d-2057-3a0f-ae5e-4fd8aff50176

The 2 tasks 1 task left are:

  • release note - waiting to be merged
  • adding Jim Baker to CII Badging - only michaelcan do that


Provide the project features list under the form of a bulleted list.YesSee Release Notes

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

Yes

Jira Legacy
serverSystem Jira
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
maximumIssues20
jqlQueryproject=LOG and issuetype in (epic) and fixVersion = "Dublin release" and status != Closed
serverId4733707d-2057-3a0f-ae5e-4fd8aff50176


Release ManagementHave all issues pertaining to FOSS been addressed?Yes

Have all findings from previous milestones been addressed?Yes

DevelopmentAre all the Jenkins jobs successfully passed (verify + merge jobs)?NoFailed since oparent 2.0.0 update, however the images were released before this change.https://jenkins.onap.org/view/Merge-Jobs/
Are all binaries available in Nexus Release repository?Yeshttps://nexus.onap.org/#nexus-search;quick~onap/logging
Are all Docker images available In Nexus?Yeshttps://nexus3.onap.org/#browse/search=keyword%3Dpomba%20AND%20version%3D1.4.0
Are the Java and Docker manifest updated with the same version as in Nexus Release repository?YesNo
Pending on this patch: https://gerrit.onap.org/r/c/integration/+/89769
OOM to Tag Release + Version in Helm ChartYes

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

Provide link to evidenceGoal is to incease our confidence the latest commit did not break the major functionality. Jenkins CSIT JobsNo

essentially the pairwise testing is csit - since no library is exported - 

Jira Legacy
serverSystem Jira
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId4733707d-2057-3a0f-ae5e-4fd8aff50176
keyLOG-245


Has the project code successfully passed the Daily Build process?Provide link to evidenceNoBuilds were passing until the oparent 2.0.0 update, however the images were released before this change.Goal is to ensure the latest project commit has not broken the Integration Daily Build 
Has the project passed the Integration Sanity TestsYes

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

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

YesPOMBA - Functional Test Cases (Dublin)
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
Provide Link to ReadTheDocs Release Notes
No

https://docs.onap.org/en/dublin/submodules/logging-analytics.git/docs/release-notes.html

Provide Link to ReadTheDocs Project Documentation

Yes for Release Note.
Release note has been updated and merged but it's building properly.

No for project documentation - POMBA

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

...