Skip to content

Commit

Permalink
incorporating SME comments
Browse files Browse the repository at this point in the history
  • Loading branch information
klgill committed May 1, 2024
1 parent e696f86 commit 2c2c00f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs_user/modules/proc_verifying-the-image-service-adoption.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
= Verifying the {image_service} adoption

Verify that you successfully adopted your {image_service_first_ref} to the {rhos_long} {rhos_curr_ver} deployment.
//kgilliga: Does this procedure apply to all backends, or do some verification steps only apply to specific backends?

.Procedure

Expand All @@ -15,8 +14,7 @@ Verify that you successfully adopted your {image_service_first_ref} to the {rhos
+
If no line appears, then the configuration is correctly done.

. Inspect the resulting glance pods and ensure that Ceph secrets are properly mounted:
//kgilliga: Does this step only apply to customers who are using a Ceph backend?
. Inspect the resulting glance pods:
+
----
GLANCE_POD=`oc get pod |grep glance-default-external-0 | cut -f 1 -d' '`
Expand All @@ -31,7 +29,11 @@ rbd_store_ceph_conf=/etc/ceph/ceph.conf
rbd_store_user=openstack
rbd_store_pool=images
store_description=Ceph glance store backend.
----

. If you use a Ceph backend, ensure that the Ceph secrets are properly mounted:
+
----
oc exec -t $GLANCE_POD -c glance-api -- ls /etc/ceph
ceph.client.openstack.keyring
ceph.conf
Expand Down Expand Up @@ -61,7 +63,7 @@ ceph.conf
| c3158cad-d50b-452f-bec1-f250562f5c1f | cirros | active |
+--------------------------------------+--------+--------+
----

ifeval::["{build}" != "downstream"]
. Test that an image can be created on the adopted service:
+
----
Expand Down Expand Up @@ -126,3 +128,4 @@ sh-4.4$ rbd -p images ls
46a3eac1-7224-40bc-9083-f2f0cd122ba4
c3158cad-d50b-452f-bec1-f250562f5c1f
----
endif::[]

0 comments on commit 2c2c00f

Please sign in to comment.