summaryrefslogtreecommitdiffstats
path: root/docs/release/installation/installation.instruction.rst
blob: 097d8206f9a59a28f254cf51c87429eead4c297d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0

==============================
OPNFV Gluon Installation Guide
==============================

This document describes how to install <Component>, it's dependencies and required system resources.

.. contents::
   :depth: 3
   :local:

Version history
---------------

+--------------------+--------------------+--------------------+--------------------+
| **Date**           | **Ver.**           | **Author**         | **Comment**        |
|                    |                    |                    |                    |
+--------------------+--------------------+--------------------+--------------------+
| 2015-04-14         | 0.1.0              | Jonas Bjurel       | First draft        |
|                    |                    |                    |                    |
+--------------------+--------------------+--------------------+--------------------+
|                    | 0.1.1              |                    |                    |
|                    |                    |                    |                    |
+--------------------+--------------------+--------------------+--------------------+
|                    | 1.0                |                    |                    |
|                    |                    |                    |                    |
|                    |                    |                    |                    |
+--------------------+--------------------+--------------------+--------------------+

Introduction
------------
<INTRODUCTION TO THE SCOPE AND INTENTION OF THIS DOCUMENT AS WELL AS TO THE SYSTEM TO BE INSTALLED>

<EXAMPLE>:

This document describes the supported software and hardware configurations for the
Fuel OPNFV reference platform as well as providing guidelines on how to install and
configure such reference system.

Although the available installation options gives a high degree of freedom in how the system is set-up,
with what architecture, services and features, etc., not nearly all of those permutations provides
a OPNFV compliant reference architecture. Following the guidelines in this document ensures
a result that is OPNFV compliant.

The audience of this document is assumed to have good knowledge in network and Unix/Linux administration.

Preface
-------
<DESCRIBE NEEDED PREREQUISITES, PLANNING, ETC.>

<EXAMPLE>:

Before starting the installation of Fuel@OPNFV, some planning must preceed.

First of all, the Fuel@OPNFV .iso image needs to be retrieved,
the Latest stable Arno release of Fuel@OPNFV can be found here: <www.opnfv.org/abc/def>

Alternatively, you may build the .iso from source by cloning the opnfv/genesis git repository:
<git clone https://<linux foundation uid>@gerrit.opnf.org/gerrit/genesis>
Check-out the Arno release:
<cd genesis; git checkout arno>
Goto the fuel directory and build the .iso
<cd fuel/build; make all>

Familiarize yourself with the Fuel 6.0.1 version by reading the following documents:
- abc <http://wiki.openstack.org/abc>
- def <http://wiki.openstack.org/def>
- ghi <http://wiki.openstack.org/ghi>

Secondly, a number of deployment specific parameters must be collected, those are:

1.     Provider sub-net and gateway information

2.     Provider VLAN information

3.     Provider DNS addresses

4.     Provider NTP addresses

This information will be needed for the configuration procedures provided in this document.

Hardware requirements
---------------------
<PROVIDE A LIST OF MINIMUM HARDWARE REQUIREMENTS NEEDED FOR THE INSTALL>

<EXAMPLE>:

Following minimum hardware requirements must be met for installation of Fuel@OPNFV:

+--------------------+----------------------------------------------------+
| **HW Aspect**      | **Requirement**                                    |
|                    |                                                    |
+--------------------+----------------------------------------------------+
| **# of servers**   | Minimum 5 (3 for non redundant deployment)         |
|                    | 1 Fuel deployment master (may be virtualized)      |
|                    | 3(1) Controllers                                   |
|                    | 1 Compute                                          |
+--------------------+----------------------------------------------------+
| **CPU**            | Minimum 1 socket x86_AMD64 Ivy bridge 1.6 GHz      |
|                    |                                                    |
+--------------------+----------------------------------------------------+
| **RAM**            | Minimum 16GB/server (Depending on VNF work load)   |
|                    |                                                    |
+--------------------+----------------------------------------------------+
| **Disk**           | Minimum 256GB 10kRPM spinning disks                |
|                    |                                                    |
+--------------------+----------------------------------------------------+
| **NICs**           | 2(1)x10GE Niantec for Private/Public (Redundant)   |
|                    |                                                    |
|                    | 2(1)x10GE Niantec for SAN (Redundant)              |
|                    |                                                    |
|                    | 2(1)x1GE for admin (PXE) and control (RabitMQ,etc) |
|                    |                                                    |
+--------------------+----------------------------------------------------+

Top of the rack (TOR) Configuration requirements
------------------------------------------------
<DESCRIBE NEEDED NETWORK TOPOLOGY SETUP IN THE TORs>

<EXAMPLE>:

The switching infrastructure provides connectivity for the OPNFV infra-structure operations as well as
for the tenant networks (East/West) and provider connectivity (North/South bound connectivity).
The switching connectivity can (but does not need to) be fully redundant,
in case it and comprises a redundant 10GE switch pair for "Traffic/Payload/SAN" purposes as well as
a 1GE switch pair for "infrastructure control-, management and administration"

The switches are **not** automatically configured from the OPNFV reference platform.
All the networks involved in the OPNFV infra-structure as well as the provider networks
and the private tenant VLANs needs to be manually configured.

This following sections guides through required black-box switch configurations.

VLAN considerations and blue-print
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

IP Address plan considerations and blue-print
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

OPNFV Software installation and deployment
------------------------------------------
<DESCRIBE THE FULL PROCEDURES FOR THE INSTALLATION OF THE OPNFV COMPONENT INSTALLATION AND DEPLOYMENT>

<EXAMPLE>:

This section describes the installation of the Fuel@OPNFV installation server (Fuel master)
as well as the deployment of the full OPNFV reference platform stack across a server cluster.
Etc.

Install Fuel master
^^^^^^^^^^^^^^^^^^^

Create an OPNV (Fuel Environment)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Configure the OPNFV environment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Deploy the OPNFV environment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Installation health-check
-------------------------
<DESCRIBE ANY MEANS TO DO VERIFY THE INTEGRITY AND HEALTHYNESS OF THE INSTALL>

<EXAMPLE>:

Now that the OPNFV environment has been created, and before the post installation configurations is started,
perform a system health check from the Fuel GUI:

- Select the "Health check" TAB.
- Select all test-cases
- And click "Run tests"

All test cases except the following should pass:

Post installation and deployment actions
----------------------------------------
<DESCRIBE ANY POST INSTALLATION ACTIONS/CONFIGURATIONS NEEDED>

<EXAMPLE>:
After the OPNFV deployment is completed, the following manual changes needs to be performed in order
for the system to work according OPNFV standards.

**Change host OS password:**
Change the Host OS password by......

References
----------
<PROVIDE NEEDED/USEFUL REFERENCES>

<EXAMPLES>:

OPNFV
^^^^^

OpenStack
^^^^^^^^^

OpenDaylight
^^^^^^^^^^^^