Disable perfkitbenchmaker on RHEL8
Disable perfkitbenchmaker on RHEL8 since it does not reliably work with python3. Change-Id: I04a1805db2a04194d8bb77d31b310e9539273781 Signed-off-by: Charles Short <chucks@redhat.com>
This commit is contained in:
parent
cda7cc180b
commit
00f04b0dff
@ -11,7 +11,7 @@
|
||||
- browbeat
|
||||
- { role: browbeat-results, when: browbeat_results_in_httpd}
|
||||
- firewall
|
||||
- perfkitbenchmarker
|
||||
- { role: perfkitbenchmarker, when: ansible_distribution_major_version < '8'}
|
||||
- rally
|
||||
- shaker
|
||||
- { role: flavors, when: browbeat_create_flavors}
|
||||
|
@ -28,6 +28,9 @@ Run Browbeat performance tests from Undercloud
|
||||
Running PerfKitBenchmarker
|
||||
---------------------------
|
||||
|
||||
Note: PerfKitBenchmarker is disabled for Stein+ due to the lack of python3
|
||||
support.
|
||||
|
||||
Many benchmarks work out of the box with Browbeat. You must ensure that your
|
||||
network is setup correctly to run those benchmarks. Currently tested benchmarks
|
||||
include: aerospike, bonnie++, cluster_boot, copy_throughput(cp,dd,scp), fio,
|
||||
|
Loading…
x
Reference in New Issue
Block a user