{% extends '../requests_new.html.to' %} {% block form %}

Details of Use

{% autoescape None %} {% if f.errors %} There were some errors, see below. {% end %}

Overall Request Details

Please help us understand the size and scope of your resource request.

{{ f.dollar_value.label }} {{ f.dollar_value(placeholder="Total dollar amount to be associated with the Task Order")}} {% for e in f.dollar_value.errors %}
{{ e }}
{% end %} {{ f.num_applications.label }} {{ f.num_applications(placeholder="Estimated number of applications") }} {% for e in f.num_applications.errors %}
{{ e }}
{% end %} {{ f.date_start.label }} {{ f.date_start }} {% for e in f.date_start.errors %}
{{ e }}
{% end %} {{ f.app_description.label }} {{ f.app_description(placeholder="Example: My organization is supporting the migration of XYZ system to the cloud due to XX policy memo. I am planning to use a sandbox environment to do testing.") }} {% for e in f.app_description.errors %}
{{ e }}
{% end %} {{ f.supported_organizations.label }} {{ f.supported_organizations(placeholder="Add tags associated with DoD components or other entities") }} {% for e in f.supported_organizations.errors %}
{{ e }}
{% end %}

Cloud Resources

Please tell us about your expected cloud resource usage as best as you can. Refer to the Cloud Service Provider as necessary.

{{ f.total_cores.label }} {{ f.total_cores(placeholder="Expected total cores", min="1", max="32") }} {% for e in f.total_cores.errors %}
{{ e }}
{% end %} {{ f.total_ram.label }} {{ f.total_ram(placeholder="Expected amount of RAM", min="1", max="32") }} {% for e in f.total_ram.errors %}
{{ e }}
{% end %} {{ f.total_object_storage.label }} {{ f.total_object_storage(placeholder="Expected total object storage") }} {% for e in f.total_object_storage.errors %}
{{ e }}
{% end %} {{ f.total_database_storage.label }} {{ f.total_database_storage(placeholder="Expected total database storage") }} {% for e in f.total_database_storage.errors %}
{{ e }}
{% end %} {{ f.total_server_storage.label }} {{ f.total_server_storage(placeholder="Expected total server storage") }} {% for e in f.total_server_storage.errors %}
{{ e }}
{% end %}

Support Staff

We want to learn more about the people helping you with the cloud.

{{ f.has_contractor_advisor.label }} {{ f.has_contractor_advisor(class_="usa-unstyled-list") }} {% for e in f.has_contractor_advisor.errors %}
{{ e }}
{% end %}
{{ f.is_migrating_application.label }} {{ f.is_migrating_application(class_="usa-unstyled-list") }} {% for e in f.is_migrating_application.errors %}
{{ e }}
{% end %}
{{ f.has_migration_office.label }} {{ f.has_migration_office(class_="usa-unstyled-list") }} {% for e in f.has_migration_office.errors %}
{{ e }}
{% end %}
{{ f.supporting_organization.label }} {{ f.supporting_organization(placeholder="Example: AF CCE/HNI, Navy SPAWAR, MITRE", class_="usa-unstyled-list") }} {% for e in f.supporting_organization.errors %}
{{ e }}
{% end %}
{% end %}