Merge "docs: Experimental features note about ceilometer"
[armband.git] / docs / release / installation / installation.instruction.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. (c) Open Platform for NFV Project, Inc. and its contributors
4
5 ========
6 Abstract
7 ========
8
9 This document describes how to install the Danube release of
10 OPNFV when using Fuel as a deployment tool, with an AArch64 (only)
11 target node pool. It covers its usage, limitations, dependencies
12 and required system resources.
13
14 ============
15 Introduction
16 ============
17
18 This document provides guidelines on how to install and
19 configure the Danube release of OPNFV when using Fuel as a
20 deployment tool, with an AArch64 (only) target node pool,
21 including required software and hardware configurations.
22
23 Although the available installation options give a high degree of
24 freedom in how the system is set-up, including architecture, services
25 and features, etc., said permutations may not provide an OPNFV
26 compliant reference architecture. This instruction provides a
27 step-by-step guide that results in an OPNFV Danube compliant
28 deployment.
29
30 The audience of this document is assumed to have good knowledge in
31 networking and Unix/Linux administration.
32
33 =======
34 Preface
35 =======
36
37 Before starting the installation of the AArch64 Danube release
38 of OPNFV, using Fuel as a deployment tool, some planning must be
39 done.
40
41 Retrieving the ISO image
42 ========================
43
44 First of all, the Fuel deployment ISO image needs to be retrieved, the
45 ArmbandFuel .iso image of the AArch64 Danube release can be found at `OPNFV Downloads <https://www.opnfv.org/software/download>`_.
46
47 Building the ISO image
48 ======================
49
50 Alternatively, you may build the Armband Fuel .iso from source by cloning
51 the opnfv/armband git repository. To retrieve the repository for the AArch64
52 Danube release use the following command:
53
54 .. code-block:: bash
55
56     $ git clone https://gerrit.opnfv.org/gerrit/armband
57
58 Check-out the Danube release tag to set the HEAD to the
59 baseline required to replicate the Danube release:
60
61 .. code-block:: bash
62
63     $ git checkout danube.1.0
64
65 Go to the armband directory and build the .iso:
66
67 .. code-block:: bash
68
69     $ cd armband; make all
70
71 For more information on how to build, please see :ref:`Build instruction for Fuel\@OPNFV <armband-development-overview-build-label>`
72
73 Other preparations
74 ==================
75
76 Next, familiarize yourself with Fuel by reading the following documents:
77
78 - `Fuel Installation Guide <http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-install-guide.html>`_
79
80 - `Fuel User Guide <http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-user-guide.html>`_
81
82 - `Fuel Developer Guide <http://docs.openstack.org/developer/fuel-docs/devdocs/develop.html>`_
83
84 - `Fuel Plugin Developers Guide <http://docs.openstack.org/developer/fuel-docs/plugindocs/fuel-plugin-sdk-guide.html>`_
85
86 Prior to installation, a number of deployment specific parameters must be collected, those are:
87
88 #.     Provider sub-net and gateway information
89
90 #.     Provider VLAN information
91
92 #.     Provider DNS addresses
93
94 #.     Provider NTP addresses
95
96 #.     Network overlay you plan to deploy (VLAN, VXLAN, FLAT)
97
98 #.     How many nodes and what roles you want to deploy (Controllers, Storage, Computes)
99
100 #.     Monitoring options you want to deploy (Ceilometer, Syslog, etc.).
101
102 #.     Other options not covered in the document are available in the links above
103
104
105 This information will be needed for the configuration procedures
106 provided in this document.
107
108 =====================
109 Hardware requirements
110 =====================
111
112 The following minimum hardware requirements must be met for the
113 installation of AArch64 Danube using Fuel:
114
115 +----------------------------+------------------------------------------------------+
116 | **HW Aspect**              | **Requirement**                                      |
117 |                            |                                                      |
118 +============================+======================================================+
119 | **# of AArch64 nodes**     | Minimum 5 (3 for non redundant deployment):          |
120 |                            |                                                      |
121 |                            | - 1 Fuel deployment master (may be virtualized)      |
122 |                            |                                                      |
123 |                            | - 3(1) Controllers (1 colocated mongo/ceilometer     |
124 |                            |   role, 2 Ceph-OSD roles)                            |
125 |                            |                                                      |
126 |                            | - 1 Compute (1 co-located Ceph-OSD role)             |
127 |                            |                                                      |
128 +----------------------------+------------------------------------------------------+
129 | **CPU**                    | Minimum 1 socket AArch64 (ARMv8) with Virtualization |
130 |                            | support                                              |
131 +----------------------------+------------------------------------------------------+
132 | **RAM**                    | Minimum 16GB/server (Depending on VNF work load)     |
133 |                            |                                                      |
134 +----------------------------+------------------------------------------------------+
135 | **Firmware**               | UEFI compatible (e.g. EDK2) with PXE support         |
136 +----------------------------+------------------------------------------------------+
137 | **Disk**                   | Minimum 256GB 10kRPM spinning disks                  |
138 |                            |                                                      |
139 +----------------------------+------------------------------------------------------+
140 | **Networks**               | 4 Tagged VLANs (PUBLIC, MGMT, STORAGE, PRIVATE)      |
141 |                            |                                                      |
142 |                            | 1 Un-Tagged VLAN for PXE Boot - ADMIN Network        |
143 |                            |                                                      |
144 |                            | Note: These can be allocated to a single NIC -       |
145 |                            | or spread out over multiple NICs as your hardware    |
146 |                            | supports.                                            |
147 +----------------------------+------------------------------------------------------+
148 | **1 x86_64 node**          | - 1 Fuel deployment master, x86 (may be virtualized) |
149 +----------------------------+------------------------------------------------------+
150
151 ===============================
152 Help with Hardware Requirements
153 ===============================
154
155 Calculate hardware requirements:
156
157 For information on compatible hardware types available for use, please see `Fuel OpenStack Hardware Compatibility List <https://www.mirantis.com/software/hardware-compatibility/>`_.
158
159 When choosing the hardware on which you will deploy your OpenStack
160 environment, you should think about:
161
162 - CPU -- Consider the number of virtual machines that you plan to deploy in your cloud environment and the CPU per virtual machine.
163
164 - Memory -- Depends on the amount of RAM assigned per virtual machine and the controller node.
165
166 - Storage -- Depends on the local drive space per virtual machine, remote volumes that can be attached to a virtual machine, and object storage.
167
168 - Networking -- Depends on the Choose Network Topology, the network bandwidth per virtual machine, and network storage.
169
170 ================================================
171 Top of the rack (TOR) Configuration requirements
172 ================================================
173
174 The switching infrastructure provides connectivity for the OPNFV
175 infrastructure operations, tenant networks (East/West) and provider
176 connectivity (North/South); it also provides needed connectivity for
177 the Storage Area Network (SAN).
178 To avoid traffic congestion, it is strongly suggested that three
179 physically separated networks are used, that is: 1 physical network
180 for administration and control, one physical network for tenant private
181 and public networks, and one physical network for SAN.
182 The switching connectivity can (but does not need to) be fully redundant,
183 in such case it comprises a redundant 10GE switch pair for each of the
184 three physically separated networks.
185
186 The physical TOR switches are **not** automatically configured from
187 the Fuel OPNFV reference platform. All the networks involved in the OPNFV
188 infrastructure as well as the provider networks and the private tenant
189 VLANs needs to be manually configured.
190
191 Manual configuration of the Danube hardware platform should
192 be carried out according to the `OPNFV Pharos Specification
193 <https://wiki.opnfv.org/display/pharos/Pharos+Specification>`_.
194
195 ==========================================
196 OPNFV Software installation and deployment
197 ==========================================
198
199 This section describes the installation of the OPNFV installation
200 server (Fuel master) as well as the deployment of the full OPNFV
201 reference platform stack across a server cluster.
202
203 Install Fuel master
204 ===================
205
206 #. Mount the Danube Armband Fuel ISO file/media as a boot device to the jump host server.
207
208 #. Reboot the jump host to establish the Fuel server.
209
210    - The system now boots from the ISO image.
211
212    - Select "Fuel Install (Static IP)" (See figure below)
213
214    - Press [Enter].
215
216    .. figure:: img/grub-1.png
217
218 #. Wait until the Fuel setup screen is shown (Note: This can take up to 30 minutes).
219
220 #. In the "Fuel User" section - Confirm/change the default password (See figure below)
221
222    - Enter "admin" in the Fuel password input
223
224    - Enter "admin" in the Confirm password input
225
226    - Select "Check" and press [Enter]
227
228    .. figure:: img/fuelmenu1.png
229
230 #. In the "Network Setup" section - Configure DHCP/Static IP information for your FUEL node - For example, ETH0 is 10.20.0.2/24 for FUEL booting and ETH1 is DHCP in your corporate/lab network (see figure below).
231
232    - Configure eth1 or other network interfaces here as well (if you have them present on your FUEL server).
233
234    .. figure:: img/fuelmenu2.png
235
236    .. figure:: img/fuelmenu2a.png
237
238 #. In the "PXE Setup" section (see figure below) - Change the following fields to appropriate values (example below):
239
240    - DHCP Pool Start 10.20.0.4
241
242    - DHCP Pool End 10.20.0.254
243
244    - DHCP Pool Gateway  10.20.0.2 (IP address of Fuel node)
245
246    .. figure:: img/fuelmenu3.png
247
248 #. In the "DNS & Hostname" section (see figure below) - Change the following fields to appropriate values:
249
250    - Hostname
251
252    - Domain
253
254    - Search Domain
255
256    - External DNS
257
258    - Hostname to test DNS
259
260    - Select <Check> and press [Enter]
261
262    .. figure:: img/fuelmenu4.png
263
264
265 #. **DO NOT CHANGE** anything in "Bootstrap Image" section (see figure below).
266
267    In ArmbandFuel@OPNFV, this data is **NOT** actually used for bootstrap
268    image building. Any change here will replace the configuration from
269    the OPNFV bootstrap build scripts and will lead to a failed bootstrap
270    image build.
271
272    **NOTE**: Cannot be used in tandem with local repository support.
273
274    .. figure:: img/fuelmenu5.png
275
276 #. In the "Time Sync" section (see figure below) - Change the following fields to appropriate values:
277
278    - NTP Server 1 <Customer NTP server 1>
279
280    - NTP Server 2 <Customer NTP server 2>
281
282    - NTP Server 3 <Customer NTP server 3>
283
284    .. figure:: img/fuelmenu6.png
285
286 #. In the "Feature groups" section - Enable "Experimental features" if you plan on using Ceilometer and/or MongoDB.
287
288    **NOTE**: Ceilometer and MongoDB are experimental features starting with Danube.1.0.
289
290 #. Start the installation.
291
292    - Press <F8>
293
294    - The installation will now start, wait until the login screen is shown.
295
296 Boot the Node Servers
297 =====================
298
299 After the Fuel Master node has rebooted from the above steps and is at
300 the login prompt, you should boot the Node Servers (Your
301 Compute/Control/Storage blades, nested or real) with a PXE booting
302 scheme so that the FUEL Master can pick them up for control.
303
304 **NOTE**: AArch64 target nodes are expected to support PXE booting an
305 EFI binary, i.e. an EFI-stubbed GRUB2 bootloader.
306
307 **NOTE**: UEFI (EDK2) firmware is **highly** recommended, becoming
308 the **de facto** standard for ARMv8 nodes.
309
310 #. Enable PXE booting
311
312    - For every controller and compute server: enable PXE Booting as the first boot device in the UEFI (EDK2) boot order menu, and hard disk as the second boot device in the same menu.
313
314 #. Reboot all the control and compute blades.
315
316 #. Wait for the availability of nodes showing up in the Fuel GUI.
317
318    - Connect to the FUEL UI via the URL provided in the Console (default: https://10.20.0.2:8443)
319
320    - Wait until all nodes are displayed in top right corner of the Fuel GUI: Total nodes and Unallocated nodes (see figure below).
321
322    .. figure:: img/nodes.png
323
324 Install additional Plugins/Features on the FUEL node
325 ====================================================
326
327 #. SSH to your FUEL node (e.g. root@10.20.0.2  pwd: r00tme)
328
329 #. Select wanted plugins/features from the /opt/opnfv/ directory.
330
331 #. Install the wanted plugin with the command
332
333     .. code-block:: bash
334
335         $ fuel plugins --install /opt/opnfv/<plugin-name>-<version>.<arch>.rpm
336
337     Expected output (see figure below):
338
339     .. code-block:: bash
340
341         Plugin ....... was successfully installed.
342
343    .. figure:: img/plugin_install.png
344
345    **NOTE**: AArch64 Danube 1.0 ships only with ODL, OVS, BGPVPN, SFC and Tacker
346    plugins, see *Reference 15*.
347
348 Create an OpenStack Environment
349 ===============================
350
351 #. Connect to Fuel WEB UI with a browser (default: https://10.20.0.2:8443) (login: admin/admin)
352
353 #. Create and name a new OpenStack environment, to be installed.
354
355    .. figure:: img/newenv.png
356
357 #. Select "<Newton on Ubuntu 16.04 (aarch64)>" and press <Next>
358
359 #. Select "compute virtulization method".
360
361    - Select "QEMU-KVM as hypervisor" and press <Next>
362
363 #. Select "network mode".
364
365    - Select "Neutron with ML2 plugin"
366
367    - Select "Neutron with tunneling segmentation" (Required when using the ODL plugin)
368
369    - Press <Next>
370
371 #. Select "Storage Back-ends".
372
373    - Select "Ceph for block storage" and press <Next>
374
375 #. Select "additional services" you wish to install.
376
377    - Check option "Install Ceilometer and Aodh" and press <Next>
378
379 #. Create the new environment.
380
381    - Click <Create> Button
382
383 Configure the network environment
384 =================================
385
386 #. Open the environment you previously created.
387
388 #. Open the networks tab and select the "default" Node Networks group to on the left pane (see figure below).
389
390    .. figure:: img/network.png
391
392 #. Update the Public network configuration and change the following fields to appropriate values:
393
394    - CIDR to <CIDR for Public IP Addresses>
395
396    - IP Range Start to <Public IP Address start>
397
398    - IP Range End to <Public IP Address end>
399
400    - Gateway to <Gateway for Public IP Addresses>
401
402    - Check <VLAN tagging>.
403
404    - Set appropriate VLAN id.
405
406 #. Update the Storage Network Configuration
407
408    - Set CIDR to appropriate value  (default 192.168.1.0/24)
409
410    - Set IP Range Start to appropriate value (default 192.168.1.1)
411
412    - Set IP Range End to appropriate value (default 192.168.1.254)
413
414    - Set vlan to appropriate value  (default 102)
415
416 #. Update the Management network configuration.
417
418    - Set CIDR to appropriate value (default 192.168.0.0/24)
419
420    - Set IP Range Start to appropriate value (default 192.168.0.1)
421
422    - Set IP Range End to appropriate value (default 192.168.0.254)
423
424    - Check <VLAN tagging>.
425
426    - Set appropriate VLAN id. (default 101)
427
428 #. Update the Private Network Information
429
430    - Set CIDR to appropriate value (default 192.168.2.0/24
431
432    - Set IP Range Start to appropriate value (default 192.168.2.1)
433
434    - Set IP Range End to appropriate value (default 192.168.2.254)
435
436    - Check <VLAN tagging>.
437
438    - Set appropriate VLAN tag (default 103)
439
440 #. Select the "Neutron L3" Node Networks group on the left pane.
441
442    .. figure:: img/neutronl3.png
443
444 #. Update the Floating Network configuration.
445
446    - Set the Floating IP range start (default 172.16.0.130)
447
448    - Set the Floating IP range end (default 172.16.0.254)
449
450    - Set the Floating network name (default admin_floating_net)
451
452 #. Update the Internal Network configuration.
453
454    - Set Internal network CIDR to an appropriate value (default 192.168.111.0/24)
455
456    - Set Internal network gateway to an appropriate value
457
458    - Set the Internal network name (default admin_internal_net)
459
460 #. Update the Guest OS DNS servers.
461
462    - Set Guest OS DNS Server values appropriately
463
464 #. Save Settings.
465
466 #. Select the "Other" Node Networks group on the left pane (see figure below).
467
468    .. figure:: img/other.png
469
470 #. Update the Public network assignment.
471
472    - Check the box for "Assign public network to all nodes" (Required by OpenDaylight)
473
474 #. Update Host OS DNS Servers.
475
476    - Provide the DNS server settings
477
478 #. Update Host OS NTP Servers.
479
480    - Provide the NTP server settings
481
482 Select Hypervisor type
483 ======================
484
485 #. In the FUEL UI of your Environment, click the "Settings" Tab
486
487 #. Select "Compute" on the left side pane (see figure below)
488
489    - Check the KVM box and press "Save settings"
490
491    .. figure:: img/compute.png
492
493 Enable Plugins
494 ==============
495
496 #. In the FUEL UI of your Environment, click the "Settings" Tab
497
498 #. Select Other on the left side pane (see figure below)
499
500    - Enable and configure the plugins of your choice
501
502    .. figure:: img/plugins_aarch64.png
503
504 Allocate nodes to environment and assign functional roles
505 =========================================================
506
507 #. Click on the "Nodes" Tab in the FUEL WEB UI (see figure below).
508
509     .. figure:: img/addnodes.png
510
511 #. Assign roles (see figure below).
512
513     - Click on the <+Add Nodes> button
514
515     - Check <Controller>, <Telemetry - MongoDB>  and optionally an SDN Controller role (OpenDaylight controller) in the "Assign Roles" Section.
516
517     - Check one node which you want to act as a Controller from the bottom half of the screen
518
519     - Click <Apply Changes>.
520
521     - Click on the <+Add Nodes> button
522
523     - Check the <Controller> and <Storage - Ceph OSD> roles.
524
525     - Check the two next nodes you want to act as Controllers from the bottom half of the screen
526
527     - Click <Apply Changes>
528
529     - Click on <+Add Nodes> button
530
531     - Check the <Compute> and <Storage - Ceph OSD> roles.
532
533     - Check the Nodes you want to act as Computes from the bottom half of the screen
534
535     - Click <Apply Changes>.
536
537     .. figure:: img/computelist.png
538
539 #. Configure interfaces (see figure below).
540
541     - Check Select <All> to select all allocated nodes
542
543     - Click <Configure Interfaces>
544
545     - Assign interfaces (bonded) for mgmt-, admin-, private-, public- and storage networks
546
547     - Click <Apply>
548
549     .. figure:: img/interfaceconf.png
550
551 OPTIONAL - Set Local Mirror Repos
552 =================================
553
554 **NOTE**: Support for local mirrors is incomplete in Danube 1.0.
555 You may opt in for it to fetch less packages from internet during deployment,
556 but an internet connection is still required.
557
558 The following steps must be executed if you are in an environment with
559 no connection to the Internet. The Fuel server delivers a local repo
560 that can be used for installation / deployment of openstack.
561
562 #. In the Fuel UI of your Environment, click the Settings Tab and select General from the left pane.
563
564    - Replace the URI values for the "Name" values outlined below:
565
566    - "ubuntu" URI="deb http://<ip-of-fuel-server>:8080/mirrors/ubuntu/ xenial main"
567
568    - "mos" URI="deb http://<ip-of-fuel-server>::8080/newton-10.0/ubuntu/x86_64 mos10.0 main restricted"
569
570    - "Auxiliary" URI="deb http://<ip-of-fuel-server>:8080/newton-10.0/ubuntu/auxiliary auxiliary main restricted"
571
572    - Click <Save Settings> at the bottom to Save your changes
573
574 Target specific configuration
575 =============================
576
577 #. [AArch64 specific] Configure MySQL WSREP SST provider
578
579    **NOTE**: This option is only available for ArmbandFuel@OPNFV, since it
580    currently only affects AArch64 targets (see *Reference 15*).
581
582    When using some AArch64 platforms as controller nodes, WSREP SST
583    synchronisation using default backend provider (xtrabackup-v2) used to fail,
584    so a mechanism that allows selecting a different WSREP SST provider
585    has been introduced.
586
587    In the FUEL UI of your Environment, click the <Settings> tab, click
588    <OpenStack Services> on the left side pane (see figure below), then
589    select one of the following options:
590
591    - xtrabackup-v2 (default provider, AArch64 stability issues);
592
593    - rsync (AArch64 validated, better or comparable speed to xtrabackup,
594      takes the donor node offline during state transfer);
595
596    - mysqldump (untested);
597
598    .. figure:: img/fuelwsrepsst.png
599
600 #. [AArch64 specific] Using a different kernel
601
602    **NOTE**: By default, a 4.8 based kernel is used, for enabling experimental
603    GICv3 features (e.g. live migration) and SFC support (required by OVS-NSH).
604
605    To use Ubuntu Xenial LTS generic kernel (also available in offline mirror),
606    in the FUEL UI of your Environment, click the <Settings> tab, click
607    <General> on the left side pane, then at the bottom of the page, in the
608    <Provision> subsection, amend the package list:
609
610    - add <linux-headers-generic-lts-xenial>;
611
612    - add <linux-image-generic-lts-xenial>;
613
614    - add <linux-image-extra-lts-xenial> (optional);
615
616    - remove <linux-image-4.8.0-9944-generic>;
617
618    - remove <linux-headers-4.8.0-9944-generic>;
619
620    - remove <linux-image-extra-4.8.0-9944-generic>;
621
622 #. Set up targets for provisioning with non-default "Offloading Modes"
623
624    Some target nodes may require additional configuration after they are
625    PXE booted (bootstrapped); the most frequent changes are in defaults
626    for ethernet devices' "Offloading Modes" settings (e.g. some targets'
627    ethernet drivers may strip VLAN traffic by default).
628
629    If your target ethernet drivers have wrong "Offloading Modes" defaults,
630    in "Configure interfaces" page (described above), expand affected
631    interface's "Offloading Modes" and [un]check the relevant settings
632    (see figure below):
633
634    .. figure:: img/offloadingmodes.png
635
636 #. Set up targets for "Verify Networks" with non-default "Offloading Modes"
637
638    **NOTE**: Check *Reference 15* for an updated and comprehensive list of
639    known issues and/or limitations, including "Offloading Modes" not being
640    applied during "Verify Networks" step.
641
642    Setting custom "Offloading Modes" in Fuel GUI will only apply those settings
643    during provisiong and **not** during "Verify Networks", so if your targets
644    need this change, you have to apply "Offloading Modes" settings by hand
645    to bootstrapped nodes.
646
647    **E.g.**: Our driver has "rx-vlan-filter" default "on" (expected "off") on
648    the Openstack interface(s) "eth1", preventing VLAN traffic from passing
649    during "Verify Networks".
650
651    - From Fuel master console identify target nodes admin IPs (see figure below):
652
653      .. code-block:: bash
654
655          $ fuel nodes
656
657      .. figure:: img/fuelconsole1.png
658
659    - SSH into each of the target nodes and disable "rx-vlan-filter" on the
660      affected physical interface(s) allocated for OpenStack traffic (eth1):
661
662      .. code-block:: bash
663
664          $ ssh root@10.20.0.6 ethtool -K eth1 rx-vlan-filter off
665
666    - Repeat the step above for all affected nodes/interfaces in the POD.
667
668 Verify Networks
669 ===============
670
671 It is important that the Verify Networks action is performed as it will verify
672 that communicate works for the networks you have setup, as well as check that
673 packages needed for a successful deployment can be fetched.
674
675 #. From the FUEL UI in your Environment, Select the Networks Tab and select "Connectivity check" on the left pane (see figure below)
676
677    - Select <Verify Networks>
678
679    - Continue to fix your topology (physical switch, etc) until the "Verification Succeeded" and "Your network is configured correctly" message is shown
680
681    .. figure:: img/verifynet.png
682
683 Deploy Your Environment
684 =======================
685
686 #. Deploy the environment.
687
688     - In the Fuel GUI, click on the "Dashboard" Tab.
689
690     - Click on <Deploy Changes> in the "Ready to Deploy?" section
691
692     - Examine any information notice that pops up and click <Deploy>
693
694     Wait for your deployment to complete, you can view the "Dashboard"
695     Tab to see the progress and status of your deployment.
696
697 =========================
698 Installation health-check
699 =========================
700
701 #. Perform system health-check (see figure below)
702
703     - Click the "Health Check" tab inside your Environment in the FUEL Web UI
704
705     - Check <Select All> and Click <Run Tests>
706
707     - Allow tests to run and investigate results where appropriate
708
709     - Check *Reference 15* for known issues / limitations on AArch64
710
711     .. figure:: img/health.png
712
713
714 =============
715 Release Notes
716 =============
717
718 Please refer to the :ref:`Release Notes <armband-releasenotes>` article.
719
720 ==========
721 References
722 ==========
723
724 OPNFV
725
726 1) `OPNFV Home Page <http://www.opnfv.org>`_
727 2) `OPNFV documentation- and software downloads <https://www.opnfv.org/software/download>`_
728
729 OpenStack
730
731 3) `OpenStack Newton Release Artifacts <http://www.openstack.org/software/newton>`_
732 4) `OpenStack Documentation <http://docs.openstack.org>`_
733
734 OpenDaylight
735
736 5) `OpenDaylight Artifacts <http://www.opendaylight.org/software/downloads>`_
737
738 Fuel
739
740 6) `The Fuel OpenStack Project <https://wiki.openstack.org/wiki/Fuel>`_
741 7) `Fuel Documentation Overview <http://docs.openstack.org/developer/fuel-docs>`_
742 8) `Fuel Installation Guide <http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-install-guide.html>`_
743 9) `Fuel User Guide <http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-user-guide.html>`_
744 10) `Fuel Developer Guide <http://docs.openstack.org/developer/fuel-docs/devdocs/develop.html>`_
745 11) `Fuel Plugin Developers Guide <http://docs.openstack.org/developer/fuel-docs/plugindocs/fuel-plugin-sdk-guide.html>`_
746 12) `(N/A on AArch64) Fuel OpenStack Hardware Compatibility List <https://www.mirantis.com/software/hardware-compatibility/>`_
747
748 Armband Fuel in OPNFV
749
750 13) `OPNFV Installation instruction for the AArch64 Danube release of OPNFV when using Fuel as a deployment tool <http://artifacts.opnfv.org/armband/docs/release_installation/index.html>`_
751
752 14) `OPNFV Build instruction for the AArch64 Danube release of OPNFV when using Fuel as a deployment tool <http://artifacts.opnfv.org/armband/docs/development_overview_build/index.html>`_
753
754 15) `OPNFV Release Note for the AArch64 Danube release of OPNFV when using Fuel as a deployment tool <http://artifacts.opnfv.org/armband/docs/release_release-notes/index.html>`_
755