From 903de6ce16399c532e86fa061fa402194c62bd5f Mon Sep 17 00:00:00 2001 From: Akram Ben Aissi Date: Thu, 17 Dec 2015 17:38:30 +0100 Subject: Allow compression option to be set to empty for non compressed QCow images Support tgz and gzip compressed images --- playbooks/libvirt/openshift-cluster/vars.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'playbooks/libvirt/openshift-cluster/vars.yml') diff --git a/playbooks/libvirt/openshift-cluster/vars.yml b/playbooks/libvirt/openshift-cluster/vars.yml index da628786b..c78b52867 100644 --- a/playbooks/libvirt/openshift-cluster/vars.yml +++ b/playbooks/libvirt/openshift-cluster/vars.yml @@ -15,6 +15,7 @@ deployment_rhel7_ent_base: default('rhel-guest-image-7.2-20151102.0.x86_64.qcow2', True) }}" sha256: "{{ lookup('oo_option', 'image_sha256') | default('25f880767ec6bf71beb532e17f1c45231640bbfdfbbb1dffb79d2c1b328388e0', True) }}" + compression: "" ssh_user: openshift sudo: yes @@ -41,3 +42,5 @@ deployment_vars: enterprise: "{{ deployment_rhel7_ent_base }}" openshift-enterprise: "{{ deployment_rhel7_ent_base }}" atomic-enterprise: "{{ deployment_rhel7_ent_base }}" + + -- cgit v1.2.3