Skip to content

Commit fe2a1a0

Browse files
author
Scot Marvin
committed
DOC-1469: adding test plan for operations
1 parent 7c3bca4 commit fe2a1a0

File tree

3 files changed

+50
-1
lines changed

3 files changed

+50
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
3+
<concept id="ops_testplan">
4+
<title>Testing Your Deployment</title>
5+
<shortdesc>This topic details what you should test when you want to make sure your deployment is
6+
working.</shortdesc>
7+
<conbody>
8+
<section>
9+
<title>DNS</title>
10+
<p>To verify your DNS settings, we recommend the following test plan.</p>
11+
<ul>
12+
<li>Verify that instances can ping their:
13+
<ul>
14+
<li>Private DNS name</li>
15+
<li>Public DNS name</li>
16+
</ul>
17+
</li>
18+
<li>Verify that instances are pingable on their public DNS names from:
19+
<ul>
20+
<li>Outside the cloud</li>
21+
<li>An instance inside the cloud</li>
22+
</ul>
23+
</li>
24+
</ul>
25+
</section>
26+
27+
<section>
28+
<title>Imaging</title>
29+
<ul>
30+
<li>EBS backed image boots successfully</li>
31+
<li>Create image from running BFEBS</li>
32+
<li>Installing a new image - Ubuntu</li>
33+
<li>Deregister image</li>
34+
<li>Import instance</li>
35+
<li>Import volume</li>
36+
</ul>
37+
</section>
38+
39+
<section>
40+
<title>Walrus</title>
41+
<ul>
42+
<li>Basic s3cmd requests</li>
43+
<li>Multipart upload (use a 1G+ file)</li>
44+
</ul>
45+
</section>
46+
47+
</conbody>
48+
</concept>

content/en_us/ops-guide.ditamap

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
</prodinfo>-->
1313
</topicmeta>
1414
<topicref href="ops-guide/index.dita"/>
15+
<topicref href="admin-guide/ops_testplan.dita"/>
1516
<topicref href="ops-guide/ops_post_install_customizations.dita"/>
1617
<topicref href="admin-guide/ops_policies.dita"/>
1718
<topicref href="ops-guide/ops_networking.dita"/>

content/en_us/ops-guide/ops_post_install_customizations.dita

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!--This work by Eucalyptus Systems is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License. See the accompanying LICENSE file for more information.-->
33
<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
44
<task id="ops_post_install_customizations">
5-
<title>Post-Install Customizations</title>
5+
<title>Customizing Your Deployment</title>
66
<shortdesc/>
77
<taskbody>
88
<context>

0 commit comments

Comments
 (0)