blob: 44942d4689db0805d3e38701bdf079bbb6e14fab [file] [log] [blame]
Rich Bennett6dd9b672017-11-03 15:27:24 -04001.. This work is licensed under a Creative Commons Attribution 4.0
2 International License. http://creativecommons.org/licenses/by/4.0
Rich Bennett5baea462017-09-13 03:19:19 -04003
Gildas Lanilis9be906b2018-11-02 17:47:42 -07004Casablanca Release Notes
5^^^^^^^^^^^^^^^^^^^^^^^^
6This page is the ONAP Casablanca Release Notes. The first release was labelled
Eric Debeauf0319832018-11-08 21:35:23 +00007Amsterdam, second release Beijing and subsequent major release will be named
8using city names.
Gildas Lanilis4ad97c92017-11-13 12:10:01 -08009
Gildas Lanilis9be906b2018-11-02 17:47:42 -070010* Release Name: Casablanca
11* Release Version: 3.0.0
Eric Debeauf0319832018-11-08 21:35:23 +000012* Release Date: Nov 30, 2018
Rich Bennett7134cba2017-10-10 07:39:06 -040013
Noemi Wagnerbef82322018-12-11 13:17:41 +010014.. _getting-started:
Rich Bennett5baea462017-09-13 03:19:19 -040015
Eric Debeau58c20bf2018-03-20 20:33:44 +000016Getting Started With ONAP
Rich Bennett52b5c092018-09-01 09:48:13 -040017=========================
Rich Bennett5baea462017-09-13 03:19:19 -040018
Rich Bennett6dd9b672017-11-03 15:27:24 -040019Summary
Rich Bennett52b5c092018-09-01 09:48:13 -040020-------
Rich Bennettc4c034b2017-11-13 16:31:43 -050021ONAP provides a comprehensive platform for real-time, policy-driven
Eric Debeau58c20bf2018-03-20 20:33:44 +000022service orchestration and automation including virtual network functions and
23applications instantiation and configuration, but also physical network
24functions configuration.
Eric Debeau37fde6e2017-11-20 22:23:08 +000025ONAP will enable software, network, IT and cloud providers and developers
Rich Bennettc4c034b2017-11-13 16:31:43 -050026to rapidly automate new services and support complete life cycle management.
27By unifying member resources, ONAP will accelerate the development of a
28vibrant ecosystem around a globally shared architecture and implementation
Gildas Lanilisc10c7c92017-11-21 11:50:18 -080029for network automation-with an open standards focus-faster than any one
Rich Bennettc4c034b2017-11-13 16:31:43 -050030product could on its own.
Rich Bennett6dd9b672017-11-03 15:27:24 -040031
32Functionality
Rich Bennett52b5c092018-09-01 09:48:13 -040033-------------
ankatarefafe5802018-10-09 13:04:24 +053034**Portal** - a single, consistent user experience for both design time
Rich Bennett0172ec22017-11-16 07:52:35 -050035and run time environments, based on the users role.
Rich Bennett6dd9b672017-11-03 15:27:24 -040036
Rich Bennettb921b992017-11-17 08:28:37 -050037**Design Time Framework** - a comprehensive development environment with
Rich Bennett0172ec22017-11-16 07:52:35 -050038tools, techniques, and repositories for defining/describing resources,
Eric Debeauf0319832018-11-08 21:35:23 +000039and services:
Rich Bennett0172ec22017-11-16 07:52:35 -050040
41 - Service Design and Creation (SDC) provides tools, techniques, and
42 repositories to define/simulate/certify system assets as well as their
43 associated processes and policies.
44
Rich Bennett52b5c092018-09-01 09:48:13 -040045 - A VNF Software Development Kit (VNFSDK) and VNF Validation Program (VVP)
46 with tools for VNF supplier packaging and validation.
Rich Bennett0172ec22017-11-16 07:52:35 -050047
48 - Policy Creation (POLICY) deals with conditions, requirements,
49 constraints, attributes, or needs that must be provided, maintained,
50 and/or enforced.
51
52 - Closed Loop Automation Management Platform (CLAMP) provides a method
Rich Bennettb921b992017-11-17 08:28:37 -050053 for designing and managing control loops.
Rich Bennett0172ec22017-11-16 07:52:35 -050054
Rich Bennett52b5c092018-09-01 09:48:13 -040055 - Optimization Framework (OOF) provides a policy-driven and model-driven
56 framework for creating optimization applications.
57
Rich Bennettb921b992017-11-17 08:28:37 -050058**Runtime Framework** - The runtime execution framework executes the
Rich Bennett0172ec22017-11-16 07:52:35 -050059rules and policies distributed by the design and creation environment
60and Controllers that manage resources corresponding to their assigned
61controlled domain:
62
Eric Debeau58c20bf2018-03-20 20:33:44 +000063 - Service Orchestrator (SO) executes the specified BPMN processes and
64 automates sequences of activities, tasks, rules and policies needed for
65 on-demand creation, modification or removal of network, application or
66 infrastructure services and resources. SO is especially able to drive
67 any OpenStack-based cloud platform.
Rich Bennett0172ec22017-11-16 07:52:35 -050068
Eric Debeau58c20bf2018-03-20 20:33:44 +000069 - Software Defined Network Controller (SDNC) executes network configuration
70 for cloud computing resources and network.
Rich Bennett0172ec22017-11-16 07:52:35 -050071
Eric Debeau58c20bf2018-03-20 20:33:44 +000072 - Application Controller (APPC) executes Virtual Network Functions (VNF)
73 configurations and lifecycle management operations.
Rich Bennett0172ec22017-11-16 07:52:35 -050074
Eric Debeau58c20bf2018-03-20 20:33:44 +000075 - Virtual Function Controller (VF-C) is responsible for lifecycle management
76 of virtual network functions and network services based on VNF using
77 VNF Manager.
Rich Bennett0172ec22017-11-16 07:52:35 -050078
79 - Active and Available Inventory (A&AI) provides real-time views of a
80 systems resources, services, products and their relationships with each
81 other.
82
Rich Bennettb921b992017-11-17 08:28:37 -050083**Closed-Loop Automation** -- Design -> Create -> Collect -> Analyze >
Rich Bennett0172ec22017-11-16 07:52:35 -050084Detect -> Publish -> Respond:
85
Eric Debeau37fde6e2017-11-20 22:23:08 +000086 - Data Collection, Analytics and Events (DCAE) collects events, performance,
87 usage and publishes information to policy that executes the rules to perform
88 closed loop actions.
Rich Bennett0172ec22017-11-16 07:52:35 -050089
Eric Debeau37fde6e2017-11-20 22:23:08 +000090 - Holmes provides alarm correlation and analysis for Telecom cloud
91 infrastructure and services, including servers, cloud infrastructure,
92 VNFs and Network Services.
Rich Bennett0172ec22017-11-16 07:52:35 -050093
94 - Common Services - operational services for all ONAP components including
95 activity logging, reporting, common data layer, access control, resiliency,
Rich Bennett52b5c092018-09-01 09:48:13 -040096 multisite state coordination, credential/secret management and
97 software lifecycle management.
98
99**Microservices Support**
100
Eric Debeau43f5aec2018-11-24 08:29:47 +0000101 - ONAP Operation Manager (OOM) use Kubernetes and Helm to manage ONAP
Rich Bennett52b5c092018-09-01 09:48:13 -0400102 components.
103 - Microservices Bus (MSB) provides service registration/discovery,
104 external API gateway, internal API gateway, client software development kit
105 (SDK), and Swagger SDK.
Rich Bennett6dd9b672017-11-03 15:27:24 -0400106
107Project Specific Release Notes
Rich Bennett52b5c092018-09-01 09:48:13 -0400108==============================
Gildas Lanilis4ad97c92017-11-13 12:10:01 -0800109ONAP releases are specified by a list of project artifact
Rich Bennett80455a52017-11-08 05:17:00 -0500110versions in a :ref:`manifest<doc-release-manifest>`.
Rich Bennett52b5c092018-09-01 09:48:13 -0400111
Rich Bennett80455a52017-11-08 05:17:00 -0500112Each project provides detailed :ref:`release notes<doc-releaserepos>`
113and prepends to these if/when any updated versions the project team believes
114are compatible with a major release are made available.
Rich Bennett6dd9b672017-11-03 15:27:24 -0400115
Eric Debeauab6162b2017-11-17 19:30:47 +0000116.. index:: Download
117
Rich Bennett52b5c092018-09-01 09:48:13 -0400118Installation
119============
Eric Debeau43f5aec2018-11-24 08:29:47 +0000120ONAP is installed using
121:ref:`ONAP Operations Manager (OOM) over Kubernetes<installing-onap>`
Eric Debeauab6162b2017-11-17 19:30:47 +0000122
Rich Bennett6dd9b672017-11-03 15:27:24 -0400123Documentation
Rich Bennett52b5c092018-09-01 09:48:13 -0400124=============
Gildas Lanilis9be906b2018-11-02 17:47:42 -0700125ONAP Casablanca Release provides multiple documents including the following:
Rich Bennett6dd9b672017-11-03 15:27:24 -0400126
Rich Bennett0172ec22017-11-16 07:52:35 -0500127 * A high level :ref:`architecture view<doc-architecture>` of how components
128 relate to each other.
Rich Bennett6dd9b672017-11-03 15:27:24 -0400129
Rich Bennett0172ec22017-11-16 07:52:35 -0500130 * A collection of documentation provided
131 by :ref:`each project <doc_onap-developer_guide_projects>`.
Rich Bennett6dd9b672017-11-03 15:27:24 -0400132
Rich Bennett0172ec22017-11-16 07:52:35 -0500133 * Application Programming Interface
134 Reference :ref:`available here <doc-apiref>`.
Rich Bennett6dd9b672017-11-03 15:27:24 -0400135
Rich Bennett0172ec22017-11-16 07:52:35 -0500136 * The `developer wiki <http://wiki.onap.org>`_ remains a good source of
137 information on meeting plans and notes from committees, project teams and
138 community events.
Rich Bennett6dd9b672017-11-03 15:27:24 -0400139
Rich Bennettb921b992017-11-17 08:28:37 -0500140.. index:: Licensing
141
Rich Bennett52b5c092018-09-01 09:48:13 -0400142Security Notes
143==============
Eric Debeau43f5aec2018-11-24 08:29:47 +0000144ONAP has adopted the
145`CII Best Practice Badge Program <https://bestpractices.coreinfrastructure.org/en>`_.
146The goal of the Casablanca release is for all ONAP projects to be close to
147achieving a CII Passing badge.
Rich Bennett52b5c092018-09-01 09:48:13 -0400148
149- `Badging Requirements <https://github.com/coreinfrastructure/best-practices-badge#core-infrastructure-initiative-best-practices-badge>`_
150- `Badging Status for all ONAP projects <https://bestpractices.coreinfrastructure.org/en/projects?q=onap>`_
151
152Project specific details are in the :ref:`release notes<doc-releaserepos>`
153for each project.
154
helenc87816e2b9b2018-11-30 07:29:09 -0800155.. index:: maturity
156 
157ONAP Maturity Testing Notes
158===========================
159For the Casablanca release, ONAP continues to improve in multiple areas of 
160Scalability, Security, Stability and Performance (S3P) metrics.
161 
162The Integration team ran the 72 hours stability testing (100% passing rate
163and full resilience testing (96.9% passing rate) at ONAP OpenLabs. More details in :ref:`ONAP Maturity Testing Notes <integration-s3p>` 
164
Gildas Lanilis6a7de922017-11-13 15:35:00 -0800165Licenses
Rich Bennett52b5c092018-09-01 09:48:13 -0400166========
Eric Debeau58c20bf2018-03-20 20:33:44 +0000167ONAP Source Code is licensed under the `Apache Version 2 License
168<http://www.apache.org/licenses/LICENSE-2.0>`_.
169ONAP Documentation is licensed under the `Creative Commons Attribution 4.0
170International License <http://creativecommons.org/licenses/by/4.0>`_.
Rich Bennett6dd9b672017-11-03 15:27:24 -0400171
Eric Debeauab6162b2017-11-17 19:30:47 +0000172Known Issues and Limitations
Rich Bennett52b5c092018-09-01 09:48:13 -0400173============================
Eric Debeau58c20bf2018-03-20 20:33:44 +0000174Known Issues and limitations are documented in each
175:ref:`project Release Notes <doc-releaserepos>`.
Eric Debeauab6162b2017-11-17 19:30:47 +0000176
Rich Bennettb921b992017-11-17 08:28:37 -0500177.. index:: Reporting Bugs
178
Rich Bennett6dd9b672017-11-03 15:27:24 -0400179How to Report a Bug
Rich Bennett52b5c092018-09-01 09:48:13 -0400180===================
Gildas Lanilis95146dd2017-11-09 14:53:25 -0800181There are 2 ways to report a bug in ONAP.
182
Eric Debeau58c20bf2018-03-20 20:33:44 +0000183 * In case you are familiar within ONAP, you can directly report a bug by
184 creating a Jira issue at `ONAP Jira <https://jira.onap.org>`_.
Gildas Lanilis95146dd2017-11-09 14:53:25 -0800185
Eric Debeau58c20bf2018-03-20 20:33:44 +0000186 * If you don't know you are facing a bug or have a question, post your
187 question into the
188 `Ask question <https://wiki.onap.org/display/DW/questions/all>`_.
189 You will need a Linux Foundation ID to login and post your question.
190 Get a Linux Foundation Identity using this
Rich Bennett52b5c092018-09-01 09:48:13 -0400191 `quick procedure <https://wiki.onap.org/display/DW/Joining+the+ONAP+Technical+Community#JoiningtheONAPTechnicalCommunity-WhereDoIStart?>`_.
Gildas Lanilis95146dd2017-11-09 14:53:25 -0800192
Rich Bennett52b5c092018-09-01 09:48:13 -0400193To properly report a bug in Jira, you may want to consider these `recommendations <https://wiki.onap.org/display/DW/Tracking+Issues+with+JIRA#TrackingIssueswithJIRA-RecommendationsforwrittingProperJIRAIssue>`_ to elaborate the issue you are facing.
Rich Bennett6dd9b672017-11-03 15:27:24 -0400194
Rich Bennettb921b992017-11-17 08:28:37 -0500195
196.. Include files referenced by link in the toctree as hidden
197
198.. toctree::
199 :hidden:
200
201 release-manifest.rst
202 releaserepos.rst
203 repolist.rst