Skip to content

Commit ff9635c

Browse files
committed
[uni04delta-ipv6] Set heat replicas to 3
uni04delta-ipv6 deploys 3 OCP controlplane nodes, but heat only ran on 1 of them. Setting number of heatAPI and heatEngine replicas to 3 could help to prevent some instabilities with heat. OSPCIX-1373 Signed-off-by: Eduardo Olivares <eolivare@redhat.com>
1 parent 5cafc8f commit ff9635c

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

dt/uni04delta-ipv6/control-plane/kustomization.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,16 @@ replacements:
155155
- spec.heat.enabled
156156
options:
157157
create: true
158+
159+
- source:
160+
kind: ConfigMap
161+
name: service-values
162+
fieldPath: data.heat.replicas
163+
targets:
164+
- select:
165+
kind: OpenStackControlPlane
166+
fieldPaths:
167+
- spec.heat.template.heatAPI.replicas
168+
- spec.heat.template.heatEngine.replicas
169+
options:
170+
create: true

examples/dt/uni04delta-ipv6/control-plane/service-values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ data:
192192

193193
heat:
194194
enabled: true
195+
replicas: 3
195196

196197
telemetry:
197198
enabled: true

0 commit comments

Comments
 (0)