From bf8c0b86e15addd8799889151c3e8c308eeb84de Mon Sep 17 00:00:00 2001 From: EricPonvelle Date: Thu, 27 Aug 2026 15:27:07 -0500 Subject: [PATCH] OSDOCS-21311: ROSA Classic JTBD Maps --- .gitignore | 1 + hosted_control_planes/hcp-import.adoc | 1 + maps/cluster-admin/cluster-admin.adoc | 3 ++ maps/discover/discover.adoc | 3 ++ maps/get-started/get-started.adoc | 3 ++ maps/install/install.adoc | 3 ++ maps/jtbd_attributes.adoc | 2 ++ maps/navigation.adoc | 26 ++++++++++++++ maps/plan/plan.adoc | 3 ++ maps/tutorials/tutorials.adoc | 3 ++ .../channels-and-cluster-update-options.adoc | 6 ++++ ...g-a-cluster-upgrade-with-the-rosa-cli.adoc | 6 ++++ ...the-openshift-cluster-manager-console.adoc | 6 ++++ maps/upgrade/how-upgrades-work.adoc | 6 ++++ maps/upgrade/plan-cluster-upgrades.adoc | 9 +++++ maps/upgrade/schedule-cluster-upgrades.adoc | 17 +++++++++ maps/upgrade/upgrade.adoc | 8 +++++ maps/upgrade/upgrading-with-rosa-cli.adoc | 6 ++++ ...the-openshift-cluster-manager-console.adoc | 6 ++++ maps/whats-new/whats-new.adoc | 6 ++++ rosa_release_notes/rosa-release-notes.adoc | 35 ++++++++++--------- 21 files changed, 142 insertions(+), 17 deletions(-) create mode 100644 maps/cluster-admin/cluster-admin.adoc create mode 100644 maps/discover/discover.adoc create mode 100644 maps/get-started/get-started.adoc create mode 100644 maps/install/install.adoc create mode 100644 maps/jtbd_attributes.adoc create mode 100644 maps/navigation.adoc create mode 100644 maps/plan/plan.adoc create mode 100644 maps/tutorials/tutorials.adoc create mode 100644 maps/upgrade/channels-and-cluster-update-options.adoc create mode 100644 maps/upgrade/deleting-a-cluster-upgrade-with-the-rosa-cli.adoc create mode 100644 maps/upgrade/deleting-an-upgrade-with-the-openshift-cluster-manager-console.adoc create mode 100644 maps/upgrade/how-upgrades-work.adoc create mode 100644 maps/upgrade/plan-cluster-upgrades.adoc create mode 100644 maps/upgrade/schedule-cluster-upgrades.adoc create mode 100644 maps/upgrade/upgrade.adoc create mode 100644 maps/upgrade/upgrading-with-rosa-cli.adoc create mode 100644 maps/upgrade/upgrading-with-the-openshift-cluster-manager-console.adoc create mode 100644 maps/whats-new/whats-new.adoc diff --git a/.gitignore b/.gitignore index 8912816ae44..3dc2a4f40b5 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ commercial_package .vale/ !.vale/templates !.vale/config/vocabularies +build/ # Agent workspace .agent_workspace/ diff --git a/hosted_control_planes/hcp-import.adoc b/hosted_control_planes/hcp-import.adoc index ab8f1368f51..88829ce15a0 100644 --- a/hosted_control_planes/hcp-import.adoc +++ b/hosted_control_planes/hcp-import.adoc @@ -1,4 +1,5 @@ :_mod-docs-content-type: ASSEMBLY +:chunk-to-content: include::_attributes/common-attributes.adoc[] [id="hcp-import"] = Manually importing a hosted cluster diff --git a/maps/cluster-admin/cluster-admin.adoc b/maps/cluster-admin/cluster-admin.adoc new file mode 100644 index 00000000000..dbce9605ace --- /dev/null +++ b/maps/cluster-admin/cluster-admin.adoc @@ -0,0 +1,3 @@ +:_mod-docs-content-type: MAP + += Cluster Admin diff --git a/maps/discover/discover.adoc b/maps/discover/discover.adoc new file mode 100644 index 00000000000..e28ee39908e --- /dev/null +++ b/maps/discover/discover.adoc @@ -0,0 +1,3 @@ +:_mod-docs-content-type: MAP + += Discover diff --git a/maps/get-started/get-started.adoc b/maps/get-started/get-started.adoc new file mode 100644 index 00000000000..1d5d7f77868 --- /dev/null +++ b/maps/get-started/get-started.adoc @@ -0,0 +1,3 @@ +:_mod-docs-content-type: MAP + += Get started diff --git a/maps/install/install.adoc b/maps/install/install.adoc new file mode 100644 index 00000000000..ad06855915a --- /dev/null +++ b/maps/install/install.adoc @@ -0,0 +1,3 @@ +:_mod-docs-content-type: MAP + += Install diff --git a/maps/jtbd_attributes.adoc b/maps/jtbd_attributes.adoc new file mode 100644 index 00000000000..6837bdc99ae --- /dev/null +++ b/maps/jtbd_attributes.adoc @@ -0,0 +1,2 @@ +:_mod-docs-content-type: ATTRIBUTES +:product-title: Red Hat Openshift Services on AWS (classic architecture) \ No newline at end of file diff --git a/maps/navigation.adoc b/maps/navigation.adoc new file mode 100644 index 00000000000..56529ab6aba --- /dev/null +++ b/maps/navigation.adoc @@ -0,0 +1,26 @@ +:_mod-docs-content-type: MAP + +For preview only: +include::../_attributes/common-attributes.adoc[] +include::../_attributes/attributes-openshift-dedicated.adoc[] +//This needs to be removed. This is just to get the product title attributes to show. +include::jtbd_attributes.adoc[] + += Navigation + +include::whats-new/whats-new.adoc[leveloffset=+1] + +include::discover/discover.adoc[leveloffset=+1] + +include::get-started/get-started.adoc[leveloffset=+1] + +include::plan/plan.adoc[leveloffset=+1] + +include::install/install.adoc[leveloffset=+1] + +include::upgrade/upgrade.adoc[leveloffset=+1] + +include::cluster-admin/cluster-admin.adoc[leveloffset=+1] + +include::tutorials/tutorials.adoc[leveloffset=+1] + diff --git a/maps/plan/plan.adoc b/maps/plan/plan.adoc new file mode 100644 index 00000000000..3f8c9e7c9df --- /dev/null +++ b/maps/plan/plan.adoc @@ -0,0 +1,3 @@ +:_mod-docs-content-type: MAP + += Plan diff --git a/maps/tutorials/tutorials.adoc b/maps/tutorials/tutorials.adoc new file mode 100644 index 00000000000..bd2f0659c58 --- /dev/null +++ b/maps/tutorials/tutorials.adoc @@ -0,0 +1,3 @@ +:_mod-docs-content-type: MAP + += Tutorials diff --git a/maps/upgrade/channels-and-cluster-update-options.adoc b/maps/upgrade/channels-and-cluster-update-options.adoc new file mode 100644 index 00000000000..c46f3419678 --- /dev/null +++ b/maps/upgrade/channels-and-cluster-update-options.adoc @@ -0,0 +1,6 @@ +:_mod-docs-content-type: MAP + += Channels and cluster update options + +include::../../modules/rosa-upgrading-channels.adoc[leveloffset=+1,toc="no"] + diff --git a/maps/upgrade/deleting-a-cluster-upgrade-with-the-rosa-cli.adoc b/maps/upgrade/deleting-a-cluster-upgrade-with-the-rosa-cli.adoc new file mode 100644 index 00000000000..93ce2257813 --- /dev/null +++ b/maps/upgrade/deleting-a-cluster-upgrade-with-the-rosa-cli.adoc @@ -0,0 +1,6 @@ +:_mod-docs-content-type: MAP + += Deleting a cluster upgrade with the ROSA CLI + +include::../../modules/rosa-deleting-cluster-upgrade-cli.adoc[leveloffset=+1,toc="no"] + diff --git a/maps/upgrade/deleting-an-upgrade-with-the-openshift-cluster-manager-console.adoc b/maps/upgrade/deleting-an-upgrade-with-the-openshift-cluster-manager-console.adoc new file mode 100644 index 00000000000..4cee398470d --- /dev/null +++ b/maps/upgrade/deleting-an-upgrade-with-the-openshift-cluster-manager-console.adoc @@ -0,0 +1,6 @@ +:_mod-docs-content-type: MAP + += Deleting an upgrade with the OpenShift Cluster Manager console + +include::../../modules/rosa-deleting-cluster-upgrade-ocm.adoc[leveloffset=+1,toc="no"] + diff --git a/maps/upgrade/how-upgrades-work.adoc b/maps/upgrade/how-upgrades-work.adoc new file mode 100644 index 00000000000..e730a81c825 --- /dev/null +++ b/maps/upgrade/how-upgrades-work.adoc @@ -0,0 +1,6 @@ +:_mod-docs-content-type: MAP + += How upgrades work + +include::../../modules/rosa-how-upgrades-work.adoc[leveloffset=+1,toc="no"] + diff --git a/maps/upgrade/plan-cluster-upgrades.adoc b/maps/upgrade/plan-cluster-upgrades.adoc new file mode 100644 index 00000000000..a78ceecb0fe --- /dev/null +++ b/maps/upgrade/plan-cluster-upgrades.adoc @@ -0,0 +1,9 @@ +:_mod-docs-content-type: MAP +:chunk-to-content: + += Plan cluster upgrades + +include::channels-and-cluster-update-options.adoc[leveloffset=+1,toc="no"] + +include::../../modules/rosa-upgrading-lifecycle-policy.adoc[leveloffset=+1,toc="no"] + diff --git a/maps/upgrade/schedule-cluster-upgrades.adoc b/maps/upgrade/schedule-cluster-upgrades.adoc new file mode 100644 index 00000000000..7182e589616 --- /dev/null +++ b/maps/upgrade/schedule-cluster-upgrades.adoc @@ -0,0 +1,17 @@ +:_mod-docs-content-type: MAP +:chunk-to-content: + += Schedule cluster upgrades + +include::how-upgrades-work.adoc[leveloffset=+1,toc="no"] + +include::upgrading-with-rosa-cli.adoc[leveloffset=+1,toc="no"] + +include::upgrading-with-the-openshift-cluster-manager-console.adoc[leveloffset=+1,toc="no"] + +include::deleting-a-cluster-upgrade-with-the-rosa-cli.adoc[leveloffset=+1,toc="no"] + +include::deleting-an-upgrade-with-the-openshift-cluster-manager-console.adoc[leveloffset=+1,toc="no"] + +include::../../modules/rosa-sts-upgrading-a-cluster-with-sts.adoc[leveloffset=+1,toc="no"] + diff --git a/maps/upgrade/upgrade.adoc b/maps/upgrade/upgrade.adoc new file mode 100644 index 00000000000..e473b1bcb59 --- /dev/null +++ b/maps/upgrade/upgrade.adoc @@ -0,0 +1,8 @@ +:_mod-docs-content-type: MAP + += Upgrade + +include::plan-cluster-upgrades.adoc[leveloffset=+1] + +include::schedule-cluster-upgrades.adoc[leveloffset=+1] + diff --git a/maps/upgrade/upgrading-with-rosa-cli.adoc b/maps/upgrade/upgrading-with-rosa-cli.adoc new file mode 100644 index 00000000000..ded48055a8b --- /dev/null +++ b/maps/upgrade/upgrading-with-rosa-cli.adoc @@ -0,0 +1,6 @@ +:_mod-docs-content-type: MAP + += Upgrading with ROSA CLI + +include::../../modules/rosa-upgrading-cli-tutorial.adoc[leveloffset=+1,toc="no"] + diff --git a/maps/upgrade/upgrading-with-the-openshift-cluster-manager-console.adoc b/maps/upgrade/upgrading-with-the-openshift-cluster-manager-console.adoc new file mode 100644 index 00000000000..5eaca5d1cd6 --- /dev/null +++ b/maps/upgrade/upgrading-with-the-openshift-cluster-manager-console.adoc @@ -0,0 +1,6 @@ +:_mod-docs-content-type: MAP + += Upgrading with the OpenShift Cluster Manager console + +include::../../modules/rosa-upgrading-manual-ocm.adoc[leveloffset=+1,toc="no"] + diff --git a/maps/whats-new/whats-new.adoc b/maps/whats-new/whats-new.adoc new file mode 100644 index 00000000000..33895fe40a9 --- /dev/null +++ b/maps/whats-new/whats-new.adoc @@ -0,0 +1,6 @@ +:_mod-docs-content-type: MAP + += What's new + +include::../../rosa_release_notes/rosa-release-notes.adoc[leveloffset=+1] + diff --git a/rosa_release_notes/rosa-release-notes.adoc b/rosa_release_notes/rosa-release-notes.adoc index 6154e99aac7..05de7dbcefd 100644 --- a/rosa_release_notes/rosa-release-notes.adoc +++ b/rosa_release_notes/rosa-release-notes.adoc @@ -1,4 +1,5 @@ :_mod-docs-content-type: ASSEMBLY +:chunk-to-content: [id="rosa-whats-new"] = What's new for {product-title} @@ -12,39 +13,39 @@ toc::[] Find new additions, recent changes, and relevant updates for {product-title} listed below in quarterly increments. ifdef::openshift-rosa-hcp[] -include::modules/rosa-release-notes-Q3-2026.adoc[leveloffset=+1] +include::modules/rosa-release-notes-Q3-2026.adoc[leveloffset=+1,toc="no"] endif::openshift-rosa-hcp[] -include::modules/rosa-release-notes-Q2-2026.adoc[leveloffset=+1] +include::modules/rosa-release-notes-Q2-2026.adoc[leveloffset=+1,toc="no"] -include::modules/rosa-release-notes-Q1-2026.adoc[leveloffset=+1] +include::modules/rosa-release-notes-Q1-2026.adoc[leveloffset=+1,toc="no"] -include::modules/rosa-release-notes-Q4-2025.adoc[leveloffset=+1] +include::modules/rosa-release-notes-Q4-2025.adoc[leveloffset=+1,toc="no"] -include::modules/rosa-release-notes-Q3-2025.adoc[leveloffset=+1] +include::modules/rosa-release-notes-Q3-2025.adoc[leveloffset=+1,toc="no"] -include::modules/rosa-release-notes-Q2-2025.adoc[leveloffset=+1] +include::modules/rosa-release-notes-Q2-2025.adoc[leveloffset=+1,toc="no"] -include::modules/rosa-release-notes-Q1-2025.adoc[leveloffset=+1] +include::modules/rosa-release-notes-Q1-2025.adoc[leveloffset=+1,toc="no"] -include::modules/rosa-release-notes-Q4-2024.adoc[leveloffset=+1] +include::modules/rosa-release-notes-Q4-2024.adoc[leveloffset=+1,toc="no"] -include::modules/rosa-release-notes-Q3-2024.adoc[leveloffset=+1] +include::modules/rosa-release-notes-Q3-2024.adoc[leveloffset=+1,toc="no"] -include::modules/rosa-release-notes-Q2-2024.adoc[leveloffset=+1] +include::modules/rosa-release-notes-Q2-2024.adoc[leveloffset=+1,toc="no"] -include::modules/rosa-release-notes-Q1-2024.adoc[leveloffset=+1] +include::modules/rosa-release-notes-Q1-2024.adoc[leveloffset=+1,toc="no"] ifdef::openshift-rosa[] -include::modules/rosa-release-notes-Q4-2023.adoc[leveloffset=+1] +include::modules/rosa-release-notes-Q4-2023.adoc[leveloffset=+1,toc="no"] -include::modules/rosa-release-notes-Q3-2023.adoc[leveloffset=+1] +include::modules/rosa-release-notes-Q3-2023.adoc[leveloffset=+1,toc="no"] -include::modules/rosa-release-notes-Q2-2023.adoc[leveloffset=+1] +include::modules/rosa-release-notes-Q2-2023.adoc[leveloffset=+1,toc="no"] -include::modules/rosa-release-notes-Q1-2023.adoc[leveloffset=+1] +include::modules/rosa-release-notes-Q1-2023.adoc[leveloffset=+1,toc="no"] endif::openshift-rosa[] -include::modules/rosa-release-notes-known-issues.adoc[leveloffset=+1] +include::modules/rosa-release-notes-known-issues.adoc[leveloffset=+1,toc="no"] -include::modules/rosa-release-notes-deprecated-removed-features.adoc[leveloffset=+1] +include::modules/rosa-release-notes-deprecated-removed-features.adoc[leveloffset=+1,toc="no"]