summaryrefslogtreecommitdiffstats
path: root/README_libvirt.md
diff options
context:
space:
mode:
authorJonathan Steffan <jsteffan@fedoraproject.org>2015-11-22 19:51:21 -0700
committerJonathan Steffan <jsteffan@fedoraproject.org>2015-11-22 19:51:21 -0700
commitaa52ca9e12267ce5cf43ebde4782ed6f2fc57150 (patch)
tree241fc04cd014b1166650adfd1e97ec5d9a0e5bcb /README_libvirt.md
parent8e979def0a56b40ab8a3acbd2e1a146457a5aaa6 (diff)
downloadopenshift-aa52ca9e12267ce5cf43ebde4782ed6f2fc57150.tar.gz
openshift-aa52ca9e12267ce5cf43ebde4782ed6f2fc57150.tar.bz2
openshift-aa52ca9e12267ce5cf43ebde4782ed6f2fc57150.tar.xz
openshift-aa52ca9e12267ce5cf43ebde4782ed6f2fc57150.zip
Update for latest CentOS-7-x86_64-GenericCloud.
- Use xz compressed image - Update sha256 for new image - Update docs to reflect new settings
Diffstat (limited to 'README_libvirt.md')
-rw-r--r--README_libvirt.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README_libvirt.md b/README_libvirt.md
index fd0250781..3e5df2dca 100644
--- a/README_libvirt.md
+++ b/README_libvirt.md
@@ -115,9 +115,10 @@ 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_url` (default to `http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2.xz`): 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
+* `image_compression` (default to `xz`): Source QCOW2 compression (only xz supported at this time)
+* `image_sha256` (default to `9461006300d65172f5668d8875f2aad7b54f7ba4e9c5435d65a84a5a2d66e39b`): 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