diff options
author | Pep TurrĂ³ Mauri <pep@redhat.com> | 2016-03-16 17:17:06 +0100 |
---|---|---|
committer | Pep TurrĂ³ Mauri <pep@redhat.com> | 2016-03-16 17:21:17 +0100 |
commit | 74425eca1e738ca124ee2004ea5c7d6782ddbeb9 (patch) | |
tree | 4f01edf4e09f7fd34fc8ddd7fa27208db0a7066b /playbooks/libvirt/openshift-cluster/launch.yml | |
parent | 4551e7cddf4a9d1756a064fd31777b6bed7d3567 (diff) | |
download | openshift-74425eca1e738ca124ee2004ea5c7d6782ddbeb9.tar.gz openshift-74425eca1e738ca124ee2004ea5c7d6782ddbeb9.tar.bz2 openshift-74425eca1e738ca124ee2004ea5c7d6782ddbeb9.tar.xz openshift-74425eca1e738ca124ee2004ea5c7d6782ddbeb9.zip |
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
Diffstat (limited to 'playbooks/libvirt/openshift-cluster/launch.yml')
-rw-r--r-- | playbooks/libvirt/openshift-cluster/launch.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/playbooks/libvirt/openshift-cluster/launch.yml b/playbooks/libvirt/openshift-cluster/launch.yml index 30333f7be..701d57d26 100644 --- a/playbooks/libvirt/openshift-cluster/launch.yml +++ b/playbooks/libvirt/openshift-cluster/launch.yml @@ -7,11 +7,6 @@ vars_files: - vars.yml vars: - os_libvirt_storage_pool: "{{ libvirt_storage_pool | default('images') }}" - os_libvirt_storage_pool_path: "{{ libvirt_storage_pool_path | default('/var/lib/libvirt/images') }}" - os_libvirt_network: "{{ libvirt_network | default('default') }}" - os_libvirt_instance_memory_mib: "{{ lookup('oo_option', 'libvirt_instance_memory_mib') | default(1024) }}" - os_libvirt_instance_vcpu: "{{ lookup('oo_option', 'libvirt_instance_vcpu') | default(2) }}" image_url: "{{ deployment_vars[deployment_type].image.url }}" image_sha256: "{{ deployment_vars[deployment_type].image.sha256 }}" image_name: "{{ deployment_vars[deployment_type].image.name }}" |