Skip to content

Commit 776e42b

Browse files
Merge pull request #1352 from openshift-cherrypick-robot/cherry-pick-1350-to-18.0-fr5
[18.0-fr5] added adoption duration and impact module
2 parents 3cada1d + 6f0f622 commit 776e42b

2 files changed

Lines changed: 44 additions & 0 deletions

File tree

docs_user/assemblies/assembly_rhoso-180-adoption-overview.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ include::../modules/con_adoption-guidelines.adoc[leveloffset=+1]
2424

2525
include::../modules/ref_adoption-process-overview.adoc[leveloffset=+1]
2626

27+
include::../modules/ref_adoption-duration-and-impact.adoc[leveloffset=+1]
28+
2729
include::../modules/con_dcn-adoption-overview.adoc[leveloffset=+1]
2830

2931
include::../modules/proc_installing-the-systemd-container-package-on-compute-hosts.adoc[leveloffset=+1]
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
:_mod-docs-content-type: REFERENCE
2+
[id="adoption-duration-and-impact_{context}"]
3+
4+
= Adoption duration and impact
5+
6+
[role="_abstract"]
7+
The durations in the following table were recorded in a test environment that consisted of 228 Compute nodes and 3 Networker nodes. To accurately estimate the adoption duration for each task, perform these procedures in a test environment with hardware that is similar to your production environment. Ensure that you set up the {rhocp_long} ({OpenShiftShort}) environment and install the Operators before testing.
8+
9+
[IMPORTANT]
10+
Durations can vary significantly based on the content of your environment, for example, the size of your service databases or the number of services. The durations represent raw execution time. They do not include human operator activity.
11+
12+
.Duration and impact of adoption stages
13+
[options="header",cols="h,a,a"]
14+
|===
15+
| Adoption stage | Duration | Notes
16+
17+
| xref:migrating-tls-everywhere_configuring-network[TLS-e migration] | * 3 seconds | * No impact on running workloads.
18+
| xref:migrating-databases-to-the-control-plane_configuring-network[Database migration and back-end services deployment] | * 12 minutes
19+
| * No data loss or workload disruption.
20+
* APIs are offline.
21+
| xref:adopting-openstack-control-plane-services_configuring-network[Control plane adoption] | * 21 minutes | * No data loss or workload disruption.
22+
* APIs are being started.
23+
* No Compute hosts are available to schedule workloads until the data plane adoption stage.
24+
* No network changes should be done until the data plane adoption is complete.
25+
| xref:adopting-data-plane_hsm-integration[Data plane adoption] | * 25 minutes pilot node set, plus 60 minutes remaining node sets | * APIs are online.
26+
* As Compute hosts are adopted, they become available for workload scheduling.
27+
* No data loss or workload disruption.
28+
| xref:performing-a-fast-forward-upgrade-on-compute-services_data-plane[Fast-forward upgrade of Compute services] | * 8 minutes | * No data loss or workload disruption.
29+
| xref:adopting-networker-services-to-the-data-plane_data-plane[Networker node adoption] | * 9 minutes | * See the following "Data plane connectivity impact" table for more details about Networker scenarios.
30+
|===
31+
32+
33+
.Data plane connectivity impact
34+
[options="header",cols="h,a"]
35+
|===
36+
| Scenario | Notes
37+
38+
| Migrate a 17.1 OVN gateway on the control plane to a {OpenShiftShort}-hosted OVN gateway | Possible L3 downtime due to the migration of the traffic path to new hosts
39+
| Migrate a 17.1 OVN gateway on the control plane to an 18.0 data plane Networker node | No L2/L3 data plane connectivity loss because the traffic path remains unchanged
40+
| Migrate a 17.1 OVN gateway on a Networker node to a 18.0 data plane Networker node | No L2/L3 data plane connectivity loss because the traffic path remains unchanged
41+
| L3 handled through provider networks | No L2/L3 data plane connectivity loss because the traffic path remains unchanged
42+
|===

0 commit comments

Comments
 (0)