{% extends "templates/base.html" %} YP quota {% block content %}

YP quota

{{ form.hidden_tag() }} {{ form.abc_service.label }}
{{ form.abc_service(class="form-control") }} {% for error in form.abc_service.errors %} [{{ error }}] {% endfor %}
{{ form.gencfg_groups.label }}
{{ form.gencfg_groups(class="form-control") }} {% for error in form.gencfg_groups.errors %} [{{ error }}] {% endfor %}
{{ form.nanny_services.label }}

Note: PLEASE make sure that your services have Gencfg groups as type of instances! {{ form.nanny_services(class="form-control")}} {% for error in form.nanny_services.errors %} [{{ error }}] {% endfor %}
{{ form.submit(class="btn btn-success", style="color: ;") }}

We are now adding IO SSD quota for groups with SSD and IO HDD quota depending on the number of instances in your groups. You will see granted amount in the ticket.
You have to use this quota in services migrated to YP.Lite. In case of any questions regarding IO SSD quotas please contact glebskvortsov
If you have any questions, please contact glebskvortsov
You can see your previous requests below:
{% for item in records %} Link to request {{ item[0] }}
abc_service_id: {{ item[1]['abc_info'] }}
gencfg_groups: {{ item[1]['gencfg_groups'] }}
nanny_services: {{ item[1]['nanny_services'] }}
{% if 'ticket' in item[1] %} ticket: {{ item[1]['ticket'].split('/')[-1] }}
{% endif %} date: {{ item[1]['lastUpdated'] }}
{% endfor %}
{% endblock %}