
Also update chart_version.sh script which counts the number of commits since the BASE_VERSION if BASE_VERSION tag is found. If the tag doesn't exist it counts the number of commits since the beginning. So when we use for example 2025.1.0 as the BASE_VERSION but the tag 2025.1.0 is not yet created the version of the e.g. nova chart will be calculated as like 2025.1.563+<sha> and then when we create tag the nova version will be 2025.1.0+<sha> which is undesired. Lets use BASE_VERSION-<sha> if the tag is not found. Change-Id: I032e8269ab17b490898d190adaec5c282e96fa88
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.