
Loci builds Openstack images nightly and publishes them to both Docker Hub registry and to Quay registry. Quay registry has much more tolerant rate limits, so for users it is more convenient to use quay. Change-Id: Id5c8776202a8c10a7aebccdae174880743dbdd09
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.