{% extends "base.html" %} {% load ch_extras %} {% block head %} {% endblock %} {% block content %}

User's topology

{% include "expedient/clearinghouse/slice/topology.html" %}

Click on the arrow to expand/collapse
{% csrf_token %} {% if planetlab_aggs %}

Select PlanetLab Nodes

{% endif %} {% for agg in planetlab_aggs %}

• PlanetLab Aggregate {{ agg.name }}

{% endfor %} {% if openflow_aggs %}

Select OpenFlow Resources


In simple mode, after you select your topology a simple OFELIA slice VLAN-based will be provided for your experiment. Check the VLAN tag when done.
In advanced mode you will go through a two-steps process. First select your topology. Second select your flowspace.
Select the number of VLANs you want to use:
{% endif %} {% for agg in openflow_aggs %}

• OpenFlow Aggregate {{ agg.name }}

{% empty %}

There are no OpenFlow aggregates in the slice.

{% endfor %} {% if openflow_aggs or planetlab_aggs %}
{% endif %}
{% endblock content %}