Installation instruction for Fuel@OPNFV

1. Abstract

This document describes how to install the Euphrates release of OPNFV when using Fuel as a deployment tool, covering its usage, limitations, dependencies and required system resources. This is an unified documentation for both x86_64 and aarch64 architectures. All information is common for both architectures except when explicitly stated.

2. Introduction

This document provides guidelines on how to install and configure the Euphrates release of OPNFV when using Fuel as a deployment tool, including required software and hardware configurations.

Although the available installation options provide a high degree of freedom in how the system is set up, including architecture, services and features, etc., said permutations may not provide an OPNFV compliant reference architecture. This document provides a step-by-step guide that results in an OPNFV Euphrates compliant deployment.

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

3. Preface

Before starting the installation of the Euphrates release of OPNFV, using Fuel as a deployment tool, some planning must be done.

3.1. Preparations

Prior to installation, 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
  5. Network overlay you plan to deploy (VLAN, VXLAN, FLAT)
  6. How many nodes and what roles you want to deploy (Controllers, Storage, Computes)
  7. Monitoring options you want to deploy (Ceilometer, Syslog, etc.).
  8. Other options not covered in the document are available in the links above

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

4. Hardware Requirements for Virtual Deploys

The following minimum hardware requirements must be met for the virtual installation of Euphrates using Fuel:

