From cfb1751e00201047e20ee47a966da81cd243cbfe Mon Sep 17 00:00:00 2001 From: John Fulton Date: Mon, 4 Mar 2024 18:53:41 -0500 Subject: [PATCH] Switch glance replicas to 3 in HCI VA Glance distributed image import using the glance operator's stateful set has been tested and is known to work with three replicas. Increase replica count in HCI VA to so that when Glance is tested it will be tested with three replicas. Signed-off-by: John Fulton --- examples/va/hci/service-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/va/hci/service-values.yaml b/examples/va/hci/service-values.yaml index f0150ac66..52015cfe5 100644 --- a/examples/va/hci/service-values.yaml +++ b/examples/va/hci/service-values.yaml @@ -38,7 +38,7 @@ data: rbd_store_user = openstack glanceAPIs: default: - replicas: 1 + replicas: 3 manila: enabled: true manilaShares: