summaryrefslogtreecommitdiffstats
path: root/docs/testing/user/userguide/glossary.rst
blob: f8ff4188700f42522fc10a02cbc13b23896b7639 (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
.. This work is licensed under a Creative Commons Attribution 4.0 International
.. License.
.. http://creativecommons.org/licenses/by/4.0
.. (c) OPNFV, Ericsson AB and others.

========
Glossary
========

.. glossary::
   :sorted:

   API
     Application Programming Interface

   DPI
     Deep Packet Inspection

   DPDK
     Data Plane Development Kit

   DSCP
     Differentiated Services Code Point

   IGMP
     Internet Group Management Protocol

   IOPS
     Input/Output Operations Per Second

   NIC
     Network Interface Controller

   PBFS
     Packet Based per Flow State

   QoS
     Quality of Service

   VLAN
     Virtual LAN

   VM
     Virtual Machine

   VNF
     Virtual Network Function

   VNFC
     Virtual Network Function Component

   NFVI
     Network Function Virtualization Infrastructure

   SR-IOV
     Single Root IO Virtualization

   SUT
     System Under Test

   ToS
     Type of Service

   VTC
     Virtual Traffic Classifier
/* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
---
# SPDX-license-identifier: Apache-2.0
##############################################################################
# Copyright (c) 2020 Ericsson AB and others
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
version: 1.0
details:
  pod_owner: Ericsson
  contact: georg.kunz@ericsson.com
  lab: Ericsson OPNFV CI pod 2
  location: Sweden
  type: baremetal
  link: https://wiki.opnfv.org/display/pharos/Ericsson+Hosting
##############################################################################
jumphost:
  name: kuberef-jump
  node:
    type: virtual
    vendor: vmware
    model: pc
    arch: x86_64
    cpus: 4
    cpu_cflags: host-passthrough
    cores: 4
    memory: 9G
  disks:
    - name: disk1
      disk_capacity: 1200G
      disk_type: hdd
      disk_interface: sata
      disk_rotation:
  os: ubuntu1804
  interfaces:
    - name: 'ens4'
      address: 10.0.20.1
      mac_address: 52:54:00:4a:e8:2d
    - name: 'ens3'
      address: 100.64.201.254
      mac_address: 52:54:00:4a:e8:2f
##############################################################################
nodes:
  - name: node1
    node: &nodeparams
      type: baremetal
      vendor: HP
      model: ProLiant BL460c Gen9
      arch: x86_64
      cpus: 2
      cpu_cflags: ivybridge
      cores: 12
      memory: 128G
    disks: &disks
      - name: disk1
        disk_capacity: 1117G
        disk_type: hdd
        disk_interface: scsi
        disk_rotation: 15000
    remote_params: &remoteparas
      type:
        - ipmi
      user: opnfv
      pass: Winter2017
    remote_management:
      <<: *remoteparas
      address: 172.16.2.12
      mac_address: "58:20:B1:01:8B:F0"
    interfaces:
      - name: 'nic1'
        speed: 1gb
        features: 'dpdk|sriov'
        mac_address: "5c:b9:01:8b:a6:95"
        vlan: native
        address: 10.0.20.12
      - name: 'nic2'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "5c:b9:01:8b:a6:80"
        address: 100.64.201.12
        vlan: native
      - name: 'nic3'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "5c:b9:01:8b:a6:94"
      - name: 'nic4'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "ec:b1:d7:a2:44:a0"
      - name: 'nic5'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "5c:b9:01:8b:a6:81"
  ############################################################################
  - name: node2
    node: *nodeparams
    disks: *disks
    remote_management:
      <<: *remoteparas
      address: 172.16.2.13
      mac_address: "58:20:B1:01:8E:FC"
    interfaces:
      - name: 'nic1'
        speed: 1gb
        features: 'dpdk|sriov'
        address: 10.0.20.13
        mac_address: "5c:b9:01:8b:a6:31"
        vlan: native
      - name: 'nic2'
        speed: 10gb
        features: 'dpdk|sriov'
        address: 100.64.200.13
        mac_address: "5c:b9:01:8b:99:64"
        vlan: native
      - name: 'nic3'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "5c:b9:01:8b:a6:30"
      - name: 'nic4'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "ec:b1:d7:a2:44:80"
      - name: 'nic5'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "5c:b9:01:8b:99:65"
  ############################################################################
  - name: node3
    node: *nodeparams
    disks: *disks
    remote_management:
      <<: *remoteparas
      address: 172.16.2.14
      mac_address: "58:20:B1:01:8D:32"
    interfaces:
      - name: 'nic1'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "5c:b9:01:8b:9d:4d"
        address: 10.0.20.14
        vlan: native
      - name: 'nic2'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "5c:b9:01:8b:9d:6c"
        address: 100.64.200.14
        vlan: native
      - name: 'nic3'
        speed: 1gb
        features: 'dpdk|sriov'
        mac_address: "ec:b1:d7:a2:43:c0"
        vlan: native
      - name: 'nic4'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "5c:b9:01:8b:9d:4c"
      - name: 'nic5'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "5c:b9:01:8b:9d:6d"
  ############################################################################
  - name: node4
    node: *nodeparams
    disks: *disks
    remote_management:
      <<: *remoteparas
      address: 172.16.2.15
      mac_address: "58:20:B1:01:8B:FC"
    interfaces:
      - name: 'nic1'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "5c:b9:01:8b:a5:fd"
        address: 10.0.20.15
        vlan: native
      - name: 'nic2'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "5c:b9:01:8b:a6:08"
        address: 100.64.200.15
        vlan: native
      - name: 'nic3'
        speed: 1gb
        features: 'dpdk|sriov'
        mac_address: "ec:b1:d7:a1:8b:d0"
      - name: 'nic4'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "5c:b9:01:8b:a5:fc"
      - name: 'nic5'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "5c:b9:01:8b:a6:09"
  ############################################################################
  - name: node5
    node: *nodeparams
    disks: *disks
    remote_management:
      <<: *remoteparas
      address: 172.16.2.16
      mac_address: "58:20:B1:01:8F:EA"
    interfaces:
      - name: 'nic1'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "5c:b9:01:8b:a6:e9"
        address: 10.0.20.16
        vlan: native
      - name: 'nic2'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "5c:b9:01:8b:97:14"
        address: 100.64.200.16
        vlan: native
      - name: 'nic3'
        speed: 1gb
        features: 'dpdk|sriov'
        mac_address: "ec:b1:d7:a1:bd:60"
      - name: 'nic4'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "5c:b9:01:8b:a6:e8"
      - name: 'nic5'
        speed: 10gb
        features: 'dpdk|sriov'
        mac_address: "5c:b9:01:8b:97:15"