Browse Source

Pin down CentOS-7-x86_64-GenericCloud-1510.qcow2.xz version,
which the checksum currently expects (#1384).

Beni Cherniavsky-Paskin 9 years ago
parent
commit
83bd33091a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      playbooks/libvirt/openshift-cluster/vars.yml

+ 1 - 1
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') |