Update docs for 6.2
[apex.git] / docs / release / release-notes / release-notes.rst
1 ========================================================================
2 OPNFV Release Notes for the Fraser release of OPNFV Apex deployment tool
3 ========================================================================
4
5 Abstract
6 ========
7
8 This document provides the release notes for Fraser release with the Apex
9 deployment toolchain.
10
11 License
12 =======
13
14 All Apex and "common" entities are protected by the Apache 2.0 License
15 ( http://www.apache.org/licenses/ )
16
17 Important Notes
18 ===============
19
20 This is the OPNFV Fraser release that implements the deploy stage of the
21 OPNFV CI pipeline via Apex.
22
23 Apex is based on RDO's Triple-O installation tool chain.
24 More information at http://rdoproject.org
25
26 Carefully follow the installation-instructions which guide a user on how to
27 deploy OPNFV using Apex installer.
28
29 Summary
30 =======
31
32 Fraser release with the Apex deployment toolchain will establish an OPNFV
33 target system on a Pharos compliant lab infrastructure.  The current definition
34 of an OPNFV target system is OpenStack Pike combined with an SDN
35 controller, such as OpenDaylight.  The system is deployed with OpenStack High
36 Availability (HA) for most OpenStack services.  SDN controllers are deployed
37 on every controller unless deploying with one the HA FD.IO scenarios.  Ceph
38 storage is used as Cinder backend, and is the only supported storage for
39 Fraser.  Ceph is setup as 3 OSDs and 3 Monitors, one OSD+Mon per Controller
40 node in an HA setup.  Apex also supports non-HA deployments, which deploys a
41 single controller and n number of compute nodes.  Furthermore, Apex is
42 capable of deploying scenarios in a bare metal or virtual fashion.  Virtual
43 deployments use multiple VMs on the Jump Host and internal networking to
44 simulate the a bare metal deployment.
45
46 - Documentation is built by Jenkins
47 - .iso image is built by Jenkins
48 - .rpm packages are built by Jenkins
49 - Jenkins deploys a Fraser release with the Apex deployment toolchain
50   bare metal, which includes 3 control+network nodes, and 2 compute nodes.
51
52 Release Data
53 ============
54
55 +--------------------------------------+--------------------------------------+
56 | **Project**                          | apex                                 |
57 |                                      |                                      |
58 +--------------------------------------+--------------------------------------+
59 | **Repo/tag**                         | opnfv-6.2.0                          |
60 |                                      |                                      |
61 +--------------------------------------+--------------------------------------+
62 | **Release designation**              | 6.2.0                                |
63 |                                      |                                      |
64 +--------------------------------------+--------------------------------------+
65 | **Release date**                     | 2018-06-29                           |
66 |                                      |                                      |
67 +--------------------------------------+--------------------------------------+
68 | **Purpose of the delivery**          | OPNFV Fraser release                 |
69 |                                      |                                      |
70 +--------------------------------------+--------------------------------------+
71
72 Version change
73 --------------
74
75 Module version changes
76 ~~~~~~~~~~~~~~~~~~~~~~
77 This is the first tracked version of the Fraser release with the Apex
78 deployment toolchain.  It is based on following upstream versions:
79
80 - OpenStack (Pike release)
81
82 - OpenDaylight (Nitrogen/Oxygen releases)
83
84 - CentOS 7
85
86 Document Version Changes
87 ~~~~~~~~~~~~~~~~~~~~~~~~
88
89 This is the first tracked version of Fraser release with the Apex
90 deployment toolchain.
91 The following documentation is provided with this release:
92
93 - OPNFV Installation instructions for the Fraser release with the Apex
94   deployment toolchain - ver. 1.0.0
95 - OPNFV Release Notes for the Fraser release with the Apex deployment
96   toolchain - ver. 1.0.0 (this document)
97
98 Deliverables
99 ------------
100
101 Software Deliverables
102 ~~~~~~~~~~~~~~~~~~~~~
103 - Apex .iso file
104 - Apex release .rpm (opnfv-apex-release)
105 - Apex overcloud .rpm (opnfv-apex) - For nosdn and OpenDaylight Scenarios
106 - Apex undercloud .rpm (opnfv-apex-undercloud)
107 - Apex common .rpm (opnfv-apex-common)
108 - build.py - Builds the above artifacts
109 - opnfv-deploy - Automatically deploys Target OPNFV System
110 - opnfv-clean - Automatically resets a Target OPNFV Deployment
111 - opnfv-util - Utility to connect to or debug Overcloud nodes + OpenDaylight
112
113 Documentation Deliverables
114 ~~~~~~~~~~~~~~~~~~~~~~~~~~
115 - OPNFV Installation instructions for the Fraser release with the Apex
116   deployment toolchain - ver. 6.2
117 - OPNFV Release Notes for the Fraser release with the Apex deployment
118   toolchain - ver. 6.2 (this document)
119
120 Known Limitations, Issues and Workarounds
121 =========================================
122
123 System Limitations
124 ------------------
125
126 **Max number of blades:**   1 Apex undercloud, 3 Controllers, 20 Compute blades
127
128 **Min number of blades:**   1 Apex undercloud, 1 Controller, 1 Compute blade
129
130 **Storage:**    Ceph is the only supported storage configuration.
131
132 **Min master requirements:** At least 16GB of RAM for baremetal Jump Host,
133 24GB for virtual deployments (noHA).
134
135
136 Known Issues
137 ------------
138
139 **JIRA TICKETS:**
140
141 +--------------------------------------+--------------------------------------+
142 | **JIRA REFERENCE**                   | **SLOGAN**                           |
143 |                                      |                                      |
144 +--------------------------------------+--------------------------------------+
145 | JIRA: APEX-280                       | Deleted network not cleaned up       |
146 |                                      | on controller                        |
147 +--------------------------------------+--------------------------------------+
148 | JIRA: APEX-295                       | Missing support for VLAN tenant      |
149 |                                      | networks                             |
150 +--------------------------------------+--------------------------------------+
151 | JIRA: APEX-368                       | Ceilometer stores samples and events |
152 |                                      | forever                              |
153 +--------------------------------------+--------------------------------------+
154 | JIRA: APEX-371                       | Ceph partitions need to be prepared  |
155 |                                      | on deployment when using 2nd disk    |
156 +--------------------------------------+--------------------------------------+
157 | JIRA: APEX-375                       | Default glance storage points to     |
158 |                                      | http,swift when ceph disabled        |
159 +--------------------------------------+--------------------------------------+
160 | JIRA: APEX-389                       | Compute kernel parameters are used   |
161 |                                      | for all nodes                        |
162 +--------------------------------------+--------------------------------------+
163 | JIRA: APEX-412                       | Install failures with UEFI           |
164 +--------------------------------------+--------------------------------------+
165 | JIRA: APEX-425                       | Need to tweak performance settings   |
166 |                                      | virtual DPDK scenarios               |
167 +--------------------------------------+--------------------------------------+
168
169
170 Workarounds
171 -----------
172 **-**
173
174
175 Test Result
176 ===========
177
178 Please reference Functest project documentation for test results with the
179 Apex installer.
180
181
182 References
183 ==========
184
185 For more information on the OPNFV Fraser release, please see:
186
187 http://wiki.opnfv.org/releases/Fraser
188
189 :Authors: Tim Rozet (trozet@redhat.com)
190 :Authors: Dan Radez (dradez@redhat.com)
191 :Version: 6.2