{% extends "base.html" %} {% load staticfiles %} {% load bootstrap4 %} {% block extrahead %} {{block.super}} {% endblock %} {% block content %}

Overview

Owner {{ booking.owner }}
Collaborators {{ collab_string}}
Project {{ booking.project }}
Purpose {{ booking.purpose }}
Start Time {{ booking.start }}
End Time {{ booking.end }}
Lab Deployed At {{ booking.lab }}
IPMI Username {{ status.config.ipmi_username }}
IPMI Password {{ status.config.ipmi_password }}

Deployment Progress

Your resources are being prepared. If this is taking a really long time, please contact us here!

{% with status.instances as instances %} {% for id, inst in instances.items %} {% endfor %} {% endwith %}
Name Assigned Host Status
{% if inst.logs|length > 0 %} {% with inst.logs|last as lastelem %} {% if 'Success' in lastelem.status %}
{% elif 'Fail' in lastelem.status %}
{% else %}
{% endif %} {% endwith %} {% endif %}
{{inst.host_alias}} {{inst.assigned_host}} {% if inst.logs|length > 0 %} {% with inst.logs|last as lastelem %} {{lastelem.status}} {% endwith %} {% endif %}

Additional Logs
{% for log in inst.logs %} {% endfor %}
{{log.status}} {{log.time}}

Diagnostic Information
Aggregate ID {{booking.aggregateId}}
{% endblock content %}