From 74425eca1e738ca124ee2004ea5c7d6782ddbeb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pep=20Turr=C3=B3=20Mauri?= Date: Wed, 16 Mar 2016 17:17:06 +0100 Subject: libvirt cluster variables cleanup - Remove redundant variables and make existing ones configurable. - Fixes default values for the new vars introduced in #1578 (d4fa9b2) - Document these variables --- playbooks/libvirt/openshift-cluster/templates/domain.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'playbooks/libvirt/openshift-cluster/templates') diff --git a/playbooks/libvirt/openshift-cluster/templates/domain.xml b/playbooks/libvirt/openshift-cluster/templates/domain.xml index 56f450642..8e96cec8d 100644 --- a/playbooks/libvirt/openshift-cluster/templates/domain.xml +++ b/playbooks/libvirt/openshift-cluster/templates/domain.xml @@ -1,6 +1,6 @@ {{ item }} - {{ os_libvirt_instance_memory_mib }} + {{ libvirt_instance_memory_mib }} environment-{{ cluster_env }} @@ -9,7 +9,7 @@ sub-host-type-{{ g_sub_host_type }} - {{ os_libvirt_instance_vcpu }} + {{ libvirt_instance_vcpu }} hvm @@ -31,23 +31,23 @@ /usr/bin/qemu-system-x86_64 - + - + - + - + -- cgit v1.2.3