Skip to content

Commit 7f04cd5

Browse files
committed
fixing copy issues
1 parent d01ed62 commit 7f04cd5

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

docs_user/modules/proc_completing-prerequisites-for-migrating-ceph-monitoring-stack.adoc

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ ifeval::["{build}" != "upstream"]
2121
For more information about assigning labels to nodes, review the Red Hat Knowledgebase article https://access.redhat.com/articles/1548993[Red Hat Ceph Storage: Supported configurations].
2222
endif::[]
2323
+
24-
[source,yaml]
2524
----
2625
[tripleo-admin@controller-0 ~]$ sudo cephadm shell -- ceph orch host ls
2726
@@ -46,7 +45,6 @@ In case the desired option is to rely on the https://github.com/ceph/ceph/blob/r
4645
shipped by cephadm, remove the following config options from the {CephCluster} cluster.
4746
endif::[]
4847
+
49-
[source,yaml]
5048
----
5149
$ ceph config dump
5250
...
@@ -69,10 +67,9 @@ endif::[]
6967

7068
. Remove the undercloud container images:
7169
+
72-
[source,yaml]
7370
----
74-
$ cephadm shell -- ceph config rm mgr mgr/cephadm/container_image_base
75-
for i in prometheus grafana alertmanager node_exporter; do
76-
cephadm shell -- ceph config rm mgr mgr/cephadm/container_image_$i
71+
$ cephadm shell -- ceph config rm mgr mgr/cephadm/container_image_base \
72+
for i in prometheus grafana alertmanager node_exporter; do \
73+
cephadm shell -- ceph config rm mgr mgr/cephadm/container_image_$i \
7774
done
7875
----

docs_user/modules/proc_completing-prerequisites-for-migrating-ceph-rgw.adoc

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Complete the following prerequisites before you begin the Ceph Object Gateway (R
1010

1111
. Check the current status of the {Ceph} nodes:
1212
+
13-
[source,yaml]
1413
----
1514
(undercloud) [stack@undercloud-0 ~]$ metalsmith list
1615
@@ -48,7 +47,6 @@ Full List of Resources:
4847

4948
. Identify the ranges of the storage networks. The following is an example and the values might differ in your environment:
5049
+
51-
[source,yaml]
5250
----
5351
[heat-admin@controller-0 ~]$ ip -o -4 a
5452
@@ -95,7 +93,6 @@ listen ceph_rgw
9593

9694
.. Confirm that the network is used as an HAProxy front end. The following example shows that `controller-0` exposes the services by using the external network, which is absent from the {Ceph} nodes. You must propagate the external network through {OpenStackPreviousInstaller}:
9795
+
98-
[source,yaml]
9996
----
10097
[controller-0]$ ip -o -4 a
10198
@@ -111,7 +108,6 @@ If the target nodes are not managed by director, you cannot use this procedure t
111108

112109
.. In the NIC template that you use to define the `ceph-storage` network interfaces, add the new config section in the {Ceph} network configuration template file, for example, `/home/stack/composable_roles/network/nic-configs/ceph-storage.j2`:
113110
+
114-
[source,yaml]
115111
----
116112
---
117113
network_config:
@@ -157,7 +153,6 @@ network_config:
157153
[NOTE]
158154
Ensure that 'network_config_update' is enabled for network propagation to the target nodes when `os-net-config` is triggered.
159155
+
160-
[source,yaml]
161156
----
162157
- name: CephStorage
163158
count: 3
@@ -184,11 +179,8 @@ Ensure that 'network_config_update' is enabled for network propagation to the ta
184179

185180
.. Configure the new network on the bare metal nodes:
186181
+
187-
[source,yaml]
188182
----
189-
(undercloud) [stack@undercloud-0]$
190-
191-
openstack overcloud node provision
183+
(undercloud) [stack@undercloud-0]$ openstack overcloud node provision \
192184
-o overcloud-baremetal-deployed-0.yaml \
193185
--stack overcloud \
194186
--network-config -y \
@@ -197,7 +189,6 @@ openstack overcloud node provision
197189

198190
.. Verify that the new network is configured on the {CephCluster} nodes:
199191
+
200-
[source,yaml]
201192
----
202193
[root@cephstorage-0 ~]# ip -o -4 a
203194

0 commit comments

Comments
 (0)