Table of Contents | ||
---|---|---|
|
...
Scope
What is this release trying to address?
- Deliver points of interoperability between ONAP and External Systems
- Focus on ONAP External APIs to BSS/OSS (i.e., MEF Legato)
- Service Catalog
- Add notification for serviceCatalog API
- Description:
- Allow BSS catalog function to receive service catalog notification as serviceSpec status change or characteristic change (new value in an enum list for example). Could be interesting to track these serviceSpec update to update accordingly productSpec
- Relevance:
- Complexity: Moderate - need to subscribe to authenticated topic
- Prerequisites: It requires to have a notification from SDC via DMaaP
- Resources: Adrian O'Sullivan
- Description:
- Add notification for serviceCatalog API
- Service Ordering
- Add Support for serviceOrder API for Service Instantiation via macro mode
- Description:
With Dublin, a new mode is available in SO to instantiate a service : the "macro" mode.
In SDC, a service can be declared with an instantiationType equal to "A-la-carte" or equal to "Macro". This information is then available in the Tosca service definition file.
When "Macro" mode is choosen for a service, the SO will use different kind of BPMN workflow.
This "macro" mode need to be managed by NBI.
NBI needs to look at service definition in Tosca file, select the mode, build the "macro" request toward SO when service instantiationType is "Macro".
REQUEST 1 : NBI have to send a request to SO with the parameter "aLaCarte": false when instantiationType is Macro in service definition file
In macro mode, the SO request may also contain, in the "userParams" section, all needed information about VNFs and VF-module(s) to be instantiated.
All those necessary information are in the Tosca service definition file generated by SDC.
If NBI do not fill those information, the serviceOrder sent to NBI will have to provide those informations (that means an external system will have to do the job)
REQUEST 2 : NBI to look at VNF, VF-module and Network in the Tosca service definition file in order to build the full "macro" request toward SO.
- Relevance:
- Complexity: High
- Prerequisites:
- Resources: Romain and Rene
- Description:
- Update serviceOrder API to use GR_API
- Description:
SO can use two kind of API with SDNC : Generic-Resource API (GR_API) or VNF_API.It seems that it is better to indicate to SO to use GR_API now. It is the value of the field "testApi" that need to be modified in SO request to instantiate service object. Can be an environment variable.
- Relevance:
- Complexity: Easy
- Prerequisites:
- Resources: Romain
- Description:
- Update ServiceOrder to accommodate Service Characteristics of "object" type
- Description:
Need to handle service orders which use "object" type in the serviceCharacteristics, i.e. utiizing the new specificationInputSchema
also update the object to be stored as "object" v "Object" in the service catalog response.
- Relevance:
- Complexity: Easy
- Prerequisites:
- Resources: Adrian O'Sullivan
- Description:
- Add Support for serviceOrder API for Service Instantiation via macro mode
- Performance Management (specification focus) (stretch goal: implementation associated with Network Slicing KPI reporting)
- Integration
- Integrate External API/NBI within ONAP DMaap for authenticated topics ( Adrian )
- Integrate External API/NBI with AAF for security enhancement ( Matthieu )
- Service Catalog
Use Cases
The existing use cases are still going to be supported and additional use cases will be supported for the Frankfurt Release (as defined by the Control loop sub committee and TSC). Network Slicing Use case is a new use case which have plans to use External API Service Order APIs.
Minimum Viable Product
- Documentation of User Stories; Use Cases and Interactions (e.g., swagger ); Data Models (e.g., JSON); Interface Profiles and Functional Definition;
- ONAP Component Mapping and Functional Analysis;
- Code contribution for External API Agent functionality.
Functionalities
List the functionalities that this release is committing to deliver by providing a link to JIRA Epics and Stories. In the JIRA Priority field, specify the priority (either High, Medium, Low). The priority will be used in case de-scoping is required. Don't assign High priority to all functionalities.
Epics
Stories
Longer term Roadmap
Indicate at a high level the longer term roadmap. This is to put things into the big perspective.
The long term goal is to reach a common platform for managing control loops within ONAP :
CLAMP is a platform for designing and managing control loops. It is used to setup a control loop, configure it with specific parameters for a particular network service, then deploying and undeploying it. Once deployed, the user can also update the loop with new parameters during runtime, as well as suspending and restarting it.
It interacts with other systems to deploy and execute the closed loop. For example, it receives CSAR service package from SDC, associating it with the VF resource. It requests from DCAE the instantiation of microservices to manage the closed loop flow. Further, it creates and updates multiple policies in the Policy Engine that define the control loop flow.
The ONAP CLAMP platform abstracts the details of these systems under the concept of a control loop model. The setup of a control loop and its management is represented by a workflow in which all relevant system interactions take place. This is essential for a self-service model of creating and managing control loops, where no low-level user interaction with other components is required.
At a higher level, CLAMP is about supporting and managing the broad operational life cycle of VNFs/VMs and ultimately ONAP components itself. It will offer the ability to configure, test, deploy and update control loop automation - both closed and open. Automating these functions would represent a significant saving on operational costs compared to traditional methods.
Another Key long term goal is to provide a better user experience by having more flexibility to add mico-service without code development.
A Dashboard has been introduced to allow the user to get a quick overview of the status and events of running control loops.
Release Deliverables
Indicate the outcome (Executable, Source Code, Library, API description, Tool, Documentation, Release Note...) of this release.
...
Code of the Designer and run time of CLAMP
...
Sub-Components
....
Architecture
High level architecture diagram
At that stage within the Release, the team is expected to provide more Architecture details describing how the functional modules are interacting.
Block and sequence diagrams showing relation within the project as well as relation with external components are expected.
Anyone reading this section should have a good understanding of all the interacting modules.
Architecture
- Below we show how the CLAMP application fits into ONAP. The red figure below shows the CLAMP application components. There is a design portion and an operations component.
...
- Design/Setup Time(Cockpit/UI to Configure the received templates)
- SDC will distribute a CSAR, for a service, the part of the CSAR that CLAMP will use are:
- the Control Loop flow Templates(e.g: blueprint) are defined in DCAE-D(sub-component of SDC) and distributed to CLAMP by SDC. The templates format is TOSCA. The blueprint is also pushed, by SDC, to DCAE platform orchestration engine.
- The policy-models defining the DCAE µS used inside the blueprint. note that policy-engine will also receive this SDC distribution and so should be also aware of those policy-models.
- policies (configuration and operational policies) are pushed/provisioned towards the Policy Component of ONAP. (those policies will be triggered by DCAE during Closed Loop operations).
- The DCAE team needs to provide models to Policy team in order for the Configuration policy to be built.
- DCAE (in Frankfurt release), plan to introduce the DCAE-DESIGNER to(this is part of the new Self Serve Control Loop initiative):
- design control loop flow (sequences of µS)
- expose an API for CLAMP to retrieve the list of existing flow, so that CLAMP can use it to create new Control Loop's
- CDS (in Frankfurt release):
- expose by an API (or through CSAR distribution via SDC), the list of actors and corresponding actions, that CLAMP can then configure as part of an Operationnal policy configuration
- Run time(DCAE-Policy, grabbing events and triggering policies based actions)
- the triggering to deploy(and then effectively start the closed loop) a blueprint will be manual (via CLAMP cockpit) an automatic deployment based on an event will come in future release.
- The CLAMP cockpit will support the following action at runtime:
- start (start the provisioned Closed Loop on DCAE)
- stop (stop a provisioned Closed loop on DCAE)
- Dashboard (ELK based)
- CLAMP also provides (as a separate components) an ELK stack (with specific configurations for the elk components) that listen to Control Loop events published on DMAAP on specific dmaap topics.
CLAMP will thus control the typical following control loop flow within ONAP :
Platform Maturity
Please check the centralized wiki page: Frankfurt Release Platform Maturity v1
API Incoming Dependencies
List the API this release is expecting from other ONAP component(s) releases.
Prior to Release Planning review, Team Leads must agreed on the date by which the API will be fully defined. The API Delivery date must not be later than the release API Freeze date.
Prior to the delivery date, it is a good practice to organize an API review with the API consumers.
...
API Outgoing Dependencies
API this release of CLAMP is delivering to other ONAP Component(s) releases.
...
Third Party Products Dependencies
Third Party Products mean products that are mandatory to provide services for your components. Development of new functionality in third party product may or not be expected.
List the Third Party Products (OpenStack, ODL, RabbitMQ, ElasticSearch,Crystal Reports, ...).
...
In case there are specific dependencies (Centos 7 vs Ubuntu 16. Etc.) list them as well.
Testing and Integration Plans
Provide a description of the testing activities (unit test, functional test, automation,...) that will be performed by the team within the scope of this release.
Describe the plan to integrate and test the release deliverables within the overall ONAP system.
Confirm that resources have been allocated to perform such activities.
CLAMP will invest in CSIT tests to allow further integration testing, CLAMP already provided some tests as part of previous releases.
Gaps
This section is used to document a limitation on a functionality or platform support. We are currently aware of this limitation and it will be delivered in a future Release.
List identified release gaps (if any), and its impact.
...
Known Defects and Issues
Please refer to Frankfurt Defect Status
Table of Contents | ||
---|---|---|
|
Overview
Project Name | Enter the name of the project |
---|---|
Target Release Name | Frankfurt Release |
Project Lifecycle State | Incubation.( Refer to ONAP Charter, section 3.3 Project Lifecycle for further information) |
Participating Company | AT&T, CenturyLink, China Mobile, China Telecom, Orange, PCCW Global, Turk Telekom, Verizon, Amdocs, Ciena, Huawei, Intel, Netcracker, ZTE, MEF, TMF |
Scope
What is this release trying to address?
- Deliver points of interoperability between ONAP and External Systems
- Focus on ONAP External APIs to BSS/OSS (i.e., MEF Legato)
- Service Catalog
- Add notification for serviceCatalog API
- Description:
- Allow BSS catalog function to receive service catalog notification as serviceSpec status change or characteristic change (new value in an enum list for example). Could be interesting to track these serviceSpec update to update accordingly productSpec
- Relevance:
- Complexity: Moderate - need to subscribe to authenticated topic
- Prerequisites: It requires to have a notification from SDC via DMaaP
- Resources: Adrian O'Sullivan
- Description:
- Add notification for serviceCatalog API
- Service Ordering
- Add Support for serviceOrder API for Service Instantiation via macro mode
- Description:
With Dublin, a new mode is available in SO to instantiate a service : the "macro" mode.
In SDC, a service can be declared with an instantiationType equal to "A-la-carte" or equal to "Macro". This information is then available in the Tosca service definition file.
When "Macro" mode is choosen for a service, the SO will use different kind of BPMN workflow.
This "macro" mode need to be managed by NBI.
NBI needs to look at service definition in Tosca file, select the mode, build the "macro" request toward SO when service instantiationType is "Macro".
REQUEST 1 : NBI have to send a request to SO with the parameter "aLaCarte": false when instantiationType is Macro in service definition file
In macro mode, the SO request may also contain, in the "userParams" section, all needed information about VNFs and VF-module(s) to be instantiated.
All those necessary information are in the Tosca service definition file generated by SDC.
If NBI do not fill those information, the serviceOrder sent to NBI will have to provide those informations (that means an external system will have to do the job)
REQUEST 2 : NBI to look at VNF, VF-module and Network in the Tosca service definition file in order to build the full "macro" request toward SO.
- Relevance:
- Complexity: High
- Prerequisites:
- Resources: Romain and Rene
- Description:
- Update serviceOrder API to use GR_API
- Description:
SO can use two kind of API with SDNC : Generic-Resource API (GR_API) or VNF_API.It seems that it is better to indicate to SO to use GR_API now. It is the value of the field "testApi" that need to be modified in SO request to instantiate service object. Can be an environment variable.
- Relevance:
- Complexity: Easy
- Prerequisites:
- Resources: Romain
- Description:
- Update ServiceOrder to accommodate Service Characteristics of "object" type
- Description:
Need to handle service orders which use "object" type in the serviceCharacteristics, i.e. utiizing the new specificationInputSchema
also update the object to be stored as "object" v "Object" in the service catalog response.
- Relevance:
- Complexity: Easy
- Prerequisites:
- Resources: Adrian O'Sullivan
- Description:
- Add Support for serviceOrder API for Service Instantiation via macro mode
- Performance Management (specification focus) (stretch goal: implementation associated with Network Slicing KPI reporting)
- Integration
- Integrate External API/NBI within ONAP DMaap for authenticated topics ( Adrian )
- Integrate External API/NBI with AAF for security enhancement ( Matthieu )
- Service Catalog
Use Cases
The existing use cases are still going to be supported and additional use cases will be supported for the Frankfurt Release (as defined by the Control loop sub committee and TSC). Network Slicing Use case is a new use case which have plans to use External API Service Order APIs.
Minimum Viable Product
- Documentation of User Stories; Use Cases and Interactions (e.g., swagger ); Data Models (e.g., JSON); Interface Profiles and Functional Definition;
- ONAP Component Mapping and Functional Analysis;
- Code contribution for External API Agent functionality.
Functionalities
List the functionalities that this release is committing to deliver by providing a link to JIRA Epics and Stories. In the JIRA Priority field, specify the priority (either High, Medium, Low). The priority will be used in case de-scoping is required. Don't assign High priority to all functionalities.
Epics
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
Stories
Jira Legacy server System Jira jqlQuery project = EXTAPI AND fixVersion = "Frankfurt Release" AND type = Story serverId 4733707d-2057-3a0f-ae5e-4fd8aff50176
Longer term Roadmap
Indicate at a high level the longer term roadmap. This is to put things into the big perspective.
Provide a clear and unambiguous ONAP service abstraction so that the BSS/OSS can exchange service requirements and service capabilities in a common and consistent fashion.
Provide a way to rapidly integrate new Services and Service Components into ONAP so that they can quickly introduce capabilities for their customers and within their infrastructure.
Enable management the entire lifecycle of Services within ONAP in a common way so that they can ensure orchestration, manageability and control of each Service in an easily integrateable and low cost way.
Model Driven approach: a cohesive way to have a shared view of information across ONAP external interfaces that can be used for or be input into a model driven process whereby the cost of delivering platform functionality is drastically reduced and the time to delivery is dramatically decreased.
It is envisioned that from a Service Provider to BSS/OSS interaction context (i.e. MEF Legato), the ONAP External API will support the following types of interacts:
- BSS/OSS retrieves Service Models
- BSS/OSS requests service feasibility determination.
- BSS/OSS requests reservations of capabilities related to a potential Service.
- BSS/OSS requests activation of Service.
- BSS/OSS receives Service activation tracking status updates.
- BSS/OSS retrieves Service Inventory
- BSS/OSS receives usage events due to a Customer initiating dynamic activity on their Service (e.g., increase in bandwidth).
- BSS/OSS receives a summary of Service quality and usage information.
- BSS/OSS receives Service state and fault event information
- BSS/OSS receives Service Activation Testing results.
- BSS/OSS receive capability information about the Service layer.
- BSS/OSS manages Licenses
- BSS/OSS receives License Usage information
It is envisioned that from a Service Provider to Partner Provider interaction context (i.e. MEF Interlude), the ONAP External API will support the following types of interacts:
- Service Provider controls aspects of the Service within the Partner domain (on behalf of the Customer) by requesting changes to dynamic parameters as permitted by service policies.
- Service Provider queries state of the Service.
- Service Provider requests change to administrative state or permitted attributes of a Service.
- Service Provider request creation of connectivity between two Service Interfaces as permitted by established business arrangement.
- Service Provider request instantiation of functional service components as permitted by established business arrangement.
- Service Provider queries the Partner for detailed information related to Services provided by the Partner to the Service Provider.
- Service Provider receives Service specific event notifications (e.g., Service Problem Alerts) from the Partner.
- Service Provider receives Service specific performance information from the Partner.
- Service Provider request Service related test initiation and receive test results from the Partner.
Release Deliverables
Indicate the outcome (Executable, Source Code, Library, API description, Tool, Documentation, Release Note...) of this release.
Deliverable Name | Deliverable Description |
---|---|
Documentation | Documentation of User Stories; Use Cases and Interactions (e.g., UML); Information Models (e.g., UML); Data Models (e.g., JSON); Interface Profiles and Functional Definition;ONAP Component Mapping and Functional Analysis |
External API | JSON Swagger / OpenAPI for the External Interface |
External API Agent Software | Code contribution for External API Agent functionality |
Sub-Components
List all sub-components part of this release.
Activities related to sub-component must be in sync with the overall release.
Sub-components are repositories are consolidate in a single centralized place. Edit the Release Components name for your project in the centralized page.
- External API Agent:
- Core Agent Functionality
- Service Catalog API
- Service Ordering API
- Service Inventory API
ONAP Dependencies
List the other ONAP projects your depends on.
Dependent on APIs from SDC, SO, and AAI
Architecture
High level architecture diagram
At that stage within the Release, the team is expected to provide more Architecture details describing how the functional modules are interacting.
Block and sequence diagrams showing relation within the project as well as relation with external components are expected.
Anyone reading this section should have a good understanding of all the interacting modules.
Platform Maturity
Refering to CII Badging Security Program and Platform Maturity Requirements, fill out the table below by indicating the actual level , the targeted level for the current release and the evidences on how you plan to achieve the targeted level.
Area | Actual Level | Targeted Level for current Release | How, Evidences | Comments |
---|---|---|---|---|
Performance | 0 | 0 |
| |
Stability | 0 | 0 |
| |
Resiliency | 0 | 0 |
| |
Security | 0 | 1 |
| |
Scalability | 0 | 0 |
| |
Manageability | 0 | 0 |
| |
Usability | 0 | 0 |
|
API Incoming Dependencies
List the API this release is expecting from other releases.
Prior to Release Planning review, Team Leads must agreed on the date by which the API will be fully defined. The API Delivery date must not be later than the release API Freeze date.
Prior to the delivery date, it is a good practice to organize an API review with the API consumers.
API Name | API Description | API Definition Date | API Delivery date | API Definition link (i.e.swagger) |
---|---|---|---|---|
SDC: Catalog API | Exposes Service Catalog | TBD | TBD | https://wiki.onap.org/display/DW/SDC+API |
SO: Service Instantiation API | Requests for Service Instantiation | TBD | TBD | |
AAI: Service Inventory API | Query for Service Inventory | TBD | TBD |
API Outgoing Dependencies
API this release is delivering to other releases.
API Name | API Description | API Definition Date | API Delivery date | API Definition link (i.e.swagger) |
---|---|---|---|---|
ExtAPI: Service Catalog | External Service Catalog API | TBD | TBD | TBD |
ExtAPI: Service Ordering | External Service Ordering API | TBD | TBD | TBD |
ExtAPI: Service Inventory | External Service Inventory API | TBD | TBD | TBD |
Third Party Products Dependencies
Third Party Products mean products that are mandatory to provide services for your components. Development of new functionality in third party product may or not be expected.
List the Third Party Products (OpenStack, ODL, RabbitMQ, ElasticSearch,Crystal Reports, ...).
Name | Description | Version |
---|---|---|
Springboot | Java Platform Framework | TBD |
MariaDB | MySQL open fork |
In case there are specific dependencies (Centos 7 vs Ubuntu 16. Etc.) list them as well.
Testing and Integration Plans
Provide a description of the testing activities (unit test, functional test, automation,...) that will be performed by the team within the scope of this release.
Describe the plan to integrate and test the release deliverables within the overall ONAP system.
Confirm that resources have been allocated to perform such activities.
Potential Test Cases for External API include:
- BSS/OSS retrieves Service Models
- BSS/OSS orders a new Service.
- BSS/OSS subscribes to Service order tracking status notifications.
- BSS/OSS retrieves Service Inventory
Gaps
This section is used to document a limitation on a functionality or platform support. We are currently aware of this limitation and it will be delivered in a future Release.
List identified release gaps (if any), and its impact.
Gaps identified | Impact |
---|---|
TBD | TBD |
Known Defects and Issues
Provide a link toward the list of all known project bugs.
Key | Summary | T | Created | Updated | Due | Assignee | Reporter | P | Status | Resolution |
---|---|---|---|---|---|---|---|---|---|---|
EXTAPI-307 | nbi pod not started after a fresh master installation | Sep 02, 2019 | Sep 04, 2019 | Adrian OSullivan | Morgan Richomme | CLOSED | Cannot Reproduce | |||
EXTAPI-305 | No Need for "ReadWriteMany" access on storage when deploying on Kubernetes | Aug 29, 2019 | Sep 04, 2019 | Sylvain Desbureaux | Sylvain Desbureaux | CLOSED | Done | |||
EXTAPI-287 | NBI to SDC connectivity health checks fail | Aug 08, 2019 | Aug 12, 2019 | Adrian OSullivan | Adrian OSullivan | CLOSED | Done | |||
EXTAPI-251 | Add external var for tmp directory | May 24, 2019 | Sep 02, 2019 | Matthieu Geerebaert | Matthieu Geerebaert | OPEN | Unresolved | |||
EXTAPI-249 | Change to oom dockers causing permissions failing when tosca parsing | May 22, 2019 | Aug 07, 2019 | romain gimbert | Adrian OSullivan | CLOSED | Done | |||
EXTAPI-248 | ExtAPI should not be polling SDC-DISTR-NOTIF-TOPIC-AUTO without authenticating | May 22, 2019 | Aug 07, 2019 | Adrian OSullivan | Adrian OSullivan | CLOSED | Done | |||
EXTAPI-247 | Fix API version in helm chart | May 16, 2019 | May 17, 2019 | Morgan Richomme | Morgan Richomme | CLOSED | Done | |||
EXTAPI-246 | Fix broken sonar code coverage | May 16, 2019 | May 17, 2019 | Matthieu Geerebaert | Matthieu Geerebaert | CLOSED | Done | |||
EXTAPI-241 | Adapt NBI test | May 14, 2019 | May 16, 2019 | Morgan Richomme | Morgan Richomme | CLOSED | Done | |||
EXTAPI-222 | Add support for HTTPS with AAF artefacts | Mar 20, 2019 | Oct 16, 2019 | Matthieu Geerebaert | Matthieu Geerebaert | OPEN | Unresolved | |||
EXTAPI-218 | Update to latest msb-java-sdk | Mar 14, 2019 | Apr 26, 2019 | Matthieu Geerebaert | Matthieu Geerebaert | CLOSED | Done | |||
EXTAPI-214 | outdated version for NBI | Mar 13, 2019 | Apr 04, 2019 | Matthieu Geerebaert | Sylvain Desbureaux | CLOSED | Done | |||
EXTAPI-213 | mariadb container is outdated | Mar 13, 2019 | Apr 29, 2019 | Matthieu Geerebaert | Sylvain Desbureaux | CLOSED | Done | |||
EXTAPI-197 | Bad hostname while registering on MSB | Jan 29, 2019 | Sep 02, 2019 | Matthieu Geerebaert | Matthieu Geerebaert | OPEN | Unresolved | |||
EXTAPI-196 | fix nbi tests | Jan 29, 2019 | Jan 30, 2019 | romain gimbert | romain gimbert | CLOSED | Done | |||
EXTAPI-188 | serviceOrder.id might be overridden by client app | Jan 25, 2019 | Jun 05, 2019 | Matthieu Geerebaert | romain gimbert | CLOSED | Done | |||
EXTAPI-187 | multiple identical hub might be created by client app | Jan 24, 2019 | Jun 05, 2019 | romain gimbert | Matthieu Geerebaert | CLOSED | Done | |||
EXTAPI-180 | hub resource format date | Jan 18, 2019 | Jan 21, 2019 | romain gimbert | romain gimbert | CLOSED | Done | |||
EXTAPI-178 | Fix unit testing instability | Jan 11, 2019 | Jan 23, 2019 | Ezekiela Rakotoarijaona | Matthieu Geerebaert | CLOSED | Done | |||
EXTAPI-172 | Multiple service orders in a single request | Nov 23, 2018 | Jan 16, 2019 | romain gimbert | Matthieu Geerebaert | CLOSED | Done |
Showing 20 out of 59 issues Refresh
Risks
List the risks identified for this release along with the plan to prevent the risk to occur (mitigation) and the plan of action in the case the risk would materialized (contingency).
...
Please update any risk on the centralized wiki page - Frankfurt Risks
Resources
...
Risk identified | Mitigation Plan | Contingency Plan |
---|---|---|
TBD | TBD | TBD |
Resources
Fill out the Resources Committed to the Release centralized page.
Release Milestone
The milestones are defined at the Release Level and all the supporting project agreed to comply with these dates.
Team Internal Milestone
This section is optional and may be used to document internal milestones
...
within a project team or multiple project teams. For instance, in the case the team has made agreement with other team to deliver some artifacts on a certain date that are not in the release milestone, it is erecommended to provide these agreements and dates in this section.
It is not expected to have a detailed project plan.
Date | Project | Deliverable |
---|
TBD |
TBD | TBD |
Documentation, Training
- Highlight the team contributions to the specific document related to he project (Config guide, installation guide...).
- Highlight the team contributions to the overall Release Documentation and training asset
- High level list of documentation, training and tutorials necessary to understand the release capabilities, configuration and operation.
- Documentation includes items such as:
- Installation instructions
- Configuration instructions
- Developer guide
- End User guide
- Admin guide
- ...
...
Note
The Documentation project will provide the Documentation Tool Chain to edit, configure, store and publish all Documentation asset.
Other Information
Vendor Neutral
If this project is coming from an existing proprietary codebase, ensure that all proprietary trademarks, logos, product names, etc. have been removed. All ONAP deliverables must comply with this rule and be agnostic of any proprietary symbols.
Free and Open Source Software
FOSS activities are critical to the delivery of the whole ONAP initiative. The information may not be fully available at Release Planning, however to avoid late refactoring, it is critical to accomplish this task as early as possible.
List all third party Free and Open Source Software used within the release and provide License type (BSD, MIT, Apache, GNU GPL,... ).
In the case non Apache License are found inform immediately the TSC and the Release Manager and document your reasoning on why you believe we can use a non Apache version 2 license.
Each project must edit its project table available at Project FOSS.
Charter Compliance
The project team comply with the ONAP Charter
...
Release Key Facts
...
.