{% extends "base.html" %} {% block head %} {% endblock %} {% block messages %}{% endblock %} {% block content %}
{% if messages %}
{% for msg in messages %}

{{ msg.msg_text }}

{% endfor %}
{% endif %}
Click to expand/collapse

Island Aggregate Managers

Manage aggregates

You may add, edit or delete aggregates to Expedient.

Backend ClearingHouse

Name IP address Port Active
{{ CBAS_NAME }} {{ CBAS_IP_ADDR }} {{ CBAS_PORT }} {% if CBAS_STATUS %}{% else %}{% endif %}

Management panels

Openflow

Click on the link to access the management panel for Openflow resources: approve/deny FlowSpaces, set FlowVisor credentials, etc.

Virtualization

Click on the link to access the management panel for Virtualization resources: manage VMs and ranges of IPs and MACs, configure servers, etc.

Click to expand/collapse

Users & Permissions

Manage permissions

When an Expedient user needs permission to do something, and she does not have that permission, she might be able to request that permission from someone who can give it to her. Below is a list of permissions other users have requested from you. You can approve or deny the requests. If you approve a request, you can also delegate the permission so that the object getting the permission can approve requests for others. BE CAREFUL, however. Once you grant a permission you cannot revoke it.

Expedient permissions are per object, and permissions can be given to objects other than users (for example to a slice or a project). Users can request permissions on behalf of other objects.

Manage users

Click on the link to manage users on Expedient. You will need to have the "can_manage_users" permission to be able to access this functionality.

Click to expand/collapse

Monitoring

Logs

Click on view to check every module's log on a new tab.

Click on remove to clear the contents of any log. This operation cannot be undone

{% for key, value in logs_location.items %} {% endfor %}
Log Path Actions
{{ key }} {{ value }} View | Remove
Click to expand/collapse

Plug-ins

{% for plugin_administration_data in plugin_administration_methods %} {% with plugin_administration_data.0 as plugin_name %} {% with plugin_administration_data.1 as plugin_administration_method %}
Click to expand/collapse

{{ plugin_name }}

{% endwith %} {% endwith %} {% endfor %}
{% endblock content %}