summaryrefslogtreecommitdiffstats
path: root/fuel/docs/src/installation-instructions.rst
blob: 234dfc2f2a2a3878c7b778fa4f02f9e372c5178a (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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
:Authors: Jonas Bjurel (Ericsson AB)
:Version: 0.0.1

================================================
OPNFV Installation instructions for - Fuel@OPNFV
================================================

Abstract
========

This document describes how to install Fuel@OPNFV, it's dependencies and required system resources.

License
=======
Fuel@OPNFV DOCs (c) by Jonas Bjurel (Ericsson AB)

Fuel@OPNFV DOCs are licensed under a Creative Commons Attribution 4.0 Unported License. You should have received a copy of the license along with this. If not, see <http://creativecommons.org/licenses/by/4.0/>.


**Contents**

1   Version history

2   Introduction

3   Preface

4   Hardware requirements

5   Top of the rack (TOR) Configuration requirements

6   OPNFV Software installation and deployment

7   Installation health-check

8   Post installation and deployment actions

9   References

1   Version history
===================

+--------------------+--------------------+--------------------+--------------------+
| **Date**           | **Ver.**           | **Author**         | **Comment**        |
|                    |                    |                    |                    |
+--------------------+--------------------+--------------------+--------------------+
| 2015-04-15         | 0.0.1              | Jonas Bjurel       | First draft        |
|                    |                    | (Ericsson AB)      |                    |
+--------------------+--------------------+--------------------+--------------------+


2   Introduction
================

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 R1 (Arno) compliant.

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

3   Preface
===========

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>

For more information on how to build, please see "OPNF Build instructions for - FUel@OPNFV <http://www.opnfv.org/xyz

Next, familiarize yourself with the Fuel 6.0.1 version by reading the following documents:

- Fuel planning guide <http://docs.mirantis.com/openstack/fuel/fuel-6.0/planning-guide.html#planning-guide>

- Fuel user guide <http://docs.mirantis.com/openstack/fuel/fuel-6.0/user-guide.html#user-guide>

- Fuel operations guide <http://docs.mirantis.com/openstack/fuel/fuel-6.0/operations.html#operations-guide>


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.

4   Hardware requirements
=========================

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) |
|                    |                                                      |
+--------------------+------------------------------------------------------+

5   Top of the rack (TOR) Configuration requirements
====================================================

The switching infrastructure provides connectivity for the OPNFV infra-structure operations, tenant networks (East/West) and provider connectivity (North/South bound connectivity); it als provides needed connectivity for the strage Area Network (SAN). To avoid traffic congestion, it is strongly sugested that three physcally separated networks are used, that is: 1 physical network for administration and control, one physical network for tenant private and public networks, and one physical network for SAN. The switching connectivity can (but does not need to) be fully redundant, in such case it and comprises a redundant 10GE switch pair for each of the three physcally separated networks.

The physical TOR 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.

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

5.1 VLAN considerations and blue-print
--------------------------------------

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

6   OPNFV Software installation and deployment
==============================================

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.

6.1 Install Fuel master
-----------------------
1. Mount the built .iso file (release/opnfv-<version>.iso) as a boot device to the fuel server.

2. Reboot the fuel server.

   - The system now boots from the ISO image.

3. Change the grub boot parameters

   - When the grub boot menu shows up - Press Tab to edit the kernel parameters

   - Change <showmenu=no> to <showmenu=yes>.

   - Change <netmask=255.255.255.0> to <netmask=255.255.0.0>.

   - Press [Enter].

4  Wait until screen Fuel setup is shown (Note: This can take up to 30 minutes).

5. Select PXE Setup and change the following fields to appropriate values (example below):

   - Static Pool Start 10.20.0.3

   - Static Pool End 10.20.0.254

   - DHCP Pool Start 10.20.128.3

   - DHCP Pool End 10.20.128.254

6. Select DNS & Hostname and change the following fields to appropriate values:

   - Hostname <CEE Region name>-fuel

   - Domain <Domain Name>

   - Search Domain <Search Domain Name>

   - Hostname to test DNS <Hostname to test DNS>

7. Select Time Sync and change the following fields to appropriate values:

   - NTP Server 1 <Customer NTP server 1>

   - NTP Server 2 <Customer NTP server 2>

   - NTP Server 3<Customer NTP server 3>

   **Note: This step is only to pass the network sanity test, the actual ntp parameters will be set with the pre-deploy script.**

