Skip to content

Commit

Permalink
Fix osdpo documentation
Browse files Browse the repository at this point in the history
Add missinig endif into the retrieving topology specific service config
chapter. That shows the text remained hidden otherwise (the whole page
conents, actually). Also add a note that only a single cell topology can
be adopted from the source cloud managed with OSPDo.

Signed-off-by: Bohdan Dobrelia <[email protected]>
  • Loading branch information
bogdando committed Dec 3, 2024
1 parent 419b237 commit b3c80be
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Before you migrate your databases to the {rhos_long} control plane, retrieve the
* To ensure that you have the data you need before the migration
* To compare your {OpenStackShort} database with the adopted {rhos_acro} database

:OpenStackPreviousInstaller: director_operator

.Prerequisites

* Define the following shell variables. Replace the example values with values that are correct for your environment:
Expand Down Expand Up @@ -55,6 +57,7 @@ endif::[]
mysql -rsh "$SOURCE_MARIADB_IP" -uroot -p"$SOURCE_DB_ROOT_PASSWORD" -e 'SHOW databases;')
echo "$PULL_OPENSTACK_CONFIGURATION_DATABASES"
----
endif::[]
ifeval::["{OpenStackPreviousInstaller}" == "director_operator"]
----
export CONTROLLER1_SSH="oc -n $OSPDO_NAMESPACE rsh -c openstackclient openstackclient ssh controller-0.ctlplane"
Expand Down

0 comments on commit b3c80be

Please sign in to comment.