Add help content

This commit is contained in:
Luis Cielak 2018-09-25 16:28:50 -04:00 committed by Andrew Croce
parent f93e60da94
commit edddfd9a30
2 changed files with 77 additions and 6 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 119 KiB

View File

@ -12,9 +12,9 @@
href="/help",
active=g.matchesPath('/help'),
subnav=[
{"label":"Financial Verification", "href":"/help", "active": False},
{"label":"Sub Topic", "href":"/help", "active": False},
{"label":"Another Sub Topic", "href":"/help", "active": False},
{"label":"Financial Verification", "href":"#financial-verification", "active": False},
{"label":"ID/IQ CLINs", "href":"#idiq-clins", "active": False},
{"label":"JEDI Cloud Projects", "href":"#jedi-cloud-projects", "active": False},
]
)}}
@ -47,12 +47,18 @@
Getting Started
</span>
</h1>
<ul>
<li><a href="#how-to-prepare-for-financial-verification-step">How to prepare for Financial Verification step?</a></li>
<li><a href="#how-are-the-jedi-idiq-clins-structured">How are the JEDI ID/IQ CLINs structured?</a></li>
<li><a href="#how-are-projects-organized-in-the-jedi-cloud">How are projects organized in the JEDI Cloud?</a></li>
</ul>
</div>
<div class='panel__content'>
<h2>Financial Verification</h2>
<h2 id='financial-verification'>Financial Verification</h2>
<h3>How to prepare for Financial Verification step?</h3>
<h3 id='how-to-prepare-for-financial-verification-step'>How to prepare for Financial Verification step?</h3>
<p>Once your request is approved, the next step is to create a Task Order (T.O.) associated with the JEDI Cloud ID/IQ. Please contact a Contracting Officer (KO) or Contracting Officer Representative (COR) to help with this step. </p>
<p>This may also involve talking to your Financial Manager (FM) to secure funding.</p>
<p>Once the Task Order (T.O.) has been created, you will need to provide information related to the task order and funding in AT-AT. This step is referred to as “Financial Verification.”</p>
@ -61,7 +67,7 @@
<h3>Why is this important?</h3>
<p>This step allows AT-AT and the CCPO to track and report on cloud infrastructure spending across the Department., It also enables you and your team to see your cloud usage and verify your invoices with your budget.</p>
<h3>What to prepare for Financial Verification</h3>
<h3>What to prepare for Financial Verification?</h3>
<p>You will need to have these details on hand before filling out the next step.</p>
<div class='responsive-table-wrapper'>
@ -112,6 +118,70 @@
</div>
<p><em>*AT-AT will search your Task Order number in available APIs and find other relevant details about your task order automatically. If we are unable to locate your Task Order, you will be asked to manually enter information such as total contract amount, CLIN amounts, and contracting officer information.</em></p>
<hr>
<h2 id='idiq-clins'>ID/IQ CLINs</h2>
<h3 id='how-are-the-jedi-idiq-clins-structured'>How are the JEDI ID/IQ CLINs structured?</h3>
<p>We recommend sharing the following details with your contracting personnel to help accelerate the task order creation process.</p>
<p>The JEDI contract vehicle supports the following types of cloud infrastructure services.</p>
<p>Your contracting personnel will want to know which services above and contract line item numbers (CLINs) you are interested in procuring and what estimated dollar amounts to use associate. Use the <a href="#">JEDI Cloud Calculator</a> to arrive at a price estimate for each of those.</p>
<div class='responsive-table-wrapper'>
<table>
<thead>
<tr>
<th>JEDI Contract Line Item Numbers (CLINs)</th>
<th>Services supported</th>
</tr>
</thead>
<tbody>
<tr>
<td>CLIN 0001 - Unclassified IaaS and PaaS Amount</td>
<td>
<p>This CLIN covers infrastructure as a service (IaaS) features including the basic building blocks of networking features, computers (virtual or on dedicated hardware), and data storage space.</p>
<p>It also provides platform as a service (PaaS) features including resource procurement, capacity planning, software maintenance, patching, or any of the other undifferentiated heavy lifting involved in running your application.</p>
</td>
</tr>
<tr>
<td>CLIN 0003 - Unclassified Cloud Support Package</td>
<td>This CLIN covers the basic customer service support package offered including _______</td>
</tr>
<tr>
<td>CLIN 1001 - Unclassified IaaS and PaaS Amount OPTION PERIOD 1</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>CLIN 1003 - Unclassified Cloud Support Package OPTION PERIOD 1</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>CLIN 2001 - Unclassified IaaS and PaaS Amount OPTION PERIOD 2</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>CLIN 2003 - Unclassified Cloud Support Package OPTION PERIOD 2</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<hr>
<h2 id='jedi-cloud-projects'>JEDI Cloud Projects</h2>
<h3 id='how-are-projects-organized-in-the-jedi-cloud'>How are projects organized in the JEDI Cloud?</h3>
<h4>Project Structure for JEDI Cloud</h4>
<p>Separate your workspace into projects and environments; this allows your team to manage user access to systems more securely and track expenditures for each project.</p>
<p>Heres an example:<br>
Project A has a development environment, production environment, and sandbox environment. The cloud resources in the development environment are grouped and accessed separately from the production environment and sandbox environment.</p>
<img src='/static/img/at-at_faqs_content.svg' alt='AT-AT FAQs Content'>
</div>
</div>
</div>