{{host.bundle.template.copy_of.name}}
{% for host in booking.resource.get_resources %}
{{host.config.name}}
Hostname: |
{{host.config.name}} |
Machine: |
{{host.name}} |
Role: |
{{host.template.opnfvRole}} |
Is Headnode: |
{{host.config.is_head_node}} |
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.storageprofile.first.size}} GiB |
Type: |
{{host.profile.storageprofile.first.media_type}} |
Mount Point: |
{{host.profile.storageprofile.first.name}} |
|
Interfaces: |
{% for intprof in host.profile.interfaceprofile.all %}
Name: |
{{intprof.name}} |
Speed: |
{{intprof.speed}} |
|
{% endfor %}
|
{% endfor %}