You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<1> Select an existing `<storage_class>` in your {OpenShiftShort} cluster.
328
+
<2> Replace `<loadBalancer_IP>` with the LoadBalancer IP address.
329
+
<3> This example provides the required infrastructure database and messaging services for 3 Compute cells named `cell1`, `cell2`, and `cell3`. Adjust the values for fields such as `replicas`, `storage`, or `storageRequest`, for each Compute cell as needed.
330
+
<4> If you enabled TLS-e in your {OpenStackShort} environment, in the `spec:tls` section set `tls` to the following:
331
+
+
332
+
----
333
+
spec:
334
+
...
335
+
tls:
336
+
podLevel:
337
+
enabled: true
338
+
internal:
339
+
ca:
340
+
customIssuer: rootca-internal
341
+
libvirt:
342
+
ca:
343
+
customIssuer: rootca-internal
344
+
ovn:
345
+
ca:
346
+
customIssuer: rootca-internal
347
+
ingress:
348
+
ca:
349
+
customIssuer: rootca-internal
350
+
enabled: true
351
+
----
352
+
353
+
[NOTE]
354
+
====
355
+
If you use IPv6, change the load balancer IPs to the IPs in your environment, for example:
* Select an existing `<storage_class>` in your {OpenShiftShort} cluster.
362
-
ifeval::["{build_variant}" == "ospdo"]
363
-
+
364
-
* Select an existing `<storage_class>` in your {OpenShiftShort} cluster.
365
-
* Replace `<address_pool>` with the name of your network definition.
366
-
* Replace `<loadBalancer_IP>` with the LoadBalancer IP address.
367
-
* Replace `<networkAttachment_name>` with the name of your network.
368
-
369
-
endif::[]
568
+
<1> Select an existing `<storage_class>` in your {OpenShiftShort} cluster.
569
+
<2> Replace `<address_pool>` with the name of your network definition.
570
+
<3> Replace `<loadBalancer_IP>` with the LoadBalancer IP address.
571
+
<4> This example provides the required infrastructure database and messaging services for 3 Compute cells named `cell1`, `cell2`, and `cell3`. Adjust the values for fields such as `replicas`, `storage`, or `storageRequest`, for each Compute cell as needed.
572
+
<5> Replace `<networkAttachment_name>` with the name of your network.
573
+
<6> If you enabled TLS-e in your {OpenStackShort} environment, in the `spec:tls` section set `tls` to the following:
370
574
+
371
-
* This example provides the required infrastructure database and messaging services for 3 Compute cells named `cell1`, `cell2`, and `cell3`. Adjust the values for fields such as `replicas`, `storage`, or `storageRequest`, for each Compute cell as needed.
372
-
373
-
[NOTE]
374
-
====
375
-
If you use IPv6, change the load balancer IPs to the IPs in your environment:
0 commit comments