Versions Compared

Key

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

...


QuestionDescriptionSample Answer

Basics: Identification




This is a short name. It SHOULD include "ONAP" as part of it.

ONAP CLAMP (Closed Loop Automation Management Platform)

Include a paragraph describing your project. You MUST include "ONAP" as part of it the description in order for our queries to work.

ONAP CLAMP is a platform for designing and managing control loops. It is used to design a closed loop, configure it with specific parameters for a particular ... etc ...

Use the wiki URL for your project. Only use the HTTPS version.

https://wiki.onap.org/display/DW/CLAMP+Project

What is the URL for the version control repository (it may be the same as the project URL)?

This will be the Gerrit URL for your project. It MUST start with either <https://gerrit.onap.org/r/#/admin/projects> or <https://git.onap.org>.

You may list multiple URLs here if your report is covering multiple repositories. Separate them with whitespace.

https://gerrit.onap.org/r/#/admin/projects/clamp
https://git.onap.org/clamp


What programming language(s) are used to implement the project?


C++, Java, JavaScript, Python, etc.

The textual answer is optional; you may leave it blank.

QuestionDescriptionSample Answer

Basics: Basic project website content




The project website MUST succinctly describe what the software does [description_good]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button.

Include the link to your readme file on onap.readthedocs.io

The description of the project can be found in
http://onap.readthedocs.io/en/latest/submodules/aai/sparky-be.git/docs/index.html


The project website MUST provide information on how to: obtain, provide feedback (as bug reports or enhancements), and contribute to the software [interact]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use the text in the sample answer.

The following URLs describe the process to join the community, developing the software and provide feekback: https://wiki.onap.org/display/DW/Joining+the+Community https://wiki.onap.org/display/DW/Tracking+Issues+with+JIRA https://wiki.onap.org/display/DW/Developing+ONAP

The information on how to contribute MUST explain the contribution process (e.g., are pull requests used?) (URL required) [contribution]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use the text in the sample answer.

The process could be found in the following URL: https://wiki.onap.org/display/DW/Development+Procedures+and+Policies

The information on how to contribute SHOULD include the requirements for acceptable contributions (e.g., a reference to any required coding standard). [contribution_requirements]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use the text in the sample answer.

The Javascript code should meet the requirements except for the number of characters in a line of code specified by the styleguide
https://google.github.io/styleguide/jsguide.html
We avoid the restriction on the number of characters in one line of code to improve readability.


QuestionDescriptionSample Answer

Basics: FLOSS license




What license(s) is the project released under? [license]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use the text in the sample answer.

Apache-2.0

The software produced by the project MUST be released as FLOSS. [floss_license]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use the text in the sample answer.

The Apache-2.0 license is approved by the Open Source Initiative (OSI).

It is SUGGESTED that any required license(s) for the software produced by the project be approved by the Open Source Initiative (OSI) [floss_license_osi]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use the text in the sample answer.

The Apache-2.0 license is approved by the Open Source Initiative (OSI).

The project MUST post the license(s) of its results in a standard location in their source repository. (URL required) [license_location]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use the text in the sample answer.

License can be found in:
https://gerrit.onap.org/r/gitweb?p=aai/sparky-fe.git;a=blob;f=LICENSE;h=38a0459285f876f7cb07c931fe01d195b9122872;hb=refs/heads/amsterdam


QuestionDescriptionSample Answer

Basics: Documentation




The project MUST provide basic documentation for the software produced by the project. [documentation_basics]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button.

Include a pointer to your project's readthedocs.io area.

The documentation describing the project can be found in
http://onap.readthedocs.io/en/latest/submodules/aai/sparky-be.git/docs/index.html


The project MUST provide reference documentation that describes the external interface (both input and output) of the software produced by the project. [documentation_interface]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

The component sparky-fe needs to be used with sparky-be and AAI to view AAI component.
AAI is a part of the ONAP itself.
Documentation on how to install Full Documentation for ONAP can be found in at: httphttps://docs.onap.readthedocs.ioorg/en/latest/guides/onap-developer/settingup/fullonap.html


QuestionDescriptionSample Answer

Basics: Other




The project sites (website, repository, and download URLs) MUST support HTTPS using TLS. [sites_https]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

The project sites are all HTTPS:
Project site: https://wiki.onap.org/pages/viewpage.action?pageId=13599492
Repository: https://gerrit.onap.org/r/#/admin/projects/aai/sparky-fe


The project MUST have one or more mechanisms for discussion (including proposed changes and issues) that are searchable, allow messages and topics to be addressed by URL, enable new people to participate in some of the discussions, and do not require client-side installation of proprietary software. [discussion]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use the text in the sample answer.

