summaryrefslogtreecommitdiffstats
path: root/README_libvirt.md
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-07-06 14:31:07 -0400
committerThomas Wiest <twiest@users.noreply.github.com>2015-07-06 14:31:07 -0400
commita7f98a0b8c19d7d20c2e9761104ca24affbbb249 (patch)
tree27c3a08e9771230ee66a4a665ca5e3f2d3e3343d /README_libvirt.md
parent80ea7241e019c1881bf8b536b8606f8ef22c583d (diff)
parent3c48b582bf63fdf46efb2eb644f3adac313ffd6d (diff)
downloadopenshift-a7f98a0b8c19d7d20c2e9761104ca24affbbb249.tar.gz
openshift-a7f98a0b8c19d7d20c2e9761104ca24affbbb249.tar.bz2
openshift-a7f98a0b8c19d7d20c2e9761104ca24affbbb249.tar.xz
openshift-a7f98a0b8c19d7d20c2e9761104ca24affbbb249.zip
Merge pull request #269 from lhuard1A/oo_option
Add a generic mechanism for passing options
Diffstat (limited to 'README_libvirt.md')
-rw-r--r--README_libvirt.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README_libvirt.md b/README_libvirt.md
index 92f0b3dc9..60af0ac88 100644
--- a/README_libvirt.md
+++ b/README_libvirt.md
@@ -102,6 +102,16 @@ Test The Setup
bin/cluster list libvirt ''
```
+Configuration
+-------------
+
+The following options can be passed via the `-o` flag of the `create` command or as environment variables:
+
+* `image_url` (default to `http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2`): URL of the QCOW2 image to download
+* `image_name` (default to `CentOS-7-x86_64-GenericCloud.qcow2`): Name of the QCOW2 image to boot the VMs on
+* `image_sha256` (default to `e324e3ab1d24a1bbf035ddb365e7f9058c0b454acf48d7aa15c5519fae5998ab`): Expected SHA256 checksum of the downloaded image
+* `skip_image_download` (default to `no`): Skip QCOW2 image download. This requires the `image_name` QCOW2 image to be already present in `$HOME/libvirt-storage-pool-openshift-ansible`
+
Creating a cluster
------------------