openstack-helm/rally
Vladimir Kozhukalov fc365b8dd5 Bump Cirros image version to 0.6.2
In Bobcat by default the ssh keypair is generated
with ed25519 algorithm which is incompatible with
Cirros 0.3.5. The Cirros 0.6.2 also requires minimum
128Mi of RAM

Change-Id: I0135c09a9ae5bc3171891576b29a450f7000f180
2023-10-12 13:45:53 -05:00
..
templates Support TLS for identtiy endpoint in Rally 2022-08-12 21:38:05 +03:00
values_overrides Support TLS for identtiy endpoint in Rally 2022-08-12 21:38:05 +03:00
Chart.yaml Bump Cirros image version to 0.6.2 2023-10-12 13:45:53 -05: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.