dea4fed1c0d092d88f6dd8da2e7a4a083b6b2745
[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 .. index:: Release Notes
5
6 Releases
7 ========
8 This page is the ONAP Amsterdam Release Notes. The first release is
9 Amsterdam and subsequent major release will be named using city names.
10
11 * Release Name: Amsterdam
12 * Release Version: 1.0.0
13 * Release Date: November 16, 2017
14
15
16 Getting Started With Amsterdam
17 ------------------------------
18
19 Summary
20 +++++++
21 ONAP provides a comprehensive platform for real-time, policy-driven
22 orchestration and automation of physical and virtual network functions
23 that will enable software, network, IT and cloud providers and developers
24 to rapidly automate new services and support complete life cycle management.
25 By unifying member resources, ONAP will accelerate the development of a
26 vibrant ecosystem around a globally shared architecture and implementation
27 for network automation–with an open standards focus–faster than any one
28 product could on its own.
29
30 Functionality
31 +++++++++++++
32 **Portal** - a single, consistent user experience for both design timer
33 and run time environments, based on the user’s role.
34
35 **Design Time Framework** - a comprehensive development environment with
36 tools, techniques, and repositories for defining/describing resources,
37 services, and products:
38
39  - Service Design and Creation (SDC) provides tools, techniques, and
40    repositories to define/simulate/certify system assets as well as their
41    associated processes and policies.
42
43  - A VNF Software Development Kit (VNFSDK) with tools for VNF supplier
44    packaging and validation.
45
46  - Policy Creation (POLICY) deals with conditions, requirements,
47    constraints, attributes, or needs that must be provided, maintained,
48    and/or enforced.
49
50  - Closed Loop Automation Management Platform (CLAMP) provides a method
51    for designing and managing control loops.
52
53 **Runtime Framework** - The runtime execution framework executes the
54 rules and policies distributed by the design and creation environment
55 and Controllers that manage resources corresponding to their assigned
56 controlled domain:
57
58  - Service Orchestrator (SO) executes the specified processes and automates
59    sequences of activities, tasks, rules and policies needed for on-demand
60    creation, modification or removal of network, application or infrastructure
61    services and resources.
62
63  - Software Defined Network Controller (SDNC) network configuration of
64    cloud computing resources.
65
66  - Application Controller (APPC) Application resources.
67
68  - Virtual Function Controller (VF-C) provides an ETSI NFV compliant NFV-O
69    functions, and is responsible for life cycle management of virtual services
70    and the associated physical COTS server infrastructure.
71
72  - Active and Available Inventory (A&AI) provides real-time views of a
73    system’s resources, services, products and their relationships with each
74    other.
75
76 **Closed-Loop Automation** -- Design -> Create -> Collect -> Analyze >
77 Detect -> Publish -> Respond:
78
79  - Data Collection, Analytics and Events (DCAE) collects performance,
80    usage, and configuration data and publishes information to policy,
81    orchestration, and the data lake.
82
83  - “Holmes” provides alarm correlation and analysis for Telecom cloud
84    infrastructure and services, including hosts, vims, VNFs and NSs
85
86  - Common Services - operational services for all ONAP components including
87    activity logging, reporting, common data layer, access control, resiliency,
88    and software lifecycle management.
89
90 Project Specific Release Notes
91 ++++++++++++++++++++++++++++++
92 ONAP releases are specified by a list of project artifact
93 versions in a :ref:`manifest<doc-release-manifest>`.
94 Each project provides detailed :ref:`release notes<doc-releaserepos>`
95 and prepends to these if/when any updated versions the project team believes
96 are compatible with a major release are made available.
97
98 Platforms Requirements
99 ++++++++++++++++++++++
100 ONAP Amsterdam Release has been tested on Linux OSs. Details are `available here <http://onap.readthedocs.io/en/latest/guides/onap-developer/settingup/fullonap.html#requirements>`_.
101
102
103 .. index:: Download
104
105 Download & Install
106 ++++++++++++++++++
107 There are 3 approaches to install ONAP:
108
109 * Full ONAP installation using Heat template
110 * Advanced installation to install individual components
111 * Experimental installation using Kubernetes
112
113 Full ONAP installation using Heat template
114 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
115 From a complete demo solution perspective. This installs the whole ONAP, refer to :ref:`Setting Up ONAP <demo-installing-running-onap>`.
116
117 Advanced installation to install individual components
118 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
119 From a developer perspective. ONAP can be installed component per component, refer to :ref:`the installation procedure available for each component<doc_onap-developer_guide_projects>`.
120
121 * The list of ports used by default within ONAP is documented in `ONAP Service List <https://wiki.onap.org/display/DW/ONAP+Services+List>`_.
122 * The ONAP Source Code is available through Gerrit at https://gerrit.onap.org or Git at https://git.onap.org/.
123 * ONAP is packaged within Docker and can be dowloaded from Docker Hub at https://hub.docker.com/r/onap.
124
125 Experimental installation using Kubernetes
126 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
127 From a complete demo solution perspective using Kubernetes. This installs the whole ONAP, refer to `ONAP Operations Manager - Quick Start Guide <http://onap.readthedocs.io/en/latest/submodules/oom.git/docs/OOM%20Project%20Description/oom_project_description.html#quick-start-guide>`_.
128
129 Documentation
130 +++++++++++++
131 ONAP Amsterdam Release documentation is available :ref:`here <master_index>`.
132 For Amsterdam this includes:
133
134  * A high level :ref:`architecture view<doc-architecture>` of how components
135    relate to each other.
136
137  * A collection of documentation provided
138    by :ref:`each project <doc_onap-developer_guide_projects>`.
139
140  * Application Programming Interface
141    Reference :ref:`available here <doc-apiref>`.
142
143  * The `developer wiki <http://wiki.onap.org>`_ remains a good source of
144    information on meeting plans and notes from committees, project teams and
145    community events.
146
147 Usage
148 +++++
149 This section is intended to provide users on the usage of ONAP components.
150
151 Instructions on using the ONAP deployment including Robot, Portal, SDC and VID
152 in the context of running (Onboarding, service creation, service deployment,
153 VNF creation, VNF preload, VF Module creation and closed loop operations)
154 the vFirewall sanity use case is documented
155 in `Running the ONAP Demos <https://wiki.onap.org/display/DW/Running+the+ONAP+Demos>`_.
156
157 .. index:: Licensing
158
159 Licenses
160 ++++++++
161 ONAP Amsterdam Source Code is licensed under the `Apache Version 2 License <http://www.apache.org/licenses/LICENSE-2.0>`_.
162 ONAP Amsterdam Documentation is licensed under the `Creative Commons Attribution 4.0 International License <http://creativecommons.org/licenses/by/4.0>`_.
163
164 Known Issues and Limitations
165 ++++++++++++++++++++++++++++
166 Known Issues and limitations are documented in each :ref:`project Release Notes <doc-releaserepos>`.
167
168 .. index:: Reporting Bugs
169
170 How to Report a Bug
171 +++++++++++++++++++
172 There are 2 ways to report a bug in ONAP.
173
174  * In case you are familiar within ONAP, you can directly report a bug by creating a Jira issue at `ONAP Jira <https://jira.onap.org>`_.
175
176  * If you don't know you are facing a bug or have a question, post your question into the `Ask question <https://wiki.onap.org/display/DW/questions/all>`_.
177    You will need a Linux Foundation ID to login and post your question. Get a Linux Foundation Identity using this `quick procedure <https://wiki.onap.org/display/DW/Joining+the+Community>`_.
178
179 You may consider these `recommendations <https://wiki.onap.org/display/DW/Tracking+Issues+with+JIRA#TrackingIssueswithJIRA-RecommendationsforwrittingProperJIRAIssue>`_ to elaborate the issue you are facing and this `guideline <https://wiki.onap.org/display/DW/Mailing+Lists>`_ to register into the ONAP Discuss mailing list.
180
181
182 .. Include files referenced by link in the toctree as hidden
183
184 .. toctree::
185    :hidden:
186
187    release-manifest.rst
188    releaserepos.rst
189    repolist.rst