2 Commits

Author SHA1 Message Date
Dylan Murphy
dbe7b30748 upgrading an OSH subchart config only impacts subchart
This verifies that making a configuration change to one of Umbrella's
subcharts results in only the application (DaemonSet, Deployment or
StatefulSet) for that subchart being updated. No other subchart's
application should be updated.

This only validates subcharts from openstack-helm.
Validating the remaining subcharts from openstack-helm-infra has
been done in another commit.

Change-Id: I649dde64313dfaaa7440c86fd50c3882874bf122
2022-07-08 13:12:48 -04:00
Dustin Specker
7a7c533e3e upgrading subchart config only impacts subchart
This verifies that making a configuration change to one of Umbrella's
subcharts results in only the application (DaemonSet, Deployment or
StatefulSet) for that subchart being updated. No other subchart's
application should be updated.

This only validates subcharts from openstack-helm-infra.
Validating the remaining subcharts from openstack-helm will
be done in the future.

OpenStack Umbrella's default values for rabbitmq was configured
to use a host path. This is so rabbitmq retains its data
between StatefulSet changes. Otherwise components fail to authenticate
with rabbitmq after the rabbitmq pods have been recreated. The
OpenStack Umbrella Chart will use the `standard` storage class
by default since that's what is provisioned via minikube.

Change-Id: I8570e32e6ae03563037608d337f31066edf29755
2022-07-06 12:39:33 -05:00