A mailing list is used for project related discussion. New users could also check, search the old discussion online at onap-discuss website. Joining the ONAP Technical Community

The project SHOULD provide documentation in English and be able to accept bug reports and comments about code in English. [english]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use the text in the sample answer.

JIRA is used to track bugs. The whole website is in English. Tracking Issues with JIRA

QuestionDescriptionSample Answer

Change Control: Public version-controlled source repository


The project MUST have a version-controlled source repository that is publicly readable and has a URL. [repo_public]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

Sparky's version controlled repository can be found in
https://gerrit.onap.org/r/#/admin/projects/aai/sparky-fe


The project's source repository MUST track what changes were made, who made the changes, and when the changes were made. [repo_track]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

Tracking is provided by using a combination of JIRA and git history. Every commit has an user and a Jira number attached to it.
Git history for sparky's master branch:https://gerrit.onap.org/r/gitweb?p=aai%2Fsparky-fe.git;a=shortlog;h=refs%2Fheads%2Fmaster
Jira for ONAP: https://jira.onap.org/secure/Dashboard.jspa


To enable collaborative review, the project's source repository MUST include interim versions for review between releases; it MUST NOT include only final releases. [repo_interim]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

Gerrit provides an temporary branch for reviewing and providing comments. Once approved, the code will be merged and the temperate branch will be removed.

It is SUGGESTED that common distributed version control software be used (e.g., git) for the project's source repository. [repo_distributed]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

Git and Gerrit are used.

QuestionDescriptionSample Answer

Change Control: Unique version numbering




The project results MUST have a unique version identifier for each release intended to be used by users [version_unique]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

Release version is with format ${major}.${minor}.${patch} and will be updated accordingly for each release.

It is SUGGESTED that the Semantic Versioning (SemVer) format be used for releases [version_semver]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

Release version is with format ${major}.${minor}.${patch} and will be updated accordingly for each release.


It is SUGGESTED that projects identify each release within their version control system. For example, it is SUGGESTED that those using git identify each release using git tags. [version_tags]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

Each release is tagged within the Gerrit repository.

QuestionDescriptionSample Answer

Change Control: Release notes




The project MUST provide, in each release, release notes that are a human-readable summary of major changes in that release to help users determine if they should upgrade and what the upgrade impact will be. The release notes MUST NOT be the raw output of a version control log (e.g., the "git log" command results are not release notes). Projects whose results are not intended for reuse in multiple locations (such as the software for a single website or service) AND employ continuous delivery MAY select "N/A". (URL required) [release_notes]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

Release notes can be found in
http://onap.readthedocs.io/en/latest/submodules/aai/aai-common.git/docs/release-notes.html


The release notes MUST identify every publicly known vulnerability with a CVE assignment or similar that is fixed in each new release, unless users typically cannot practically update the software themselves. If there are no release notes or there have been no publicly known vulnerabilities, choose "not applicable" (N/A). [release_notes_vulns]

If your project has had a vulnerability reported (e.g. identified in Nexus-IQ), verify that it is noted in the release notes with a CVE, CVSS, CWE, or CAPEC identifier, then select the Met radio button. (If not, select the Unmet radio button.)

If there have been no vulnerabilities yet reported, select N/A.

Release notes with identified vulnerabilities can be found in
http://onap.readthedocs.io/en/latest/submodules/aai/aai-common.git/docs/release-notes.html

No vulnerabilities have yet been identified.



QuestionDescriptionSample Answer

Reporting: Bug-reporting process




The project MUST provide a process for users to submit bug reports (e.g., using an issue tracker or a mailing list). (URL required) [report_process]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

The description of the process can be found in the following URL: https://wiki.onap.org/display/DW/Tracking+Issues+with+JIRA

The project SHOULD use an issue tracker for tracking individual issues. [report_tracker]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

Jira is used to track issues. https://wiki.onap.org/display/DW/Tracking+Issues+with+JIRA

The project MUST acknowledge a majority of bug reports submitted in the last 2-12 months (inclusive); the response need not include a fix. [report_responses]

*ONAP project common response*

ONAP requires that the PTLs review bug reports, so you can just select the Met radio button. Use text similar to the sample answer.

The reported issues are being handled as soon as possible.


The project SHOULD respond to a majority (>50%) of enhancement requests in the last 2-12 months (inclusive).[enhancement_responses]

*ONAP project common response*

ONAP requires that the PTLs review enhancement requests, so you can just select the Met radio button. Use text similar to the sample answer.

The reported issues are being handled as soon as possible.

The project MUST have a publicly available archive for reports and responses for later searching. (URL required) [report_archive]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

