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 "Closed" in Jira?Yes

Jira
serverONAP JIRA
jqlQueryproject = OPTFRA AND fixVersion = "Casablanca Release" and status in (Closed, Delivered) and type in (Sub-task, Task)
counttrue
serverId425b2b0a-557c-3c0c-b515-579789cceedb



Have all findings from previous milestones been addressed?Yes

Our latest runs of the CSIT

OSDF (last 9 successive runs have completed successfully):

https://jenkins.onap.org/view/optf/job/optf-osdf-master-csit-osdf/

HAS (last 3 successive runs have completed successfully) :

https://jenkins.onap.org/view/optf/job/optf-has-master-csit-has/

CMSO:

https://jenkins.onap.org/view/optf/job/optf-cmso-master-csit-cmso/


DevelopmentHave all Defects of priority Highest and High been in status "Closed" in Jira?Yes

Jira
serverONAP JIRA
jqlQueryaffectedVersion = "Casablanca Release" and issuetype = Bug and project="Optimization Framewok" and priority in (High, Highest) and status in (closed)
counttrue
serverId425b2b0a-557c-3c0c-b515-579789cceedb
closed


Are all JIRA issues used as a reference in a commit in status "Closed" in Jira?Yes*I believe our team has closed all issues as the changes get merged, but not sure how to search for JIRAs and commits together.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

https://jenkins.onap.org/view/optf/job/optf-has-master-conductor-merge-java/

https://jenkins.onap.org/view/optf/job/optf-osdf-master-osdf-merge-java/

https://jenkins.onap.org/view/optf/job/optf-cmso-master-cmso-merge-java/



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

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

Yes

https://nexus.onap.org/content/repositories/releases/org/onap/optf/has/optf-has-conductor/1.2.4/

https://nexus.onap.org/content/repositories/releases/org/onap/optf/osdf/optf-osdf/1.2.4/

https://nexus.onap.org/service/local/repositories/releases/content/org/onap/optf/cmso/cmso-service/1.0.1

https://nexus.onap.org/service/local/repositories/releases/content/org/onap/optf/cmso/liquibase/1.0.1



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

OSDF (last 9 successive runs have completed successfully):

https://jenkins.onap.org/view/optf/job/optf-osdf-master-csit-osdf/

HAS (last 3 successive runs have completed successfully) :

https://jenkins.onap.org/view/optf/job/optf-has-master-csit-has/

CMSO: pass

https://jenkins.onap.org/view/optf/job/optf-cmso-master-csit-cmso/


At RC0, has the Pair Wise testing table been filled out?YesOOF Pair Wise Testing for Casablanca Release
At RC0, have all OOM Release Healtcheck related to your project passed?Yes*

At RC0 - No.

At RC1 extended 10/31 - Yes, this was passing.

But due to Windriver lab over subscribed this was failing on some days.

On the latest build this is passing on RC2.

https://jenkins.onap.org/view/External%20Labs/job/lab-windriver-oom-daily/239/consoleFull


At RC0, is there a Docker image in Nexus Docker-Release repo available for each repository?Yes

Optfoptf-has-1.2.45

Optfoptf-osdf-1.2.4

optf-cmso-service-1.0.1


Has the project code successfully passed the Daily Build process?

Yes



Goal is to ensure the latest project commit has not broken the Integration Daily Build 
Has the OOM deployment passed?NoYes

Has the Heat deployment passed?

(not a gating item for Casablanca)





Documentation

For RC0, for project delivering binaries, has the team populated and validated all the sections of either the Platform Component or SDK template?


NA

Most teams have already created the high level file structures in readthedocs, and populated some actual documentation. However, the remaining sections of the appropriate teamplate must be completed.

Platform: A&AI, APP-C, CLAMP, CLI, DCAE, DMaaP, Holmes, MSB, OOM, Policy, Portal, SDN-C SDC, SO, UseCase UI, VFC, VID

SDKs: AAF, CCSDK, External API Framework, Multi VIM/Cloud, VNFSDK

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

NA

For RC2, for project delivering binaries, has the team populated and validated all the sections of the Release Notestemplate?

NA

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

...