Plan Label | {{label}} |
Task action | {{actions[0][12]}} |
Foreman Task id |
{% if caller_execution_plan_id %}Dynflow caller_execution_plan_uuid | {% endif %}
Dynflow execution_plan_uuid |
{{actions[0][13]}} |
{% if caller_execution_plan_id %}{{caller_execution_plan_id}} | {% endif %}
{{execution_plan_uuid}} |
|
{% if blametaskexecution|length > 0 %}
Blame Task Execution | Total |
Sideiq | Pulp | Candlepin |
Wait | Exec | Wait | Exec | Wait | Exec |
{% for row in blametaskexecution %}
{% for f in row %}
{% if loop.index == 1 %}
{{ f }} |
{% elif loop.index == 2 %}
{{ "%0.2f" | format(f|float) }} |
{% else %}
{{ "%0.2f" | format(f|float) }}({{ "%0.1f" | format(f|float * 100 / row[1]|float) }}%) |
{% endif %}
{% endfor %}
{% endfor %}
{% endif %}
|