From 534daec875865f77e27e4a23dba51c8976a731d6 Mon Sep 17 00:00:00 2001 From: Katie Gilligan Date: Mon, 23 Mar 2026 10:38:49 -0400 Subject: [PATCH] fixed linting error --- docs_user/main.adoc | 2 ++ .../con_adoption-process-overview.adoc | 13 ++--------- .../modules/con_post-adoption-tasks.adoc | 23 +++++++++++++++++++ 3 files changed, 27 insertions(+), 11 deletions(-) create mode 100644 docs_user/modules/con_post-adoption-tasks.adoc diff --git a/docs_user/main.adoc b/docs_user/main.adoc index bf2576bb9..7551ddd65 100644 --- a/docs_user/main.adoc +++ b/docs_user/main.adoc @@ -31,3 +31,5 @@ include::assemblies/assembly_adopting-the-data-plane.adoc[leveloffset=+1] include::assemblies/assembly_migrating-the-object-storage-service.adoc[leveloffset=+1] include::assemblies/assembly_migrating-ceph-cluster.adoc[leveloffset=+1] + +include::modules/con_post-adoption-tasks.adoc[leveloffset=+1] diff --git a/docs_user/modules/con_adoption-process-overview.adoc b/docs_user/modules/con_adoption-process-overview.adoc index a3818a5c7..2617aa2cb 100644 --- a/docs_user/modules/con_adoption-process-overview.adoc +++ b/docs_user/modules/con_adoption-process-overview.adoc @@ -4,7 +4,7 @@ = Adoption process overview [role="_abstract"] -Familiarize yourself with the steps of the adoption process and the optional post-adoption tasks. +Familiarize yourself with the steps of the adoption process. Main adoption process:: + @@ -38,13 +38,4 @@ If you use a DCN architecture with storage, the following additional steps apply Post-adoption tasks:: + -* Optional: Run tempest to verify that the entire adoption process is working correctly. For more information, see link:https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/validating_and_troubleshooting_the_deployed_cloud/index[Validating and troubleshooting the deployed cloud]. -* After adoption, {rhos_long} data plane nodes run Red Hat Enterprise Linux (RHEL) 9.2. The data plane nodes can remain on RHEL 9.2; however, you must perform a system update to use the full feature set from the release, and to align your environment with the maximum support lifecycle of {rhos_acro}. -** You can perform a system update any time after you complete the adoption procedure. -** You can defer the system update to a separate maintenance window. -** You can perform the system update on one nodeset at a time. For example, you can update one nodeset from RHEL 9.2 to RHEL 9.4 in one maintenance window, and then update a different nodeset in another maintenance window later. -+ -For more information about updating your environment, see link:https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/updating_your_environment_to_the_latest_maintenance_release/index[Updating your environment to the latest maintenance release]. -* Optional: Verify that you migrated all services from the Controller nodes, and then power off the nodes. If any services are still running in the Controller nodes, such as Open Virtual Networking (ML2/OVN), {object_storage_first_ref}, or {Ceph}, do not power off the nodes. -* If you enabled the high availability for Compute instances (Instance HA) service, remove the Pacemaker components from your Compute nodes. For more information, see xref:enabling-high-availability-for-instances_data-plane[Enabling the high availability for Compute instances service]. -* Enable TLS Everywhere (TLS-e). For more information about enabling TLS-e after completing the adoption, see link:https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html-single/configuring_security_services/index#assembly_enabling-TLS-on-a-deployed-RHOSO-environment[Enabling TLS on a deployed RHOSO environment] in _Configuring security services_. +* For more details on the tasks you must perform after completing the adoption, see xref:post-adoption-tasks_migrating-ceph-rbd[Post-adoption tasks]. diff --git a/docs_user/modules/con_post-adoption-tasks.adoc b/docs_user/modules/con_post-adoption-tasks.adoc new file mode 100644 index 000000000..3a3b674bc --- /dev/null +++ b/docs_user/modules/con_post-adoption-tasks.adoc @@ -0,0 +1,23 @@ +:_mod-docs-content-type: CONCEPT +[id="post-adoption-tasks_{context}"] + += Post-adoption tasks + +[role="_abstract"] +Perform the following post-adoption tasks to ensure that your {rhos_long} environment is functioning optimally. + +* After adoption, {rhos_acro} data plane nodes run Red Hat Enterprise Linux (RHEL) 9.2. The data plane nodes can remain on RHEL 9.2; however, you must perform a system update to use the full feature set from the release, and to align your environment with the maximum support lifecycle of {rhos_acro}. +** You can perform a system update any time after you complete the adoption procedure. +** You can defer the system update to a separate maintenance window. +** You can perform the system update on one nodeset at a time. For example, you can update one nodeset from RHEL 9.2 to RHEL 9.4 in one maintenance window, and then update a different nodeset in another maintenance window later. +* If you enabled the high availability for Compute instances (Instance HA) service, remove the Pacemaker components from your Compute nodes. +* Enable TLS Everywhere (TLS-e). +* Verify that you migrated all services from the Controller nodes, and then power off the nodes. If any services are still running in the Controller nodes, such as Open Virtual Networking (ML2/OVN), {object_storage_first_ref}, or {Ceph}, do not power off the nodes. +* Optional: Run tempest to verify that the entire adoption process is working correctly. + +.Additional resources + +* link:https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/updating_your_environment_to_the_latest_maintenance_release/index[Updating your environment to the latest maintenance release] +* xref:enabling-high-availability-for-instances_data-plane[Enabling the high availability for Compute instances service] +* link:https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html-single/configuring_security_services/index#assembly_enabling-TLS-on-a-deployed-RHOSO-environment[Enabling TLS on a deployed RHOSO environment] in _Configuring security services_ +* link:https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/validating_and_troubleshooting_the_deployed_cloud/index[Validating and troubleshooting the deployed cloud]