Add an extraObjects list to every chart which will allow user to extend each Helm chart with other data they need. It utilizes Helm's built in templating so they are able to include references to other variables like the conf to include data in their objects. Change-Id: I33431d50068bf135b28f6cbfc329ede9274d4bc9 Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
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.