openstack-helm/rally
Tadas Sutkaitis 1df157aa08
Enable custom secret annotations
Enable custom annotations for secrets [identity, oslo_db, oslo_messaging, oci_image_registry, tls + other per chart specific]

Change-Id: I843e665f71aeb171185845e1d6f0a18fab030061
2024-04-22 23:31:27 +03:00
..
templates Enable custom secret annotations 2024-04-22 23:31:27 +03:00
values_overrides Enable custom secret annotations 2024-04-22 23:31:27 +03:00
Chart.yaml Enable custom secret annotations 2024-04-22 23:31:27 +03:00
README.rst Add Rally Chart 2017-10-05 09:19:49 -05:00
requirements.yaml Update htk requirements repo 2021-10-10 18:45:28 -05:00
values.yaml Bump Cirros image version to 0.6.2 2023-10-12 13:45:53 -05:00

README.rst

Rally

This chart provides a benchmarking tool for OpenStack services that allows us to test our cloud at scale. This chart leverages the Kolla image for Rally and includes a templated configuration file that allows configuration overrides similar to other charts in OpenStack-Helm. You can choose which services to benchmark by changing the services listed in the values.yaml file under the enabled_tests key.

Installation

This chart can be deployed by running the following command:

::

helm install --name=rally ./rally --namespace=openstack

This will install Rally into your cluster appropriately. When you run this install command, the chart will bring up a few jobs that will complete the benchmarking of the OpenStack services that you have specified.