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
. If TLS Everywhere is enabled, set `LIBVIRT_PASSWORD` to match the existing {OpenStackShort} deployment password:
@@ -268,29 +268,29 @@ For {Ceph} environments with multi-cell configurations, you must name configurat
268
268
. Create the data plane services for {compute_service} cells to enable pre-upgrade workarounds, and to configure the Compute services for your chosen storage back end:
269
269
+
270
270
----
271
-
for CELL in $(echo $RENAMED_CELLS); do
272
-
$ oc apply -f - <<EOF
273
-
---
274
-
apiVersion: dataplane.openstack.org/v1beta1
275
-
kind: OpenStackDataPlaneService
276
-
metadata:
277
-
name: nova-$CELL
278
-
spec:
279
-
dataSources: <1>
280
-
- secretRef:
281
-
name: nova-$CELL-compute-config <2>
282
-
- secretRef:
283
-
name: nova-migration-ssh-key <3>
284
-
- configMapRef:
285
-
name: nova-cells-global-config
286
-
playbook: osp.edpm.nova
287
-
caCerts: combined-ca-bundle
288
-
edpmServiceType: nova
289
-
containerImageFields:
290
-
- NovaComputeImage
291
-
- EdpmIscsidImage
292
-
EOF
293
-
done
271
+
$ for CELL in $(echo $RENAMED_CELLS); do
272
+
> oc apply -f - <<EOF
273
+
> ---
274
+
> apiVersion: dataplane.openstack.org/v1beta1
275
+
> kind: OpenStackDataPlaneService
276
+
> metadata:
277
+
> name: nova-$CELL
278
+
> spec:
279
+
> dataSources: <1>
280
+
> - secretRef:
281
+
> name: nova-$CELL-compute-config <2>
282
+
> - secretRef:
283
+
> name: nova-migration-ssh-key <3>
284
+
> - configMapRef:
285
+
> name: nova-cells-global-config
286
+
> playbook: osp.edpm.nova
287
+
> caCerts: combined-ca-bundle
288
+
> edpmServiceType: nova
289
+
> containerImageFields:
290
+
> - NovaComputeImage
291
+
> - EdpmIscsidImage
292
+
>EOF
293
+
> done
294
294
----
295
295
+
296
296
* If TLS Everywhere is enabled, append the following content to the `OpenStackDataPlaneService` CR:
Copy file name to clipboardExpand all lines: docs_user/modules/proc_adopting-the-compute-service.adoc
+87-88Lines changed: 87 additions & 88 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,89 +38,88 @@ RENAMED_CELLS="cell1"
38
38
This procedure assumes that {compute_service} metadata is deployed on the top level and not on each cell level. If the {OpenStackShort} deployment has a per-cell metadata deployment, adjust the following patch as needed. You cannot run the metadata service in `cell0`.
39
39
To enable the metadata services of a local cell, set the `enabled` property in the `metadataServiceTemplate` field of the local cell to `true` in the `OpenStackControlPlane` CR.
Copy file name to clipboardExpand all lines: docs_user/modules/proc_configuring-a-ceph-backend.adoc
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,6 @@ stringData:
79
79
80
80
. In your `OpenStackControlPlane` CR, inject `ceph.conf` and `ceph.client.openstack.keyring` to the {OpenStackShort} services that are defined in the propagation list. For example:
0 commit comments