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

Overview

Expand
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 }}

Pod

Expand
{% for host in booking.resource.hosts.all %} {% endfor %}

{{host.template.resource.name}}

Hostname: {{host.template.resource.name}}
Profile: {{host.name}}
Role: {{host.config.opnfvRole}}
Image: {{host.config.image}}
RAM: {{host.profile.ramprofile.first.amount}}G, {{host.profile.ramprofile.first.channels}} channels
CPU:
Arch: {{host.profile.cpuprofile.first.architecture}}
Cores: {{host.profile.cpuprofile.first.cores}}
Sockets: {{host.profile.cpuprofile.first.cpus}}
DISK:
Size: {{host.profile.diskprofile.first.size}}GiB
Type: {{host.profile.diskprofile.first.media_type}}
Mount Point: {{host.profile.diskprofile.first.name}}
Interfaces: {% for intprof in host.profile.interfaceprofile.all %} {% endfor %}
Name: {{intprof.name}}
Speed: {{intprof.speed}}

Deployment Progress

These are the different tasks that have to be completed before your deployment is ready

Expand
{% for task in booking.job.get_tasklist %} {% endfor %}
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

Expand
{{pdf}}