diff options
author | Beni Cherniavsky-Paskin <cben@redhat.com> | 2016-02-25 12:47:18 +0200 |
---|---|---|
committer | Beni Cherniavsky-Paskin <cben@redhat.com> | 2016-02-25 12:47:18 +0200 |
commit | 83bd33091ae76f022300cd22cab35691b1e8caa9 (patch) | |
tree | c4cc23fb41070e272a31f280edfebc7fcdf658c9 /playbooks/libvirt | |
parent | 72d7e9478812655d6034edcf7e41bec4129fc70b (diff) | |
download | openshift-83bd33091ae76f022300cd22cab35691b1e8caa9.tar.gz openshift-83bd33091ae76f022300cd22cab35691b1e8caa9.tar.bz2 openshift-83bd33091ae76f022300cd22cab35691b1e8caa9.tar.xz openshift-83bd33091ae76f022300cd22cab35691b1e8caa9.zip |
Pin down CentOS-7-x86_64-GenericCloud-1510.qcow2.xz version,
which the checksum currently expects (#1384).
Diffstat (limited to 'playbooks/libvirt')
-rw-r--r-- | playbooks/libvirt/openshift-cluster/vars.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/libvirt/openshift-cluster/vars.yml b/playbooks/libvirt/openshift-cluster/vars.yml index c78b52867..4e98d0b5e 100644 --- a/playbooks/libvirt/openshift-cluster/vars.yml +++ b/playbooks/libvirt/openshift-cluster/vars.yml @@ -23,7 +23,7 @@ deployment_vars: origin: image: url: "{{ lookup('oo_option', 'image_url') | - default('http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2.xz', True) }}" + default('http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud-1510.qcow2.xz', True) }}" compression: "{{ lookup('oo_option', 'image_compression') | default('xz', True) }}" name: "{{ lookup('oo_option', 'image_name') | |