{% extends "base.html" %} {% load staticfiles %} {% block content %}
{% if not request.user.is_anonymous %} {% if not request.user.userprofile.ssh_public_key %} {% endif %} {% else %} {% endif %}
{% csrf_token %}

About Us:

The Lab as a Service (LaaS) project aims to help in the development and testing of LFN projects such as OPNFV by hosting hardware and providing access to the community. Currently, the only participating lab is the University of New Hampshire Interoperability Lab (UNH-IOL).

To get started, you can request access to a server at the right. PTL's have the ability to design and book a whole block of servers with customized layer2 networks (e.g. a Pharos Pod). Read more here: LaaS Wiki

Get Started:

{% if request.user.is_anonymous %}

To get started, please log in with your Linux Foundation Jira account

{% else %}

To get started, book a server below:

Book a Server

PTLs can use our advanced options to book multi-node pods. If you are a PTL, you may use the options below:

{% endif %}
{% if not request.user.is_anonymous %}

Returning Users:

If you're a returning user, some of the following options may be of interest:

{% if manager == True %}
{% endif %}
{% endif %}
{% csrf_token %}
{% block vport_comm %} {% endblock %} {% endblock content %}