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

Warning: you need to upload an ssh key under account settings if you wish to log into the servers you book

{% 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

{% if not request.user.is_anonymous %}

Returning Users:

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

My Bookings {% if manager == True %} {% endif %} {% endif %}

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 %}
{% csrf_token %}
{% block vport_comm %} {% endblock %} {% endblock content %}