8. Start the installation.

   - Select Quit Setup and press Save and Quit.

   - Installation starts, wait until a screen with logon credentials is shown.

   Note: This will take about 15 minutes.

6.2 Create an OPNV (Fuel Environment)
-------------------------------------

9. Connect to Fuel with a browser towards port 8000

10. Create and name a new OpenStack environment, to be installed.

11. Select <Juno on Ubuntu> or <Juno on CentOS> as per your which in the "OpenStack Release" field.

12. Select deployment mode.

    - Select the Multi-node with HA.

13. Select compute node mode.

    - Select KVM as hypervisor (unless you're not deploying bare metal or nested KVM/ESXI).

14. Select network mode.

    - Select Neutron with VLAN segmentation 
    
    ** Note: This will later be overridden to VXLAN by OpenDaylight.**

15. Select Storage Backends.

    - Select Ceph for Cinder and default for glance.

16. Select additional services.

    - Check option <Install Celiometer (OpenStack Telemetry)>.

17. Create the new environment.

6.3 Configure the OPNFV environment
-----------------------------------

18. Enable PXE booting

    - For every controller- and compute server: enable PXE Booting as the first boot device in the BIOS boot order menu, and hard disk as the second boot device in the same menu.

19. Reboot all the controller- and compute blades.

20. Wait for the availability of nodes showing up in the Fuel GUI.

    - Wait until all nodes are displayed in top right corner of the Fuel GUI: <total number of server> TOTAL NODES and <total number of servers> UNALLOCATED NODES.

21. Open the environment you previously created.

22. Open the networks tab.

23. Update the public network configuration.

    Change the following fields to appropriate values:

    - IP Range Start to <Public IP Address start>

    - IP Range End to <Public IP Address end>

    - CIDR to <CIDR for Public IP Addresses>

    - Gateway to <Gateway for Public IP Addresses>

    - Check  VLAN tagging.

    - Set appropriate VLAN id.

24. Update the management network configuration.

    - Set CIDR to 172.16.255.128/25 (or as per your which).

    - Check VLAN tagging.

    - Set appropriate  VLAN id.

25. Update the Neutron L2 configuration.

    - Set VLAN ID range.

26. Update the Neutron L3 configuration.

    - Set Internal network CIDR to an appropriate value

    - Set Internal network gateway to an appropriate value

    - Set Floating IP ranges.

    - Set DNS Servers

27. Save Settings.

28. Click "verify network" to check the network set-up consistency and connectivity

29. Update the storage configuration.

30. Open the nodes tab.

31. Assign roles.

    - Check <Controller and Telemetry MongoDB>.
    
    - Check the three servers you want to be installed as Controllesr in pane <Assign Role>.

    - Click <Apply Changes>.
 
    - Check <Compute>.
 
    - Check nodes to be installed as Compute nodes in pane Assign Role.

    - Click <Apply Changes>.

32. Configure interfaces.

    - Check Select <All> to select all nodes with Control, Telemetry . MongoDB and Compute node roles.

    - Click <Configure Interfaces>
    
    - Screen Configure interfaces on number of <number of nodes> nodes is shown.
    - Assign interfaces (bonded) for mgmt-, admin-, private-, public- and storage networks

6.4 Deploy the OPNFV environment
--------------------------------
**NOTE: Before the deployment is performed, the OPNFV pre-deploy script must be ran**

35. Run the pre-deploy script.
    Log on as root to the Fuel node.
    Print Fuel environment Id (fuel env)
    #> id | status | name | mode | release_id | changes <id>| new | <CEE Region name>| ha_compact | 2 | <ite specific information>

36. Run the pre-deployment script (/opt/opnfv/pre-deploy.sh <id>)
    As prompted for-, set the DNS servers to go into /etc/resolv.conf.
    As prompted for-, set any Hosts file additions for controllers and compute nodes. You will be prompted for name, FQDN and IP for each entry. Press return when prompted for a name when you have completed your input.
    As prompted for-, set NTP upstream configuration for controllers. You will be prompted for a NTP server each entry. Press return when prompted for a NTP server when you have completed your input.

37. Deploy the environment.
    In the Fuel GUI, click Deploy Changes.

7   Installation health-check
=============================

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:

8  Post installation and deployment actions
============================================
**-**

9  References
=============

9.1    OPNFV
-------------

9.2    OpenStack
-----------------

9.3    OpenDaylight
--------------------

9.4    Fuel
------------