Skip to content

Commit

Permalink
remove redundant ifeval for ospdo
Browse files Browse the repository at this point in the history
  • Loading branch information
pinikomarov committed Jan 19, 2025
1 parent 2c0de02 commit 0947dea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs_user/modules/proc_deploying-backend-services.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ ifeval::["{build_variant}" != "ospdo"]
endif::[]
ifeval::["{build_variant}" == "ospdo"]
storageClass: <storage_class> <1>
endif::[]
barbican:
enabled: false
template:
Expand Down Expand Up @@ -393,13 +393,14 @@ endif::[]
replicas: 1
EOF
----

ifeval::["{build_variant}" == "ospdo"]
+
<1> Select an existing `<storage_class>`` in your {OpenShiftShort} cluster.
ifeval::["{build_variant}" == "ospdo"]
<2> Replace `<address_pool>` with the name of your network definition.
<3> Replace `<loadBalancer_IP>` with the LoadBalancer IP address.
<4> Replace `<networkAttachment_name>` with the name of your network.

endif::[]

.Verification
Expand All @@ -409,4 +410,4 @@ endif::[]
----
$ oc get pod openstack-galera-0 -o jsonpath='{.status.phase}{"\n"}'
$ oc get pod openstack-cell1-galera-0 -o jsonpath='{.status.phase}{"\n"}'
----
----

0 comments on commit 0947dea

Please sign in to comment.