Improve References to User Guides
[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 Amsterdam Release
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
99 Supported Platforms
100 +++++++++++++++++++
101 ONAP Amsterdam Release has been tested on Ubuntu 16.04 and thus is
102 the only OS supported.
103
104 Documentation
105 +++++++++++++
106 ONAP Amsterdam Release documentation is available :ref:`here <master_index>`.
107 For Amsterdam this includes:
108
109  * A high level :ref:`architecture view<doc-architecture>` of how components
110    relate to each other.
111
112  * A collection of documentation provided
113    by :ref:`each project <doc_onap-developer_guide_projects>`.
114
115  * Application Programming Interface
116    Reference :ref:`available here <doc-apiref>`.
117
118  * The `developer wiki <http://wiki.onap.org>`_ remains a good source of
119    information on meeting plans and notes from committees, project teams and
120    community events.
121
122
123 Known Issues and Limitations
124 ++++++++++++++++++++++++++++
125 Known Issues and limitations are documented in each project Release Notes.
126
127 Refer to :ref:`release notes <doc-releaserepos>` for each project.
128
129
130 .. index:: Licensing
131
132 Licenses
133 ++++++++
134 ONAP Amsterdam Source Code is licensed under the `Apache Version 2 License <http://www.apache.org/licenses/LICENSE-2.0>`_.
135 ONAP Amsterdam Documentation is licensed under the `Creative Commons Attribution 4.0 International License <http://creativecommons.org/licenses/by/4.0>`_.
136
137 .. index:: Reporting Bugs
138
139 How to Report a Bug
140 +++++++++++++++++++
141 There are 2 ways to report a bug in ONAP.
142
143  * In case you are familiar within ONAP, you can directly
144    report a bug by creating a Jira issue
145    at `ONAP Jira <https://jira.onap.org>`_.
146
147  * If you don't know you are facing a bug or have a question, email
148    the ONAP Discuss mailing list at onap-discuss@lists.onap.org .
149
150 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.
151
152 .. index:: Download
153
154 Download
155 ++++++++
156
157 * ONAP Source Code is available through Gerrit at https://gerrit.onap.org or Git at https://git.onap.org/ .
158
159 * ONAP is packaged within Docker and can be dowloaded from Docker Hub at https://hub.docker.com/r/onap .
160
161
162 .. index:: Installation
163
164
165 Install
166 +++++++
167 There are 2 approaches to install ONAP.
168
169 * From a complete demo solution perspective. This installs the whole ONAP,
170   refer to :ref:`Setting Up ONAP <demo-installing-running-onap>`.
171
172 * From a developer perspective. ONAP is installed component per component.
173   Each
174   component :ref:`installation is listed in<doc_onap-developer_guide_projects>`.
175   The list of ports used by default within ONAP is documented
176   in `ONAP Service List <https://wiki.onap.org/display/DW/ONAP+Services+List>`_.
177
178 Usage
179 +++++
180 This section is intended to provide users on the usage of ONAP components.
181
182 Instructions on using the ONAP deployment including Robot, Portal, SDC and VID
183 in the context of running (Onboarding, service creation, service deployment,
184 VNF creation, VNF preload, VF Module creation and closed loop operations)
185 the vFirewall sanity use case is documented
186 in `Running the ONAP Demos <https://wiki.onap.org/display/DW/Running+the+ONAP+Demos>`_.
187
188
189 .. Include files referenced by link in the toctree as hidden
190
191 .. toctree::
192    :hidden:
193
194    release-manifest.rst
195    releaserepos.rst
196    repolist.rst