summaryrefslogtreecommitdiffstats
path: root/playbooks/libvirt/openshift-cluster/launch.yml
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 /playbooks/libvirt/openshift-cluster/launch.yml
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 'playbooks/libvirt/openshift-cluster/launch.yml')
-rw-r--r--playbooks/libvirt/openshift-cluster/launch.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/libvirt/openshift-cluster/launch.yml b/playbooks/libvirt/openshift-cluster/launch.yml
index 8d7949dd1..acb53440d 100644
--- a/playbooks/libvirt/openshift-cluster/launch.yml
+++ b/playbooks/libvirt/openshift-cluster/launch.yml
@@ -11,6 +11,7 @@
image_url: "{{ deployment_vars[deployment_type].image.url }}"
image_sha256: "{{ deployment_vars[deployment_type].image.sha256 }}"
image_name: "{{ deployment_vars[deployment_type].image.name }}"
+ image_compression: "{{ deployment_vars[deployment_type].image.compression }}"
tasks:
- fail: msg="Deployment type not supported for libvirt provider yet"
when: deployment_type == 'online'