Versions Compared

Key

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

...

Practice AreaCheckpointYes/NoEvidencesHow to?
Product ManagementAre committed Product Backlog Stories been coded and marked as "Closed" in Jira?Link to JiraYes

Jira
serverONAP JIRA
jqlQueryproject=portal and type=Story and fixversion="Dublin Release"
counttrue
serverId425b2b0a-557c-3c0c-b515-579789cceedb


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

Jira
serverONAP JIRA
jqlQueryproject=portal and type=Task and fixversion="Dublin Release"
counttrue
serverId425b2b0a-557c-3c0c-b515-579789cceedb


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

http://onap.readthedocs.io/en/latest/submodules/portal.git/docs/release-notes.html

  • SDK upgrade to integrate with AAFUse of CADI

  • Added public AcumosAI instance reference as default app on Portal
  • 68% JUnit Test Coverage
  • Addressing security issues
  • Internationalization language support - partially implemented
  • Reporting feature enhancement in portal/sdk - design and partial code changes
Link to evidence

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

NoAll planned functionalities are completed for the release.
Release ManagementHave all issues pertaining to FOSS been addressed?Yes

Have all findings from previous milestones been addressed?Provide link to JIRA findingsInProgress

Jira
serverONAP JIRA
jqlQueryproject = PORTAL AND issuetype = Bug AND status in (Open, "In Progress", REOPENED, Submitted, Delivered) AND priority in (Highest, High) AND fixVersion = "Dublin Release"
counttrue
serverId425b2b0a-557c-3c0c-b515-579789cceedb


DevelopmentAre all the Jenkins jobs successfully passed (verify + merge jobs)?Yes

https://jenkins.onap.org/view/portal/ (required master branch verify and merge jobs are all PASSING)

However, INFO yaml and maven stage jobs setup by LF support team recently are not critical, but they never passed at least once, so I request LF team to continue looking into it and fix them.

https://jenkins.onap.org/view/Merge-Jobs/
Are all binaries available in Nexus Release repository?Provide link to evidenceYes

https://nexus.onap.org/#nexus-search;quick~portal/sdk

portal/sdk - (Release branch: “release-2.5.0”)

org.onap.portal.sdk,epsdk-analytics,2.5.0
org.onap.portal.sdk,epsdk-app-common,2.5.0
org.onap.portal.sdk,epsdk-app-overlay,2.5.0
org.onap.portal.sdk,epsdk-core,2.5.0
org.onap.portal.sdk,epsdk-fw,2.5.0
org.onap.portal.sdk,epsdk-workflow,2.5.0

Are all Docker images available In Nexus?Provide link to evidenceYes
Below are the docker images released as part of Portal Platform project:
onap/portal-app,v2.5.0
onap/portal-db,v2.5.0
onap/portal-sdk,v2.5.0
onap/portal-wms,v2.5.0

Are the Java and Docker manifest updated with the same version as in Nexus Release repository?InProgress

https://git.onap.org/integration/tree/version-manifest/src/main/resources/docker-manifest.csv

https://git.onap.org/integration/tree/version-manifest/src/main/resources/java-manifest.csv

InProgress for Java manifest; docker images version updated.


OOM to Tag Release + Version in Helm ChartYesPortal team delivered to OOM, dockers tagged and released.
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

Yeshttps://jenkins.onap.org/view/portal/Provide link to evidenceGoal is to incease our confidence the latest commit did not break the major functionality. Jenkins CSIT Jobs
Has the project code successfully passed the Daily Build process?YesDaily build jobs are passingProvide link to evidenceGoal is to ensure the latest project commit has not broken the Integration Daily Build 
Has the project passed the Integration Sanity TestsInProgress

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?

InProgress

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

Provide Link to ReadTheDocs Project Documentation
Yes

http://onap.readthedocs.io/en/latest/submodules/portal.git/docs/release-notes.html

http://onap.readthedocs.io/en/latest/submodules/portal.git/docs/index.html

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

...