diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-12-10 17:04:16 -0500 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-12-10 17:04:16 -0500 |
commit | a2a96007033cc0b874ea95b8d53d576ac31cc3d6 (patch) | |
tree | 29b050cd6c539460af8325356fda30a4db9cc596 /playbooks/libvirt/openshift-cluster/vars.yml | |
parent | fa1defdeed0431960643780af1f78fd5feba5ddc (diff) | |
parent | a69aedf1f23b3e1927ce81378ec5e07d8aa6c9fc (diff) | |
download | openshift-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/vars.yml')
-rw-r--r-- | playbooks/libvirt/openshift-cluster/vars.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/playbooks/libvirt/openshift-cluster/vars.yml b/playbooks/libvirt/openshift-cluster/vars.yml index c77a0797e..67cfbcdb8 100644 --- a/playbooks/libvirt/openshift-cluster/vars.yml +++ b/playbooks/libvirt/openshift-cluster/vars.yml @@ -8,11 +8,13 @@ deployment_vars: origin: image: url: "{{ lookup('oo_option', 'image_url') | - default('http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2', True) }}" + default('http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2.xz', True) }}" + compression: "{{ lookup('oo_option', 'image_compression') | + default('xz', True) }}" name: "{{ lookup('oo_option', 'image_name') | default('CentOS-7-x86_64-GenericCloud.qcow2', True) }}" sha256: "{{ lookup('oo_option', 'image_sha256') | - default('e324e3ab1d24a1bbf035ddb365e7f9058c0b454acf48d7aa15c5519fae5998ab', True) }}" + default('9461006300d65172f5668d8875f2aad7b54f7ba4e9c5435d65a84a5a2d66e39b', True) }}" ssh_user: openshift sudo: yes online: |