{% extends "base.html" %} {% load staticfiles %} {% load bootstrap4 %} {% block extrahead %} {{block.super}} {% endblock %} {% block content %}
Purpose | {{ booking.purpose }} |
Project | {{ booking.project }} |
Start Time | {{ booking.start }} |
End Time | {{ booking.end }} |
Pod Definition | {{ booking.resource.template }} |
Pod Configuration | {{ booking.config_bundle }} |
Lab Deployed At | {{ booking.lab }} |
Hostname: | {{host.template.resource.name}} | ||||||
Machine: | {{host.name}} | ||||||
Role: | {{host.config.opnfvRole}} | ||||||
Image: | {{host.config.image}} | ||||||
RAM: | {{host.profile.ramprofile.first.amount}}G, {{host.profile.ramprofile.first.channels}} channels | ||||||
CPU: |
|
||||||
DISK: |
|
||||||
Interfaces: |
|
These are the different tasks that have to be completed before your deployment is ready
Status | Lab Response | Type | |
---|---|---|---|
{% if task.status < 100 %} {% elif task.status < 200 %} {% else %} {% endif %} | {% if task.status < 100 %} PENDING {% elif task.status < 200 %} IN PROGRESS {% else %} DONE {% endif %} |
{% if task.message %}
{% if task.type_str == "Access Task" and user_id != task.config.user.id %}
Message from Lab: --secret--{% else %} Message from Lab: {{ task.message }}{% endif %} {% else %} No response provided (yet) {% endif %} |
{{ task.type_str }} |
{{pdf}}