venkata anil e01e264ff4 provider network ping simulation
This workload creates a provider vlan network, boots a VM on this
network and then pings this VM.

Asumming this workload runs on undercloud and both undercloud
and compute node use same interface for vlan provider network,
for example, ens7f0 in both undercloud and compute nodes (through
bridge-mappings) is used for vlan provider network.

Ideally for each provider network rally is creating, one vlan
interface on top of ens7f0 should be created on undercloud, so
that undercloud can ping the VM which is on same provider vlan

ip link add link ens7f0 name ens7f0.1 type vlan id 1
ip a a <ipadress_on_provider_net> dev ens7f0.1

However when we want to scale test vlan provider network, we
can't create those many vlan interfaces on undercloud.

This workload uses scapy to build the vlan packet with all
the required content and sends (and receives) icmp packet on the
undercloud's interface (i.e ens7f0 in this example) used for
provider network. It also sends GARP reply so that VM should
be able to resolve the ARP for provider network gateway.

As scapy has to be run as a root user, we need to move scapy
code to a separate python program.
scapy_icmp.py will send the vlan ICMP packet using scapy library
as a root user. Main workload will call this python program
with required arguments.

Change-Id: I2290b06e899b96a2a3f060ea6fedd3323978ebf3
2021-08-04 13:12:19 +05:30
2021-04-20 13:03:09 +05:30
2019-12-16 08:11:35 -05:00
2020-04-03 19:27:24 +00:00
2020-04-20 12:43:17 +05:30
2021-08-04 13:12:19 +05:30
2020-04-03 19:27:24 +00:00
2020-03-03 20:46:31 +05:30
2017-10-30 01:19:34 +08:00
2020-10-14 21:11:44 +05:30
2019-12-16 08:11:35 -05:00
2019-04-19 19:50:35 +00:00
2020-10-14 21:11:44 +05:30
2019-12-16 08:11:35 -05:00
2021-06-04 17:20:05 +05:30
2016-06-14 09:16:53 -04:00
2020-10-14 21:11:44 +05:30

Browbeat

Browbeat is a performance tuning and analysis tool for OpenStack. Browbeat is free, Open Source software.

  • Analyze and tune your Cloud for optimal performance.
  • Create Rally workloads for performance and scale testing.
  • Automate deployment of common data analysis tools.

Documentation

Browbeat documentation is available at https://browbeat.readthedocs.io/

Resources

Description
Performance monitoring and testing of OpenStack
Readme 23 MiB
Languages
Jinja 49.2%
Python 46.7%
Shell 3.7%
Dockerfile 0.4%