diff options
author | Wesley Hearn <wesley.s.hearn@gmail.com> | 2016-03-18 10:39:14 -0400 |
---|---|---|
committer | Wesley Hearn <wesley.s.hearn@gmail.com> | 2016-03-18 10:39:14 -0400 |
commit | 03066664a45c12ed01b952da5a965246833cba33 (patch) | |
tree | d4896a7d4f8f88d419143e710faae9df9cf8c06e /playbooks/libvirt/openshift-cluster/launch.yml | |
parent | 8150c4518fee13a3e54595b19bd05b32048f606a (diff) | |
parent | 74425eca1e738ca124ee2004ea5c7d6782ddbeb9 (diff) | |
download | openshift-03066664a45c12ed01b952da5a965246833cba33.tar.gz openshift-03066664a45c12ed01b952da5a965246833cba33.tar.bz2 openshift-03066664a45c12ed01b952da5a965246833cba33.tar.xz openshift-03066664a45c12ed01b952da5a965246833cba33.zip |
Merge pull request #1626 from codificat/libvirt-vars-fix
libvirt cluster variables cleanup
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 }}" |