From 69462e54a1c77da3b19e4ec5debf43d102776a2d Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Wed, 16 May 2018 11:27:07 +0100 Subject: [PATCH] doc: Update APK workload parameter descriptions. Clarify parameter descriptions. --- doc/source/how_tos/users/agenda.rst | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/doc/source/how_tos/users/agenda.rst b/doc/source/how_tos/users/agenda.rst index 546e89ae..bee5b6db 100644 --- a/doc/source/how_tos/users/agenda.rst +++ b/doc/source/how_tos/users/agenda.rst @@ -261,19 +261,17 @@ exact behaviours are outlined below. This parameter is used to specify a preference over host or target versions of the app. When set to ``True`` WA will prefer the host side version of the - APK. It will check if the host has the APK and if the host APK meets the - version requirements of the workload. If does and the target already has same - version nothing will be done, other wise it will overwrite the targets app - with the host version. If the hosts is missing the APK or it does not meet - version requirements WA will fall back to the app on the target if it has the - app and it is of a suitable version. When this parameter is set to ``false`` - WA will prefer to use the version already on the target if it meets the - workloads version requirements. If it does not it will fall back to search - the host for the correct version. In both modes if neither the host nor - target have a suitable version, WA will error and not run the workload. - -Some workloads will also feature the follow parameters which will alter the way -their APK files are resolved. + APK. It will check if the host has the APK and whether it meets the version + requirements of the workload. If so, and the target also already has same + version nothing will be done, otherwise WA will overwrite the targets + installed application with the host version. If the host is missing the APK + or it does not meet version requirements WA will fall back to the app on the + target if present and is a suitable version. When this parameter is set to + ``False`` WA will prefer to use the version already on the target if it meets + the workloads version requirements. If it does not it will fall back to + searching the host for the correct version. In both modes if neither the host + nor target have a suitable version, WA will produce and error and will not + run the workload. .. confval:: version