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?Yes

Jira
serverONAP JIRA
jqlQueryproject = "External API Framework" and fixVersion = "Dublin Release" and type = Story and status != Closed
serverId425b2b0a-557c-3c0c-b515-579789cceedb
https://jira.onap.org/issues/?jql=project%20%3D%20EXTAPI%20and%20fixVersion%20%3D%20"Dublin%20Release"%20and%20type%20%3D%20Story%20and%20status%20!%3D%20Closed%20%20


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

Jira
serverONAP JIRA
jqlQueryproject = "External API Framework" and fixVersion = "Dublin Release" and (type = task or type = Sub-task ) and status != Closed
serverId425b2b0a-557c-3c0c-b515-579789cceedb


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

See the Release Notes

https://onap.readthedocs.io/en/dublin/submodules/externalapi/nbi.git/docs/releasenotes/releasenotes.html


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

N/A

Release ManagementHave all issues pertaining to FOSS been addressed?YesApache 2 Licence included as headers in source files. No external source code where copied into nbiRules for implementing FOSS in a project
Have all findings from previous milestones been addressed?N/A

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

merge

https://jenkins.onap.org/view/externalapi/job/externalapi-nbi-master-merge-java/

verify

https://jenkins.onap.org/view/externalapi/job/externalapi-nbi-master-verify-java/

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

4.0.0

https://nexus.onap.org/service/local/repositories/releases/content/org/onap/externalapi-nbi/nbi-rest-services/4.0.0/nbi-rest-services-4.0.0.pom

<dependency>
<groupId>org.onap.externalapi-nbi</groupId>
<artifactId>nbi-rest-services</artifactId>
<version>4.0.0</version>
</dependency>


Are all Docker images available In Nexus?Yes

4.0.0

https://nexus3.onap.org/#browse/browse:docker.release:v2%2Fonap%2Fexternalapi%2Fnbi%2Ftags%2F4.0.0


Are the Java and Docker manifest updated with the same version as in Nexus Release repository?Yes
onap/externalapi/nbi,4.0.0

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

org.onap.externalapi-nbi,nbi-rest-services,4.0.0

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




OOM to Tag Release + Version in Helm Chart?

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/externalapi/job/externalapi-nbi-master-csit-healthcheck/Goal 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?Yeshttps://jenkins.onap.org/view/externalapi/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?

Yes

SDC

AAI

SO

MSB


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

Jira
serverONAP JIRA
jqlQueryproject ="External API Framework" AND (labels=Documentation ) AND status != Closed ORDER BY fixVersion ASC, status DESC, priority DESC, updated DESC
serverId425b2b0a-557c-3c0c-b515-579789cceedb


Release Notes

https://onap.readthedocs.io/en/dublin/submodules/externalapi/nbi.git/docs/releasenotes/releasenotes.html

Project Documentation

https://onap.readthedocs.io/en/dublin/submodules/externalapi/nbi.git/docs/offeredapis/offeredapis.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

...