{% extends '../requests_new.html.to' %} {% block form %}
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 %} {% end %} {{ f.num_applications.label }} {{ f.num_applications(placeholder="Estimated number of applications") }} {% for e in f.num_applications.errors %} {% end %} {{ f.date_start.label }} {{ f.date_start }} {% for e in f.date_start.errors %} {% 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 %} {% 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 %} {% end %}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 %} {% end %} {{ f.total_ram.label }} {{ f.total_ram(placeholder="Expected amount of RAM", min="1", max="32") }} {% for e in f.total_ram.errors %} {% end %} {{ f.total_object_storage.label }} {{ f.total_object_storage(placeholder="Expected total object storage") }} {% for e in f.total_object_storage.errors %} {% end %} {{ f.total_database_storage.label }} {{ f.total_database_storage(placeholder="Expected total database storage") }} {% for e in f.total_database_storage.errors %} {% end %} {{ f.total_server_storage.label }} {{ f.total_server_storage(placeholder="Expected total server storage") }} {% for e in f.total_server_storage.errors %} {% end %}We want to learn more about the people helping you with the cloud.
{% end %}