1 / 51

OPNFV Arno Installation & Validation Walk-Through

OPNFV Arno Installation & Validation Walk-Through. Nauman Ahad, Wenjing Chu Dell, Inc. Tutorial Overview. 1. Hardware description Fuel 2.1: Prerequisites 2.2: Fuel VM Setup 2.3: Fuel GUI Walkthrough to Start POD deployment (Live)

melania
Download Presentation

OPNFV Arno Installation & Validation Walk-Through

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. OPNFV Arno Installation & Validation Walk-Through Nauman Ahad, Wenjing Chu Dell, Inc. DELL, INC.

  2. Tutorial Overview 1. Hardware description • Fuel 2.1: Prerequisites 2.2: Fuel VM Setup 2.3: Fuel GUI Walkthrough to Start POD deployment (Live) • Foreman (Already deployed Setup) 3.1: Prerequisites 3.2: Deployment Scripts 3.3: Foreman GUI 3.4: OpenStack+ODL • Functests 4.1: Prerequisites 4.2: Functest runs a. Rally (Only Results) b. vPing (live) c. ODL (live) DELL, INC.

  3. Hardware Setup • 2 PODs POD 1: Fuel POD 2: Foreman • Each POD has 1 Jump Server 3 Control Nodes At least 1 Compute Node DELL, INC.

  4. POD 1 Fuel • Fuel Installer Runs in a VM inside the Jump Server • Fuel needs 4 Networks: • Fuel Admin Network: To PXE boot nodes • Storage Network • Management Network (Includes Private Network) • Public Network • These above networks can be overloaded to a single port using VLAN tagging • We will use 3 ports 1 Port for Public 1 Port for Admin+Storage+Management 1 Port for Lights Out Fuel Internal Network DELL, INC.

  5. POD 2: Foreman • Foreman Installer Runs in a VM inside the Jump Server • Foreman needs 3 Networks: • Foreman Admin Network: To PXE boot nodes • Private Network (Includes Management and Storage) • Public Network • VLANs (IEEE 802.1 Q tagging) can’t be used to overload networks • At least 4 ports needed. 3 in the specified order 1st Port : Admin 2nd Port: Private (Includes Management and Storage) 3rd Port: Public • An additional Port is needed for Lights out Private Network Admin Network DELL, INC.

  6. OPNFV-Arno Installation (Fuel) DELL, INC.

  7. Fetching the Fuel ISO • Get the Fuel ISO from: https://www.opnfv.org/software/download • Run the ISO in a VM on the Jump Server DELL, INC.

  8. 1. Open Jump-Server Remote Console through Lights out Management (IDRAC)Use a hypervisor (KVM/ virtual box) to boot up the ISO. We used KVM through Virtual Machine Manager DELL, INC.

  9. 2. Select Downloaded ISO DELL, INC.

  10. 3. Set Memory and CPUs for the VM DELL, INC.

  11. 4a. Bridge First VM virtual port to the Jump server’s second port (eth1). This will be used as the Fuel Admin Network DELL, INC.

  12. 4b. Add additional Virtual VM port. Bridge it to the Jump server’s Public port (eth0). This will be used for Fuel Public Network. DELL, INC.

  13. 5. Begin Installation. Press Tab to change Fuel settings. Set show menu from no to yes. DELL, INC.

  14. 6. In the menu, Enter the network Setup option. Go to eth 1 and provide the public network details. This is done so that Fuel could be accessed remotely DELL, INC.

  15. 8. Quit setup by entering the “Save and Quit” option DELL, INC.

  16. 9. Fuel Installation Completes after about 30-40 minutes DELL, INC.

  17. Deploying a POD using OPNFV-Arno (Fuel) DELL, INC.

  18. OPNFV-Fuel POD Deployment (Interactive Session) DELL, INC.

  19. Preparing the POD nodesA: On the POD Nodes, go to the BIOS settings and enable PXE boot on the Network Port that is connected to the Fuel Admin PXE Network DELL, INC.

  20. Preparing the POD nodesB: On the POD Nodes, go to the BIOS settings and set Network Port that is connected to the Fuel Admin PXE Network as the First Booting Device in the Booting sequence DELL, INC.

  21. Preparing the POD nodesC: Restart the POD Nodes. The Nodes would be discovered by Fuel and put in bootstrap mode. This means that they will be available for Fuel to be deployed DELL, INC.

  22. OPNFV-Fuel Specific Steps • Go the Fuel VM • Enter the command “fuel node list” • Note the cluster number (1 in the example below) DELL, INC.

  23. OPNFV-Fuel Specific Steps • Run the command “ ./opt/opnfv/pre-deploy.sh <Cluster Number>” • The script modifies the Fuel Deployment environment so that provisioned Nodes contain ODL files and scripts. DELL, INC.

  24. Pre-deployment Script DELL, INC.

  25. After running the pre deployment scripts, press start deployment on the GUI DELL, INC.

  26. Deployment Success DELL, INC.

  27. Fuel-OPNFV Post Deployment DELL, INC.

  28. The OPNFV-Fuel Specific scripts earlier shown, installs ODL specific files and scripts and the provisioned controller and compute nodes • http://artifacts.opnfv.org/arno.2015.1.0/fuel/install-guide.arno.2015.1.0.pdf?utm_source=OPNFV.org&utm_medium=Download%20URLs&utm_content=Fuel%20deployment%20-%20Installation%20Guide&utm_campaign=OPNFV%20/%20Software%20/%20Downloads • However a few issues.1. The “/opt/opnfv/odl/odl_start_container.sh” runs into an error due to conflict with 8080 port. Manually changed it to get around it2. /opt/opnfv/odl/config_net_odl.sh not present on the compute nodes.Would be improved in the future and is only experimental for the time being DELL, INC.

  29. OPNFV-Arno (Foreman) DELL, INC.

  30. Prerequisites • At least 4 Network Ports should be present on the Jump as well as on the POD nodes that are to be provisioned. The ports should have the following order:1. First Port for Admin Network for PXE booting the POD nodes2. Second Port for Private + Storage Network3. Third Port for Public Network • Another port is needed by the Nodes for IPMI/ Remote access controllers (IDRAC). These IPMI/ Remote access controllers should be accessible from the Jump Server DELL, INC.

  31. Getting the deployment Files • Use Foreman ISO to install CentOS7 on the Foreman Jump-Serverhttps://www.opnfv.org/software/downloadThis ISO packs the required files to deploy Foreman installation • Or download the required deployment files on a Jump-Server installed with CentOS7:https://github.com/trozet/bgs_vagrant/releases/tag/v1.0 • Go to the bgs_vagrant directory on the Jump Server. It contains the deployment files and scripts needed to deploy Foreman. Its contents are shown in the figure below DELL, INC.

  32. Preparing the POD nodesA: On the POD Nodes, go to the BIOS settings and enable PXE boot on the Network Port that is connected to the Foreman Admin PXE Network DELL, INC.

  33. Preparing the POD nodesB: On the POD Nodes, go to the BIOS settings and set Network Port that is connected to the Foreman Admin PXE Network as the First Booting Device in the Booting sequence DELL, INC.

  34. Configuring deployment for the Testbed • The configuration for the bare metal nodes to be deployed in the Foreman POD is to be given in the “opnfv_ksgen_settings.yml” file • Find the control nodes within the file and edit the following: 1. Mac Address for the port connected to Admin PXE network 2. IP for the Remote Access Controller (IDRAC) 3. Mac Address for the Remote Access Controller (IDRAC) 4. Mac Address for the port connected to the Private Network DELL, INC.

  35. Configuring the opnfv_ksgen_settings.yml for control nodes DELL, INC.

  36. Find the compute nodes within the file and edit the following: 1. Mac Address for the port connected to Admin PXE network 2. IP for the Remote Access Controller (IDRAC) 3. Mac Address for the Remote Access Controller (IDRAC) • For each compute node, ensure that the names are different too within the file DELL, INC.

  37. Configuring the opnfv_ksgen_settings.yml for compute nodes DELL, INC.

  38. Running the deployment Script • Go to the folder bgs_vagrant • Run the command: “./deploy.sh –base_config <location of the opnfv_ksgen_setting.yaml> DELL, INC.

  39. Deployment Starts • Continues for 2 hours and deploys OpenStack setup with ODL controller DELL, INC.

  40. How the Deployment Works • The deploy.sh script takes in hardware specific parameters for the POD nodes to be deployed • The deploy.sh script detects network configuration for the Jump Server • It spins up a Virtual Box VM using Vagrant within the Jump Server • The VM fetches necessary files and sets up Foreman • It also fetches the Khaleesi Framework that does all the automatic installation • Khaleesi consists of Ansible calls made to the Foreman API to deploy the POD DELL, INC.

  41. Foreman GUI • After a few mins the Installer VM is up and is set up with Foreman • We can access the Foreman GUI using the VM’s public IP • To access the Installer VM, on the Jump Server go to “ cd /tmp/bgs_vagrant/” and run “ vagrant ssh” • This would log you into the Installer VM that runs Foreman to check its public address DELL, INC.

  42. After Deployment Foreman Dashboard DELL, INC.

  43. ODL • ODL runs on the first controller and can be accessed:<IP of controller>:8181/dlux/index.html DELL, INC.

  44. Functests DELL, INC.

  45. Fetching Functests • On the Jump Server, Clone the Functestrepository by running “git clone https://gerrit.opnfv.org/gerrit/functest” • Fetch the OpenStack RC file for the deployment to be tested • Source the download admin-openrc file • Go to the functest repository that is cloned • Go to testcases directory and run : python config_python –d <functest repository location> DELL, INC.

  46. This script fetches the needed testing tools that are used by Functests • Includes: 1. Rally2. Tempest3. Vping4. Robot5. Downloads Glance Images DELL, INC.

  47. Running Tests • http://artifacts.opnfv.org/arno.2015.1.0/docs/functest.arno.2015.1.0.pdf DELL, INC.

  48. Rally Tests • Rally bench suite can be used to benchmark OpenStack components such as glance, Nova, Neutron, Cinder etc and generate results in .html pages • To run:“python <functestdir>/testcases/VIM/OpenStack/CI/libraries/run_rally.py <functestdir> <test>Where test can be 1. Authentication2. Cinder3. Glance4. Nova5. Neutron6. all (runs all above) DELL, INC.

  49. Tempest Tests • Rally uses Tempest to run smoke tests • Run “ rally verify start smoke” DELL, INC.

  50. vPING (Live) • Uses OpenStack to create 2 VMs and one network. The 2 VMs are connected to this created network and are assigned Ips • A simple Ping test is performed between these 2 VMs • To run: “python <functest_dir>/testcases/vPing/CI/libraries/vPing.py –d <functest_dir>” DELL, INC.

More Related