From b7bfc8e53462ff4d71f6809ceca08c18ffbd4828 Mon Sep 17 00:00:00 2001 From: Yana Hontyk Date: Mon, 12 Aug 2019 18:30:55 +0200 Subject: [PATCH 01/13] upgrading-pipelines --- .../pages/proc_uninstalling-pipelines-operator.adoc | 2 +- .../ROOT/pages/proc_uprgading_pipelines_operator.adoc | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 modules/ROOT/pages/proc_uprgading_pipelines_operator.adoc diff --git a/modules/ROOT/pages/proc_uninstalling-pipelines-operator.adoc b/modules/ROOT/pages/proc_uninstalling-pipelines-operator.adoc index f765632b..c6848841 100644 --- a/modules/ROOT/pages/proc_uninstalling-pipelines-operator.adoc +++ b/modules/ROOT/pages/proc_uninstalling-pipelines-operator.adoc @@ -36,6 +36,6 @@ NOTE: The operator tile will indicate it is installed. . Once, the **OpenShift Pipelines Operator** descriptor screen appears, click **Uninstall**. -. Select **Also completely remove the Operator from the selected namespace**, in the **Remove Operator Subscription** dialog box +. Select **Also completely remove the Operator from the selected namespace**, in the **Remove Operator Subscription** dialog box. .Click **Remove**. diff --git a/modules/ROOT/pages/proc_uprgading_pipelines_operator.adoc b/modules/ROOT/pages/proc_uprgading_pipelines_operator.adoc new file mode 100644 index 00000000..333ede4f --- /dev/null +++ b/modules/ROOT/pages/proc_uprgading_pipelines_operator.adoc @@ -0,0 +1,10 @@ +[id="installing-the-pipelines-operator_{context}"] += Upgrading the Pipelines Operator + +OpenShift Pipelines upgrades are handled automatically via Operator Subscription. New updates will be installed as soon as they become available. + +[Uprgading from 0.5.0 or below] +==== +OpenShift Pipelines 0.5.2 has introduced changes incompatable with older versions. If the installed version is 0.5.0 or below, the operator *will not be automatically upgraded.* + +To upgrade from the 0.5.0 or below uninstall the operator and then install it again.==== \ No newline at end of file From 18269bd7218ec3c0c13c5737424732e3adda3837 Mon Sep 17 00:00:00 2001 From: Yana Hontyk Date: Mon, 12 Aug 2019 18:41:16 +0200 Subject: [PATCH 02/13] assembly-installing-pipelines --- .../pages/assembly_installing-pipelines.adoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 modules/ROOT/pages/assembly_installing-pipelines.adoc diff --git a/modules/ROOT/pages/assembly_installing-pipelines.adoc b/modules/ROOT/pages/assembly_installing-pipelines.adoc new file mode 100644 index 00000000..c1667532 --- /dev/null +++ b/modules/ROOT/pages/assembly_installing-pipelines.adoc @@ -0,0 +1,18 @@ +:parent-context-of-installing-the-pipelines-operator: {context} + +[id='installing-the-pipelines-operator_{context}'] += Installing Pipelines + +:context: installing-the-pipelines-operator + +The following section describes how to install and uninstall OpenShift Pipelines. + +include::proc_installing-pipelines-operator.adoc[leveloffset=+1] + +include::proc_uprgading_pipelines_operator.adoc[leveloffset=+1] + +include::proc_uninstalling-pipelines-operator.adoc[leveloffset=+1] + + + +:context: {parent-context-of-installing-the-pipelines-operator} From bb7b3f971ac43dbc62b7b8c2b4c95c85aba83f62 Mon Sep 17 00:00:00 2001 From: Yana Hontyk Date: Mon, 12 Aug 2019 18:45:00 +0200 Subject: [PATCH 03/13] formatting --- modules/ROOT/pages/proc_uprgading_pipelines_operator.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/proc_uprgading_pipelines_operator.adoc b/modules/ROOT/pages/proc_uprgading_pipelines_operator.adoc index 333ede4f..8e2458a0 100644 --- a/modules/ROOT/pages/proc_uprgading_pipelines_operator.adoc +++ b/modules/ROOT/pages/proc_uprgading_pipelines_operator.adoc @@ -1,5 +1,5 @@ [id="installing-the-pipelines-operator_{context}"] -= Upgrading the Pipelines Operator += Upgrading the Pipelines Operator to the newer version OpenShift Pipelines upgrades are handled automatically via Operator Subscription. New updates will be installed as soon as they become available. @@ -7,4 +7,5 @@ OpenShift Pipelines upgrades are handled automatically via Operator Subscription ==== OpenShift Pipelines 0.5.2 has introduced changes incompatable with older versions. If the installed version is 0.5.0 or below, the operator *will not be automatically upgraded.* -To upgrade from the 0.5.0 or below uninstall the operator and then install it again.==== \ No newline at end of file +To upgrade from the 0.5.0 or below uninstall the operator and then install it again. +==== \ No newline at end of file From e4fbcabb992eaf3a73b195d5af58382e99f25bea Mon Sep 17 00:00:00 2001 From: Yana Hontyk Date: Mon, 12 Aug 2019 18:47:04 +0200 Subject: [PATCH 04/13] formatting --- modules/ROOT/pages/proc_uprgading_pipelines_operator.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/proc_uprgading_pipelines_operator.adoc b/modules/ROOT/pages/proc_uprgading_pipelines_operator.adoc index 8e2458a0..1c9671bd 100644 --- a/modules/ROOT/pages/proc_uprgading_pipelines_operator.adoc +++ b/modules/ROOT/pages/proc_uprgading_pipelines_operator.adoc @@ -3,7 +3,7 @@ OpenShift Pipelines upgrades are handled automatically via Operator Subscription. New updates will be installed as soon as they become available. -[Uprgading from 0.5.0 or below] +[NOTE] ==== OpenShift Pipelines 0.5.2 has introduced changes incompatable with older versions. If the installed version is 0.5.0 or below, the operator *will not be automatically upgraded.* From bd57ae7f18ba8d7425b4811abb6bce0db6f02a1b Mon Sep 17 00:00:00 2001 From: Yana Hontyk Date: Wed, 14 Aug 2019 12:06:47 +0200 Subject: [PATCH 05/13] add-upgrading-note --- .../pages/proc_installing-pipelines-operator.adoc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/proc_installing-pipelines-operator.adoc b/modules/ROOT/pages/proc_installing-pipelines-operator.adoc index c6a9218e..6fa394bd 100644 --- a/modules/ROOT/pages/proc_installing-pipelines-operator.adoc +++ b/modules/ROOT/pages/proc_installing-pipelines-operator.adoc @@ -24,6 +24,11 @@ image::openshift_pipelines_install_subscription.png[] . On the *Create Operator Subscription* screen, ensure the installation mode selected is *All namespaces on the cluster (default)*, then click *Subscribe*. + -NOTE: The operator is installed automatically into the `openshift-operators` namespace. The option to install in *A specific namespace on the cluster* should be disabled. The OpenShift Pipelines operator should watch for Tekton Custom Resources across all namespaces. - -. In the *Subscription Overview* screen, verify the installation of the operator by confirming that the *UPGRADE STATUS* is `1 installed`. +[NOTE] +==== +*The operator is installed automatically into the `openshift-operators` namespace. The option to install in *A specific namespace on the cluster* should be disabled. The OpenShift Pipelines operator should watch for Tekton Custom Resources across all namespaces. +*OpenShift Pipelines upgrades are handled automatically via Operator Subscription. New updates will be installed as soon as they become available. +**OpenShift Pipelines 0.5.2 has introduced changes incompatible with older versions. If the installed version is 0.5.0 or below, the operator will not be automatically upgraded. To upgrade from the 0.5.0 or below uninstall the operator and then install it again. +==== + +. In the *Subscription Overview* screen, verify the installation of the operator by confirming that the *UPGRADE STATUS* is `1 installed`. \ No newline at end of file From 1cf7135e802a0535dd45ef420aa3528a741ec099 Mon Sep 17 00:00:00 2001 From: Yana Hontyk Date: Wed, 14 Aug 2019 12:10:58 +0200 Subject: [PATCH 06/13] formatting --- .../ROOT/pages/proc_installing-pipelines-operator.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/ROOT/pages/proc_installing-pipelines-operator.adoc b/modules/ROOT/pages/proc_installing-pipelines-operator.adoc index 6fa394bd..847e1f22 100644 --- a/modules/ROOT/pages/proc_installing-pipelines-operator.adoc +++ b/modules/ROOT/pages/proc_installing-pipelines-operator.adoc @@ -22,13 +22,13 @@ image::openshift_pipelines_operator_tiles.png[] + image::openshift_pipelines_install_subscription.png[] -. On the *Create Operator Subscription* screen, ensure the installation mode selected is *All namespaces on the cluster (default)*, then click *Subscribe*. +. On the *Create Operator Subscription* screen, ensure the installation mode selebullected is *All namespaces on the cluster (default)*, then click *Subscribe*. + [NOTE] ==== -*The operator is installed automatically into the `openshift-operators` namespace. The option to install in *A specific namespace on the cluster* should be disabled. The OpenShift Pipelines operator should watch for Tekton Custom Resources across all namespaces. -*OpenShift Pipelines upgrades are handled automatically via Operator Subscription. New updates will be installed as soon as they become available. -**OpenShift Pipelines 0.5.2 has introduced changes incompatible with older versions. If the installed version is 0.5.0 or below, the operator will not be automatically upgraded. To upgrade from the 0.5.0 or below uninstall the operator and then install it again. +* The operator is installed automatically into the `openshift-operators` namespace. The option to install in *A specific namespace on the cluster* should be disabled. The OpenShift Pipelines operator should watch for Tekton Custom Resources across all namespaces. +* OpenShift Pipelines upgrades are handled automatically via Operator Subscription. New updates will be installed as soon as they become available. +** OpenShift Pipelines 0.5.2 has introduced changes incompatible with older versions. If the installed version is 0.5.0 or below, the operator will not be automatically upgraded. To upgrade from the 0.5.0 or below uninstall the operator and then install it again. ==== . In the *Subscription Overview* screen, verify the installation of the operator by confirming that the *UPGRADE STATUS* is `1 installed`. \ No newline at end of file From 3ec813fe3c7d9746af986ea2b6fc674e948b2413 Mon Sep 17 00:00:00 2001 From: Yana Hontyk Date: Wed, 14 Aug 2019 12:12:49 +0200 Subject: [PATCH 07/13] typo --- modules/ROOT/pages/proc_installing-pipelines-operator.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/proc_installing-pipelines-operator.adoc b/modules/ROOT/pages/proc_installing-pipelines-operator.adoc index 847e1f22..0ab1acbf 100644 --- a/modules/ROOT/pages/proc_installing-pipelines-operator.adoc +++ b/modules/ROOT/pages/proc_installing-pipelines-operator.adoc @@ -22,7 +22,7 @@ image::openshift_pipelines_operator_tiles.png[] + image::openshift_pipelines_install_subscription.png[] -. On the *Create Operator Subscription* screen, ensure the installation mode selebullected is *All namespaces on the cluster (default)*, then click *Subscribe*. +. On the *Create Operator Subscription* screen, ensure the installation mode selected is *All namespaces on the cluster (default)*, then click *Subscribe*. + [NOTE] ==== @@ -31,4 +31,4 @@ image::openshift_pipelines_install_subscription.png[] ** OpenShift Pipelines 0.5.2 has introduced changes incompatible with older versions. If the installed version is 0.5.0 or below, the operator will not be automatically upgraded. To upgrade from the 0.5.0 or below uninstall the operator and then install it again. ==== -. In the *Subscription Overview* screen, verify the installation of the operator by confirming that the *UPGRADE STATUS* is `1 installed`. \ No newline at end of file +. In the *Subscription Overview* screen, verify the installation of the operator by confirming that the *UPGRADE STATUS* is `1 installed`. From 5c0e348d45e64a82d3b5233e75bd99ee752cf9c4 Mon Sep 17 00:00:00 2001 From: Yana Hontyk Date: Wed, 14 Aug 2019 12:17:35 +0200 Subject: [PATCH 08/13] Delete proc_uprgading_pipelines_operator.adoc --- .../ROOT/pages/proc_uprgading_pipelines_operator.adoc | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 modules/ROOT/pages/proc_uprgading_pipelines_operator.adoc diff --git a/modules/ROOT/pages/proc_uprgading_pipelines_operator.adoc b/modules/ROOT/pages/proc_uprgading_pipelines_operator.adoc deleted file mode 100644 index 1c9671bd..00000000 --- a/modules/ROOT/pages/proc_uprgading_pipelines_operator.adoc +++ /dev/null @@ -1,11 +0,0 @@ -[id="installing-the-pipelines-operator_{context}"] -= Upgrading the Pipelines Operator to the newer version - -OpenShift Pipelines upgrades are handled automatically via Operator Subscription. New updates will be installed as soon as they become available. - -[NOTE] -==== -OpenShift Pipelines 0.5.2 has introduced changes incompatable with older versions. If the installed version is 0.5.0 or below, the operator *will not be automatically upgraded.* - -To upgrade from the 0.5.0 or below uninstall the operator and then install it again. -==== \ No newline at end of file From f61e3403e6417e1cb34061f5942f4b585d30e2d2 Mon Sep 17 00:00:00 2001 From: Yana Hontyk Date: Wed, 14 Aug 2019 12:18:09 +0200 Subject: [PATCH 09/13] update assembly-installing --- modules/ROOT/pages/assembly_installing-pipelines.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/ROOT/pages/assembly_installing-pipelines.adoc b/modules/ROOT/pages/assembly_installing-pipelines.adoc index c1667532..457a6c53 100644 --- a/modules/ROOT/pages/assembly_installing-pipelines.adoc +++ b/modules/ROOT/pages/assembly_installing-pipelines.adoc @@ -9,8 +9,6 @@ The following section describes how to install and uninstall OpenShift Pipelines include::proc_installing-pipelines-operator.adoc[leveloffset=+1] -include::proc_uprgading_pipelines_operator.adoc[leveloffset=+1] - include::proc_uninstalling-pipelines-operator.adoc[leveloffset=+1] From 26a7cd2a513f7070c6d18c9dbe6ee729169a9f91 Mon Sep 17 00:00:00 2001 From: Yana Hontyk Date: Wed, 14 Aug 2019 13:11:32 +0200 Subject: [PATCH 10/13] added-id --- modules/ROOT/pages/proc_uninstalling-pipelines-operator.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ROOT/pages/proc_uninstalling-pipelines-operator.adoc b/modules/ROOT/pages/proc_uninstalling-pipelines-operator.adoc index c6848841..3ef87200 100644 --- a/modules/ROOT/pages/proc_uninstalling-pipelines-operator.adoc +++ b/modules/ROOT/pages/proc_uninstalling-pipelines-operator.adoc @@ -1,3 +1,4 @@ +[id='deleting-the-projects-and-uninstalling-the-pipelines-operator_{context}'] = Deleting the project and uninstalling the pipelines operator == Deleting the Project From ca11dd80cada6f372a3e6ad10e07ea4052ae9687 Mon Sep 17 00:00:00 2001 From: Yana Hontyk Date: Wed, 14 Aug 2019 18:26:35 +0200 Subject: [PATCH 11/13] via->through --- modules/ROOT/pages/proc_installing-pipelines-operator.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/proc_installing-pipelines-operator.adoc b/modules/ROOT/pages/proc_installing-pipelines-operator.adoc index 0ab1acbf..24f575ff 100644 --- a/modules/ROOT/pages/proc_installing-pipelines-operator.adoc +++ b/modules/ROOT/pages/proc_installing-pipelines-operator.adoc @@ -27,7 +27,7 @@ image::openshift_pipelines_install_subscription.png[] [NOTE] ==== * The operator is installed automatically into the `openshift-operators` namespace. The option to install in *A specific namespace on the cluster* should be disabled. The OpenShift Pipelines operator should watch for Tekton Custom Resources across all namespaces. -* OpenShift Pipelines upgrades are handled automatically via Operator Subscription. New updates will be installed as soon as they become available. +* OpenShift Pipelines upgrades are handled automatically through Operator Subscription. New updates will be installed as soon as they become available. ** OpenShift Pipelines 0.5.2 has introduced changes incompatible with older versions. If the installed version is 0.5.0 or below, the operator will not be automatically upgraded. To upgrade from the 0.5.0 or below uninstall the operator and then install it again. ==== From b5a48cc4ae0ad134a2fd7e39e88d4210f592c5c9 Mon Sep 17 00:00:00 2001 From: Yana Hontyk Date: Wed, 14 Aug 2019 18:28:28 +0200 Subject: [PATCH 12/13] below->below, --- modules/ROOT/pages/proc_installing-pipelines-operator.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/proc_installing-pipelines-operator.adoc b/modules/ROOT/pages/proc_installing-pipelines-operator.adoc index 24f575ff..18306d43 100644 --- a/modules/ROOT/pages/proc_installing-pipelines-operator.adoc +++ b/modules/ROOT/pages/proc_installing-pipelines-operator.adoc @@ -28,7 +28,7 @@ image::openshift_pipelines_install_subscription.png[] ==== * The operator is installed automatically into the `openshift-operators` namespace. The option to install in *A specific namespace on the cluster* should be disabled. The OpenShift Pipelines operator should watch for Tekton Custom Resources across all namespaces. * OpenShift Pipelines upgrades are handled automatically through Operator Subscription. New updates will be installed as soon as they become available. -** OpenShift Pipelines 0.5.2 has introduced changes incompatible with older versions. If the installed version is 0.5.0 or below, the operator will not be automatically upgraded. To upgrade from the 0.5.0 or below uninstall the operator and then install it again. +** OpenShift Pipelines 0.5.2 has introduced changes incompatible with older versions. If the installed version is 0.5.0 or below, the operator will not be automatically upgraded. To upgrade from the 0.5.0 or below, uninstall the operator and then install it again. ==== . In the *Subscription Overview* screen, verify the installation of the operator by confirming that the *UPGRADE STATUS* is `1 installed`. From d142fc5a07be1b7207271ccb42f101cf29d9c9aa Mon Sep 17 00:00:00 2001 From: Yana Hontyk Date: Wed, 14 Aug 2019 18:44:09 +0200 Subject: [PATCH 13/13] added link to "uninstall the operator" --- modules/ROOT/pages/proc_installing-pipelines-operator.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/proc_installing-pipelines-operator.adoc b/modules/ROOT/pages/proc_installing-pipelines-operator.adoc index 18306d43..4bef6c92 100644 --- a/modules/ROOT/pages/proc_installing-pipelines-operator.adoc +++ b/modules/ROOT/pages/proc_installing-pipelines-operator.adoc @@ -28,7 +28,7 @@ image::openshift_pipelines_install_subscription.png[] ==== * The operator is installed automatically into the `openshift-operators` namespace. The option to install in *A specific namespace on the cluster* should be disabled. The OpenShift Pipelines operator should watch for Tekton Custom Resources across all namespaces. * OpenShift Pipelines upgrades are handled automatically through Operator Subscription. New updates will be installed as soon as they become available. -** OpenShift Pipelines 0.5.2 has introduced changes incompatible with older versions. If the installed version is 0.5.0 or below, the operator will not be automatically upgraded. To upgrade from the 0.5.0 or below, uninstall the operator and then install it again. +** OpenShift Pipelines 0.5.2 has introduced changes incompatible with older versions. If the installed version is 0.5.0 or below, the operator will not be automatically upgraded. To upgrade from the 0.5.0 or below, link:proc_uninstalling-pipelines-operator.adoc[uninstall the operator] and then install it again. ==== . In the *Subscription Overview* screen, verify the installation of the operator by confirming that the *UPGRADE STATUS* is `1 installed`.