From 34e92394caf3288c0893e59590d6a35d8431e6f6 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Tue, 6 Oct 2020 15:09:19 +0000 Subject: [PATCH 1/3] Update upgrade_notes to mention fail fast on workflows --- docs/source/upgrade_notes.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/source/upgrade_notes.rst b/docs/source/upgrade_notes.rst index c19b1938c..65c6dea3a 100644 --- a/docs/source/upgrade_notes.rst +++ b/docs/source/upgrade_notes.rst @@ -17,7 +17,11 @@ Upgrade Notes trigger: type: "core.st2.action.file_written" -* Support for Mistral workflows was removed. Before upgrading to v3.3, ensure all Mistral workflows have been converted to Orquesta workflows. A tool is available for assisting in this conversion, more information can be found in the ``orquestaconvert`` `README.md `_. +* Support for Mistral workflows was removed. Before upgrading to v3.3, ensure all Mistral workflows + have been converted to Orquesta workflows (see :doc:`Orquesta ` page for more + details). Orquesta workflows fail-fast (unlike Mistral workflows), so some re-design may be required. +A tool is available for assisting in this conversion, more information can be found + in the ``orquestaconvert`` `README.md `_. * The installation script now installs MongoDB 4.0 by default (previously, 3.4 was installed on RHEL/CentOS 7.x and Ubuntu 16.04). From 8e0d6e7d7fe05344dcc6830273d7146cff1ef969 Mon Sep 17 00:00:00 2001 From: Cloud User Date: Tue, 6 Oct 2020 15:14:22 +0000 Subject: [PATCH 2/3] Fix formatting problems --- docs/source/upgrade_notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/upgrade_notes.rst b/docs/source/upgrade_notes.rst index 65c6dea3a..293c94c28 100644 --- a/docs/source/upgrade_notes.rst +++ b/docs/source/upgrade_notes.rst @@ -20,7 +20,7 @@ Upgrade Notes * Support for Mistral workflows was removed. Before upgrading to v3.3, ensure all Mistral workflows have been converted to Orquesta workflows (see :doc:`Orquesta ` page for more details). Orquesta workflows fail-fast (unlike Mistral workflows), so some re-design may be required. -A tool is available for assisting in this conversion, more information can be found + A tool is available for assisting in this conversion, more information can be found in the ``orquestaconvert`` `README.md `_. * The installation script now installs MongoDB 4.0 by default (previously, 3.4 was installed on From b33ea9db707852bd9c74a7211b69bc08c0e82a7f Mon Sep 17 00:00:00 2001 From: Amanda McGuinness Date: Thu, 8 Oct 2020 18:56:04 +0100 Subject: [PATCH 3/3] Update upgrade_notes.rst --- docs/source/upgrade_notes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/upgrade_notes.rst b/docs/source/upgrade_notes.rst index 293c94c28..320f5baae 100644 --- a/docs/source/upgrade_notes.rst +++ b/docs/source/upgrade_notes.rst @@ -18,8 +18,8 @@ Upgrade Notes type: "core.st2.action.file_written" * Support for Mistral workflows was removed. Before upgrading to v3.3, ensure all Mistral workflows - have been converted to Orquesta workflows (see :doc:`Orquesta ` page for more - details). Orquesta workflows fail-fast (unlike Mistral workflows), so some re-design may be required. + have been converted to Orquesta workflows. Please review the :doc:`Orquesta ` documentation for + details on how these differ from Mistral workflows, some re-design may be required. A tool is available for assisting in this conversion, more information can be found in the ``orquestaconvert`` `README.md `_.