Master Beijing Release Note
[doc.git] / docs / release / index.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0
2    International License. http://creativecommons.org/licenses/by/4.0
3
4 .. contents::
5    :depth: 2
6
7 .. index:: Release Notes
8
9 Beijing Releases
10 =================
11 This page is the ONAP Beijing Release Notes. The first release was
12 Amsterdam and subsequent major release will be named using city names.
13
14 * Release Name: Beijing
15 * Release Version: 2.0.0
16 * Release Date: June 7, 2018
17
18
19 Getting Started With ONAP
20 ==========================
21
22 Summary
23 -------
24 ONAP provides a comprehensive platform for real-time, policy-driven
25 service orchestration and automation including virtual network functions and
26 applications instantiation and configuration, but also physical network
27 functions configuration.
28 ONAP will enable software, network, IT and cloud providers and developers
29 to rapidly automate new services and support complete life cycle management.
30 By unifying member resources, ONAP will accelerate the development of a
31 vibrant ecosystem around a globally shared architecture and implementation
32 for network automation-with an open standards focus-faster than any one
33 product could on its own.
34
35 Functionality
36 -------------
37 **Portal** - a single, consistent user experience for both design timer
38 and run time environments, based on the user’s role.
39
40 **Design Time Framework** - a comprehensive development environment with
41 tools, techniques, and repositories for defining/describing resources,
42 services, and products:
43
44  - Service Design and Creation (SDC) provides tools, techniques, and
45    repositories to define/simulate/certify system assets as well as their
46    associated processes and policies.
47
48  - A VNF Software Development Kit (VNFSDK) and VNF Validation Program (VVP) with tools for VNF supplier
49    packaging and validation.
50
51  - Policy Creation (POLICY) deals with conditions, requirements,
52    constraints, attributes, or needs that must be provided, maintained,
53    and/or enforced.
54
55  - Closed Loop Automation Management Platform (CLAMP) provides a method
56    for designing and managing control loops.
57
58  - Optimization Framework (OOF) provides a policy-driven and model-driven framework
59    for creating optimization applications.
60
61 **Runtime Framework** - The runtime execution framework executes the
62 rules and policies distributed by the design and creation environment
63 and Controllers that manage resources corresponding to their assigned
64 controlled domain:
65
66  - Service Orchestrator (SO) executes the specified BPMN processes and
67    automates sequences of activities, tasks, rules and policies needed for
68    on-demand creation, modification or removal of network, application or
69    infrastructure services and resources. SO is especially able to drive
70    any OpenStack-based cloud platform.
71
72  - Software Defined Network Controller (SDNC) executes network configuration
73    for cloud computing resources and network.
74
75  - Application Controller (APPC) executes Virtual Network Functions (VNF)
76    configurations and lifecycle management operations.
77
78  - Virtual Function Controller (VF-C) is responsible for lifecycle management
79    of virtual network functions and network services based on VNF using
80    VNF Manager.
81
82  - Active and Available Inventory (A&AI) provides real-time views of a
83    system’s resources, services, products and their relationships with each
84    other.
85
86 **Closed-Loop Automation** -- Design -> Create -> Collect -> Analyze >
87 Detect -> Publish -> Respond:
88
89  - Data Collection, Analytics and Events (DCAE) collects events, performance,
90    usage and publishes information to policy that executes the rules to perform
91    closed loop actions.
92
93  - Holmes provides alarm correlation and analysis for Telecom cloud
94    infrastructure and services, including servers, cloud infrastructure,
95    VNFs and Network Services.
96
97  - Common Services - operational services for all ONAP components including
98    activity logging, reporting, common data layer, access control, resiliency, multisite state coordination,
99    credential/secret management and software lifecycle management.
100    
101 **Microservices Support** 
102
103  - ONAP Operation Manager (OOM) use kubernetes and Helm to manage ONAP components.
104  - Microservices Bus (MSB) provides service registration/discovery,
105    external API gateway, internal API gateway, client software development kit (SDK), and Swagger SDK.
106
107 Project Specific Release Notes
108 ==============================
109 ONAP releases are specified by a list of project artifact
110 versions in a :ref:`manifest<doc-release-manifest>`.
111 Each project provides detailed :ref:`release notes<doc-releaserepos>`
112 and prepends to these if/when any updated versions the project team believes
113 are compatible with a major release are made available.
114
115 .. index:: Download
116
117 Download & Install
118 ==================
119 There are 3 approaches to install ONAP:
120
121 * Installation using Kubernetes (aka OOM). Recommended method
122 * Installation using Heat template
123 * Advanced installation to install individual components
124
125 Documentation
126 =============
127 ONAP Beijing Release provides multiple documents including the following:
128
129  * A high level :ref:`architecture view<doc-architecture>` of how components
130    relate to each other.
131
132  * A collection of documentation provided
133    by :ref:`each project <doc_onap-developer_guide_projects>`.
134
135  * Application Programming Interface
136    Reference :ref:`available here <doc-apiref>`.
137
138  * The `developer wiki <http://wiki.onap.org>`_ remains a good source of
139    information on meeting plans and notes from committees, project teams and
140    community events.
141
142 .. index:: Licensing
143
144 Security Notes
145 ==============
146 ONAP has adopted the `CII Best Practice Badge Program <https://bestpractices.coreinfrastructure.org/en>`_. The goal of the Beijing release is for all ONAP projects to be close to achieving a CII Passing badge.
147
148 - `Badging Requirements <https://github.com/coreinfrastructure/best-practices-badge#core-infrastructure-initiative-best-practices-badge>`_
149 - `Badging Status for all ONAP projects <https://bestpractices.coreinfrastructure.org/en/projects?q=onap>`_
150
151 Project specific details are in the :ref:`release notes<doc-releaserepos>`for each project.
152
153 Licenses
154 ========
155 ONAP Source Code is licensed under the `Apache Version 2 License
156 <http://www.apache.org/licenses/LICENSE-2.0>`_.
157 ONAP Documentation is licensed under the `Creative Commons Attribution 4.0
158 International License <http://creativecommons.org/licenses/by/4.0>`_.
159
160 Known Issues and Limitations
161 ============================
162 Known Issues and limitations are documented in each
163 :ref:`project Release Notes <doc-releaserepos>`.
164
165 .. index:: Reporting Bugs
166
167 How to Report a Bug
168 ===================
169 There are 2 ways to report a bug in ONAP.
170
171  * In case you are familiar within ONAP, you can directly report a bug by
172    creating a Jira issue at `ONAP Jira <https://jira.onap.org>`_.
173
174  * If you don't know you are facing a bug or have a question, post your
175    question into the
176    `Ask question <https://wiki.onap.org/display/DW/questions/all>`_.
177    You will need a Linux Foundation ID to login and post your question.
178    Get a Linux Foundation Identity using this
179    `quick procedure <https://wiki.onap.org/display/DW/Joining+the+ONAP+Technical+Community#JoiningtheONAPTechnicalCommunity-WhereDoIStart?>`_.
180
181 To 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.
182
183
184 .. Include files referenced by link in the toctree as hidden
185
186 .. toctree::
187    :hidden:
188
189    release-manifest.rst
190    releaserepos.rst
191    repolist.rst