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 "Done" in Jira?yes

Link to JIRA

Jira
serverONAP JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
maximumIssues20
jqlQueryproject=Vnfsdk AND type=Story AND fixVersion = "Amsterdam Release" AND status != Done
serverId425b2b0a-557c-3c0c-b515-579789cceedb



Have all findings from previous milestones been addressed?yesProvide link to JIRA findings
DevelopmentHave all Defects of priority Highest and High been in status "Done" in Jira?yes

Jira
serverONAP JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
maximumIssues20
jqlQueryproject=Vnfsdk AND type=Bug AND priority in (High,Highest) and status != Done
serverId425b2b0a-557c-3c0c-b515-579789cceedb


Are all JIRA issues used as a reference in a commit in status "Done" 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

Are all the Jenkins jobs successfully passed (verify + merge jobs)?yes

Provide link to "Merge job" as evidence in Jenkins project tab

https://jenkins.onap.org/view/Merge-Jobs/job/vnfsdk-refrepo-master-merge-java/


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

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

yes, except for VES client (in progress)

/org/onap/vnfsdk/refrepo/vnf-sdk-marketplace/1.0.0/vnf-sdk-marketplace-1.0.0.pom

https://nexus.onap.org/service/local/repo_groups/staging/content/org/onap/vnfsdk/refrepo/vnfmarket-docker-refrepo/1.0.0/vnfmarket-docker-refrepo-1.0.0.pom

[ONAP Helpdesk #47965]https://nexus.onap.org/service/local/repositories/releases/content/org/onap/vnfsdk/refrepo/vnfmarket/1.0.0/vnfmarket-1.0.0.pom

Refer to Independent Versioning and Release Process for procedure
Integration and TestingHave all CSIT Use Cases (created by each project team) passed?yes

Provide link to evidence. As things are moving fast, we want to ensure CSIT are still "green".

https://jenkins.onap.org/view/CSIT/job/vnfsdk-refrepo-master-csit-sanity-check/


Is there a Docker images available for each repository?yes

https://nexus.onap.org/service/local/repo_groups/staging/content/org/onap/vnfsdk/refrepo/vnfmarket-docker-refrepo/1.0.0/vnfmarket-docker-refrepo-1.0.0.pom


Has the project code successfully passed the Daily Build process?yeshttps://jenkins.onap.org/view/Daily-Jobs/job/vnfsdk-refrepo-master-release-version-java-daily/Goal is to ensure the latest project commit has not broken the Integration Daily Build 
Documentation

For RC0, has the team populated and validated all the sections in the Documentation template? These information must be useful for installation, configuration, and usage.

For RC1, has the team addressed to issue (recorded in JIRA) provided by the Documentation team?

For RC2, have all remaining issues been addressed?

For RC2, has the Documentation Team provided the final approval for your project documentation?

yes

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


Documentation Team is using ReadTheDocs for documenting user facing documentation.

...