HW Aspect Requirement
1 Jumpserver A physical node (also called Foundation Node) that will host a Salt Master VM and each of the VM nodes in the virtual deploy
CPU Minimum 1 socket with Virtualization support
RAM Minimum 32GB/server (Depending on VNF work load)
Disk Minimum 100GB (SSD or SCSI (15krpm) highly recommended

5. Hardware Requirements for Baremetal Deploys

The following minimum hardware requirements must be met for the baremetal installation of Euphrates using Fuel:

HW Aspect Requirement
# of nodes

Minimum 5

  • 3 KVM servers which will run all the controller services
  • 2 Compute nodes
CPU Minimum 1 socket with Virtualization support
RAM Minimum 16GB/server (Depending on VNF work load)
Disk Minimum 256GB 10kRPM spinning disks
Networks

4 VLANs (PUBLIC, MGMT, STORAGE, PRIVATE) - can be a mix of tagged/native

1 Un-Tagged VLAN for PXE Boot - ADMIN Network

Note: These can be allocated to a single NIC - or spread out over multiple NICs

1 Jumpserver A physical node (also called Foundation Node) that hosts the Salt Master and MaaS VMs
Power management All targets need to have power management tools that allow rebooting the hardware and setting the boot order (e.g. IPMI)

NOTE: All nodes including the Jumpserver must have the same architecture (either x86_64 or aarch64).

NOTE: For aarch64 deployments an UEFI compatible firmware with PXE support is needed (e.g. EDK2).

6. Help with Hardware Requirements

Calculate hardware requirements:

For information on compatible hardware types available for use, please see Fuel OpenStack Hardware Compatibility List.

When choosing the hardware on which you will deploy your OpenStack environment, you should think about:

  • CPU – Consider the number of virtual machines that you plan to deploy in your cloud environment and the CPUs per virtual machine.
  • Memory – Depends on the amount of RAM assigned per virtual machine and the controller node.
  • Storage – Depends on the local drive space per virtual machine, remote volumes that can be attached to a virtual machine, and object storage.
  • Networking – Depends on the Choose Network Topology, the network bandwidth per virtual machine, and network storage.

7. Top of the Rack (TOR) Configuration Requirements

The switching infrastructure provides connectivity for the OPNFV infrastructure operations, tenant networks (East/West) and provider connectivity (North/South); it also provides needed connectivity for the Storage Area Network (SAN). To avoid traffic congestion, it is strongly suggested that three physically 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 comprises a redundant 10GE switch pair for each of the three physically separated networks.

The physical TOR switches are not automatically configured from the Fuel OPNFV reference platform. All the networks involved in the OPNFV infrastructure as well as the provider networks and the private tenant VLANs needs to be manually configured.

Manual configuration of the Euphrates hardware platform should be carried out according to the OPNFV Pharos Specification.

8. OPNFV Software Prerequisites

The Jumpserver node should be pre-provisioned with an operating system, according to the Pharos specification. Relevant network bridges should also be pre-configured (e.g. admin, management, public).

Fuel@OPNFV has been validated by CI using the following distributions installed on the Jumpserver:

  • CentOS 7 (recommended by Pharos specification);
  • Ubuntu Xenial;

9. OPNFV Software Installation and Deployment

This section describes the process of installing all the components needed to deploy the full OPNFV reference platform stack across a server cluster.

The installation is done with Mirantis Cloud Platform (MCP), which is based on a reclass model. This model provides the formula inputs to Salt, to make the deploy automatic based on deployment scenario. The reclass model covers:

  • Infrastucture node definition: Salt Master node (cfg01) and MaaS node (mas01)
  • Openstack node defition: Controler nodes (ctl01, ctl02, ctl03) and Compute nodes (cmp001, cmp002)
  • Infrastructure components to install (software packages, services etc.)
  • Openstack components and services (rabbitmq, galera etc.), as well as all configuration for them

9.1. Automatic Installation of a Virtual POD

For virtual deploys all the targets are VMs on the Jumpserver. The deploy script will:

  • Create a Salt Master VM on the Jumpserver which will drive the installation

  • Create the bridges for networking with virsh (only if a real bridge does not already exists for a given network)

  • Install Openstack on the targets
    • Leverage Salt to install & configure Openstack services

9.2. Automatic Installation of a Baremetal POD

The baremetal installation process can be done by editing the information about hardware and enviroment in the reclass files, or by using a Pod Descriptor File (PDF). This file contains all the information about the hardware and network of the deployment the will be fed to the reclass model during deployment.

The installation is done automatically with the deploy script, which will:

  • Create a Salt Master VM on the Jumpserver which will drive the installation

  • Create a MaaS Node VM on the Jumpserver which will provision the targets

  • Install Openstack on the targets
    • Leverage MaaS to provision baremetal nodes with the operating system
    • Leverage Salt to configure the operatign system on the baremetal nodes
    • Leverage Salt to install & configure Openstack services

9.3. Steps to Start the Automatic Deploy

These steps are common both for virtual and baremetal deploys.

  1. Clone the Fuel code from gerrit

    For x86_64

    $ git clone https://git.opnfv.org/fuel
    $ cd fuel
    

    For aarch64

    $ git clone https://git.opnfv.org/armband
    $ cd armband
    
  2. Checkout the Euphrates release

    $ git checkout opnfv-5.0.2
    
  3. Start the deploy script

    $ ci/deploy.sh -l <lab_name> \
                   -p <pod_name> \
                   -b <URI to the PDF file> \
                   -s <scenario> \
                   -B <list of admin, public and management bridges>
    

9.3.1. Examples

  1. Virtual deploy

To start a virtual deployment, it is required to have the virtual keyword while specifying the pod name to the installer script. It will create the required bridges and networks, configure Salt Master and install OpenStack.

$ ci/deploy.sh -b file:///home/jenkins/tmpdir/securedlab \
               -l ericsson \
               -p virtual_kvm \
               -s os-nosdn-nofeature-noha

Once the deployment is complete, OpenStack Dashboard, Horizon is available at http://10.16.0.101:8078 The administrator credentials are admin / opnfv_secret.

  1. Baremetal deploy

A x86 deploy on pod1 from Ericsson lab

$ ci/deploy.sh -b file:///home/jenkins/tmpdir/securedlab \
               -l ericsson \
               -p pod1 \
               -s os-nosdn-nofeature-ha \
               -B pxebr

An aarch64 deploy on pod5 from Arm lab

$ ci/deploy.sh -b file:///home/jenkins/tmpdir/securedlab \
               -l arm \
               -p pod5 \
               -s os-nosdn-nofeature-ha \
               -B pxebr

10. Release Notes

Please refer to the Release Notes article.