The ONAP Jira Ticketing System: https://jira.onap.org/secure/Dashboard.jspa Additionally a concise list of open defects, epics, stories, and tasks can be found at: https://wiki.onap.org/display/DW/Issue+Reports

QuestionDescriptionSample Answer

Change Control: Vulnerability report process




The project MUST publish the process for reporting vulnerabilities on the project site. (URL required) [vulnerability_report_process]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

The process on how to report a vulnerability can be found in
ONAP Vulnerability Management <https://wiki.onap.org/display/DW/ONAP+Vulnerability+Management>.


If private vulnerability reports are supported, the project MUST include how to send the information in a way that is kept private. (URL required) [vulnerability_report_private]

*ONAP project common response*

According to updated version of ONAP Vulnerability Management process vulnerabilities should be reported by creating OJSI tickets. Taken into account their default limited visibility and HTTPS only access to Jira, we consider them to be private reports. All details how to report the issue has been described in the process itself. Choose "Met".

The process on how to report a vulnerability can be found in
ONAP Vulnerability Management <https://wiki.onap.org/display/DW/ONAP+Vulnerability+Management>.

By default all vulnerability reports are private unless modified by the reporter.



The project's initial response time for any vulnerability report received in the last 6 months MUST be less than or equal to 14 days. [vulnerability_report_response]For most new projects there are no vulnerability reported, so N/A would be a valid selection if that is the case for your project. For older projects that were in a previous ONAP release, the JIRA tickets should be reviewed for vulnerability response times.There's no vulnerabilities reported so far.

QuestionDescriptionSample Answer

Quality: Working build system




If the software produced by the project requires building for use, the project MUST provide a working build system that can automatically rebuild the software from source code. [build]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

Jenkins is used to build the war file. https://jenkins.onap.org/view/aai/job/aai-sparky-fe-master-release-version-java-daily-no-sonar/

It is SUGGESTED that common tools be used for building the software. [build_common_tools]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

Maven and npm are used to build the project

The project SHOULD be buildable using only FLOSS tools [build_floss_tools]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

Maven is under Apache 2.0 liscense. And NPM is licensed under The Artistic License 2.0

QuestionDescriptionSample Answer

Quality: Automated test suite




The project MUST use at least one automated test suite that is publicly released as FLOSS (this test suite may be maintained as a separate FLOSS project). [test]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

Sparky uses Karma, mock-require and mocha to run the unit tests

A test suite SHOULD be invocable in a standard way for that language. [test_invocation] 

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

Tests can be run, by running the command "npm test"

It is SUGGESTED that the test suite cover most (or ideally all) the code branches, input fields, and functionality. [test_most]
ONAP has differing requirements for each release; depending on your coverage, select the appropriate radio button. Use text similar to the sample answer.The combination of Karma, mock-require and mocha has the ability to cover all the branches and input fields

It is SUGGESTED that the project implement continuous integration (where new or changed code is frequently integrated into a central code repository and automated tests are run on the result). [test_continuous_integration]

*ONAP project common response*

ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

For each pull request, the project needs to be built successfully before the Merge option becomes activated. The test will be run automatically during the building process as well. Once build successfully and all tests has past, the Merge option will be activated.

QuestionDescriptionSample Answer

Quality: New functionality testing

Quality: Warning flags

The remaining questions in the Quality section must be individually answered according to your project.



. . .


QuestionDescriptionSample Answer

Security: Secured delivery against man-in-the-middle (MITM) attacks




The project MUST use a delivery mechanism that counters MITM attacks. Using https or ssh+scp is acceptable. [delivery_mitm]

*ONAP project common response*

ONAP uses HTTPS for access to all ONAP artifacts, such as built items and source. In addition, some artifacts are signed by the Linux Foundation.

HTTPS is used to download all ONAP artifacts, and some are signed by the Linux Foundation.

A cryptographic hash (e.g., a sha1sum) MUST NOT be retrieved over http and used without checking for a cryptographic signature. [delivery_unsigned]

*ONAP project common response*

Since all HTTP access is over HTTPS, if ONAP were to to publish checksums, they could only be retrieved using HTTPS.

TBD

Does ONAP publish any checksums?

If so, the answer is Met. If not, the answer is N/A.


Security: Secure development knowledge

Security: Use basic good cryptographic practices

Security: Publicly known vulnerabilities fixed

Security: Other security issues

These questions in the Security section must be individually answered according to your project.

QuestionDescriptionSample Answer

Analysis: Static code analysis

Analysis: Dynamic code analysis

The questions in the Analysis section must be individually answered according to your project.

...