summaryrefslogtreecommitdiffstats
path: root/playbooks/libvirt/openshift-cluster/launch.yml
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-12-10 17:04:16 -0500
committerThomas Wiest <twiest@users.noreply.github.com>2015-12-10 17:04:16 -0500
commita2a96007033cc0b874ea95b8d53d576ac31cc3d6 (patch)
tree29b050cd6c539460af8325356fda30a4db9cc596 /playbooks/libvirt/openshift-cluster/launch.yml
parentfa1defdeed0431960643780af1f78fd5feba5ddc (diff)
parenta69aedf1f23b3e1927ce81378ec5e07d8aa6c9fc (diff)
downloadopenshift-a2a96007033cc0b874ea95b8d53d576ac31cc3d6.tar.gz
openshift-a2a96007033cc0b874ea95b8d53d576ac31cc3d6.tar.bz2
openshift-a2a96007033cc0b874ea95b8d53d576ac31cc3d6.tar.xz
openshift-a2a96007033cc0b874ea95b8d53d576ac31cc3d6.zip
Merge pull request #954 from damaestro/update_latest_cloud_image
Update for latest CentOS-7-x86_64-GenericCloud.
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 da4f175cb..3a48c82bc 100644
--- a/playbooks/libvirt/openshift-cluster/launch.yml
+++ b/playbooks/libvirt/openshift-cluster/launch.yml
@@ -13,6 +13,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'