Skip to content

Commit

Permalink
Merge pull request #391 from klgill/BetaDocs-RestructureMigratingData…
Browse files Browse the repository at this point in the history
…bases

Beta docs restructure migrating databases
  • Loading branch information
klgill authored Apr 3, 2024
2 parents 730e49f + aa5f1c2 commit bf3607d
Show file tree
Hide file tree
Showing 12 changed files with 396 additions and 432 deletions.
11 changes: 9 additions & 2 deletions docs_user/adoption-attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@
ifeval::["{build}" == "upstream"]
:OpenShift: OpenShift
:osp_prev_long: OpenStack
:osp_acro: OSP
:OpenStackShort: OSP
:OpenShiftShort: OCP
:osp_curr_ver: Antelope
:OpenStackInstaller: TripleO
:osp_prev_ver: Wallaby
:OpenStackPreviousInstaller: TripleO
:rhos_component_storage_file_first_ref: Manila
:rhos_component_storage_file: Manila
endif::[]

ifeval::["{build}" == "downstream"]
Expand All @@ -17,7 +21,10 @@ ifeval::["{build}" == "downstream"]
:osp_prev_long: Red Hat OpenStack Platform
:OpenStackShort: RHOSP
:osp_curr_ver: 18.0
:osp_prev_ver: 17.1
:OpenShift: Red Hat OpenShift Container Platform
:OpenShiftShort: OpenShift Container Platform
:OpenStackInstaller: director
:OpenStackPreviousInstaller: director
:rhos_component_storage_file_first_ref: Shared File Systems service (manila)
:rhos_component_storage_file: Shared File Systems service
endif::[]
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[id="migrating-databases-to-the-control-plane_{context}"]

:context: migrating-databases

= Migrating databases to the control plane

To begin creating the control plane, enable backend services and import the databases from your original {osp_prev_long} {osp_prev_ver} deployment.

include::../modules/proc_deploying-backend-services.adoc[leveloffset=+1]

include::../modules/proc_configuring-a-ceph-backend.adoc[leveloffset=+1]

include::../modules/proc_creating-a-ceph-nfs-cluster.adoc[leveloffset=+1]

include::../modules/proc_stopping-openstack-services.adoc[leveloffset=+1]

include::../modules/proc_migrating-databases-to-mariadb-instances.adoc[leveloffset=+1]

include::../modules/proc_migrating-ovn-data.adoc[leveloffset=+1]
5 changes: 0 additions & 5 deletions docs_user/assemblies/openstack_adoption.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ ifdef::context[:parent-context: {context}]
:toc: left
:toclevels: 3

include::../modules/openstack-backend_services_deployment.adoc[leveloffset=+1]
include::../modules/openstack-ceph_backend_configuration.adoc[leveloffset=+1]
include::../modules/openstack-stop_openstack_services.adoc[leveloffset=+1]
include::../modules/openstack-pull_openstack_configuration.adoc[leveloffset=+1]
include::../modules/openstack-mariadb_copy.adoc[leveloffset=+1]
include::../modules/openstack-ovn_adoption.adoc[leveloffset=+1]
include::../modules/openstack-keystone_adoption.adoc[leveloffset=+1]
include::../modules/openstack-barbican_adoption.adoc[leveloffset=+1]
include::../modules/openstack-neutron_adoption.adoc[leveloffset=+1]
Expand Down
2 changes: 2 additions & 0 deletions docs_user/main.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ endif::[]

include::assemblies/assembly_planning-the-new-deployment.adoc[leveloffset=+1]

include::assemblies/assembly_migrating-databases-to-the-control-plane.adoc[leveloffset=+1]

include::assemblies/openstack_adoption.adoc[leveloffset=+1]

include::assemblies/ceph_migration.adoc[leveloffset=+1]
Expand Down
266 changes: 0 additions & 266 deletions docs_user/modules/openstack-ceph_backend_configuration.adoc

This file was deleted.

Loading

0 comments on commit bf3607d

Please sign in to comment.