3bbe38b3dc
Replace the >- block scalar in set_fact for _build_params with an inline
template to ensure the result is stored as a dict; when folded via
>-, combine() received a string and silently dropped DISTRO.
Pass _build_params to the verbose shell make run via `items() |
map('join', '=')`, matching how the make module passes params as
command-line variables.
Add a debug task for _build_params so DISTRO is visible in job logs.
Added time limits for waiting for service availability for setting up UI
port forwarding.
Change-Id: I860551cb9c40073083b21c15bf3162e32e8fab55
Signed-off-by: Sergiy Markin <smarkin@mirantis.com>