diff options
| author | Amy Fong <amy.fong@windriver.com> | 2014-05-21 14:35:15 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-23 23:42:55 -0400 |
| commit | fb1d6f23fa01c0217ed3f6778d8033dd0030db2a (patch) | |
| tree | 36dc89d6b66050a56cbca2f2f7c90229ebcb8854 /meta-openstack/Documentation/testsystem/sample.cfg | |
| parent | 6350b155270f7f086624db36ecc6e6008ebcd378 (diff) | |
| download | meta-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.cfg | 15 |
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] | ||
| 2 | network: 192.168.122.1 | ||
| 3 | emulator: /usr/bin/qemu-system-x86_64 | ||
| 4 | auto_destroy: True | ||
| 5 | auto_assign_ip: False | ||
| 6 | |||
| 7 | [controller] | ||
| 8 | kernel: /root/images/bzImage | ||
| 9 | disk: /root/images/controller.ext3 | ||
| 10 | ip: 192.168.122.2 | ||
| 11 | |||
| 12 | [compute0] | ||
| 13 | kernel: /root/images/bzImage | ||
| 14 | disk: /root/images/compute.ext3 | ||
| 15 | ip: 192.168.122.3 | ||
