aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/patches/reclass-system-salt-model/0004-Revert-Admin-endpoint-for-keystone-v3.patch
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-03-06 03:31:50 +0100
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-03-06 03:31:50 +0100
commitcb53c86653d850261e8c73c7e4a5ce787e027e43 (patch)
treea763513f445910ec4c0824f286a9962a9c55e67a /mcp/patches/reclass-system-salt-model/0004-Revert-Admin-endpoint-for-keystone-v3.patch
parentefa0ac5f3f664edfbb6a6fb93d88c6f67d732417 (diff)
[ovn] Fix cluster name in dummy baremetal scenario
JIRA: FUEL-329 Change-Id: I56c8e027dc797a86848b73af30adbf40de119f85 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/patches/reclass-system-salt-model/0004-Revert-Admin-endpoint-for-keystone-v3.patch')
0 files changed, 0 insertions, 0 deletions
r */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* 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 */
.. 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

   Docker
     Docker provisions and manages containers. Yardstick and many other OPNFV
     projects are deployed in containers. Docker is required to launch the
     containerized versions of these projects.

   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
     A performance measurement used to benchmark storage devices.

   KPI
     Key Performance Indicator

   Kubernetes
     k8s
     Kubernetes is an open-source container-orchestration system for automating
     deployment, scaling and management of containerized applications.
     It is one of the contexts supported in Yardstick.

   NFV
     Network Function Virtualization
     NFV is an initiative to take network services which were traditionally run
     on proprietary, dedicated hardware, and virtualize them to run on general
     purpose hardware.

   NFVI
     Network Function Virtualization Infrastructure
     The servers, routers, switches, etc on which the NFV system runs.

   NIC
     Network Interface Controller

   OpenStack
      OpenStack is a cloud operating system that controls pools of compute,
      storage, and networking resources. OpenStack is an open source project
      licensed under the Apache License 2.0.

   PBFS
     Packet Based per Flow State

   PROX
     Packet pROcessing eXecution engine

   QoS
     Quality of Service
     The ability to guarantee certain network or storage requirements to
     satisfy a Service Level Agreement (SLA) between an application provider
     and end users.
     Typically includes performance requirements like networking bandwidth,
     latency, jitter correction, and reliability as well as storage
     performance in Input/Output Operations Per Second (IOPS), throttling
     agreements, and performance expectations at peak load

   SLA
     Service Level Agreement
     An SLA is an agreement between a service provider and a customer to
     provide a certain level of service/performance.

   SR-IOV
     Single Root IO Virtualization
     A specification that, when implemented by a physical PCIe
     device, enables it to appear as multiple separate PCIe devices. This
     enables multiple virtualized guests to share direct access to the
     physical device.

   SUT
     System Under Test

   ToS
     Type of Service

   VLAN
     Virtual LAN (Local Area Network)

   VM
     Virtual Machine
     An operating system instance that runs on top of a hypervisor.
     Multiple VMs can run at the same time on the same physical
     host.

   VNF
     Virtual Network Function

   VNFC
     Virtual Network Function Component