summaryrefslogtreecommitdiffstats
path: root/meta-openstack/Documentation/testsystem/sample.cfg
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2014-05-21 14:35:15 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-23 23:42:55 -0400
commitfb1d6f23fa01c0217ed3f6778d8033dd0030db2a (patch)
tree36dc89d6b66050a56cbca2f2f7c90229ebcb8854 /meta-openstack/Documentation/testsystem/sample.cfg
parent6350b155270f7f086624db36ecc6e6008ebcd378 (diff)
downloadmeta-cloud-services-fb1d6f23fa01c0217ed3f6778d8033dd0030db2a.tar.gz
Testing documentation
Add documentation for testing swift, ceph, heat. Create a script and instructions on a script that launches a controller and a specified number of compute nodes. Signed-off-by: Amy Fong <amy.fong@windriver.com>
Diffstat (limited to 'meta-openstack/Documentation/testsystem/sample.cfg')
-rw-r--r--meta-openstack/Documentation/testsystem/sample.cfg15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-openstack/Documentation/testsystem/sample.cfg b/meta-openstack/Documentation/testsystem/sample.cfg
new file mode 100644
index 0000000..60154cf
--- /dev/null
+++ b/meta-openstack/Documentation/testsystem/sample.cfg
@@ -0,0 +1,15 @@
1[main]
2network: 192.168.122.1
3emulator: /usr/bin/qemu-system-x86_64
4auto_destroy: True
5auto_assign_ip: False
6
7[controller]
8kernel: /root/images/bzImage
9disk: /root/images/controller.ext3
10ip: 192.168.122.2
11
12[compute0]
13kernel: /root/images/bzImage
14disk: /root/images/compute.ext3
15ip: 192.168.122.3